Home
last modified time | relevance | path

Searched refs:ip1 (Results 1 – 3 of 3) sorted by relevance

/openssl/test/
H A Dv3ext.c122 const char *ip1; member
192 ip1 = a2i_IPADDRESS(ranges[i].ip1); in test_addr_ranges()
193 if (!TEST_ptr(ip1)) in test_addr_ranges()
195 if (!TEST_true(ip1->length == 4 || ip1->length == 16)) in test_addr_ranges()
202 if (!TEST_true(memcmp(ip1->data, ip2->data, ip1->length) <= 0)) in test_addr_ranges()
218 ip1 = ip2 = NULL; in test_addr_ranges()
224 ASN1_OCTET_STRING_free(ip1); in test_addr_ranges()
243 ip1 = a2i_IPADDRESS(ranges[0].ip1); in test_addr_fam_len()
244 if (!TEST_ptr(ip1)) in test_addr_fam_len()
319 ASN1_OCTET_STRING_free(ip1); in test_addr_fam_len()
[all …]
/openssl/crypto/x509/
H A Dv3_ncons.c241 char *ip1 = ossl_ipaddr_to_asc(ip->data, len1); in print_nc_ipadd() local
243 int ret = ip1 != NULL && ip2 != NULL in print_nc_ipadd()
244 && BIO_printf(bp, "IP:%s/%s", ip1, ip2) > 0; in print_nc_ipadd()
246 OPENSSL_free(ip1); in print_nc_ipadd()
/openssl/crypto/des/asm/
H A Ddes_enc.m4631 define({ip1},{local1})
638 ld [out2+256], ip1
658 and local0, ip1, local0
723 and temp1, ip1, temp1

Completed in 11 milliseconds