Home
last modified time | relevance | path

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

/openssl/test/
H A Dv3ext.c123 const char *ip2; member
177 ASN1_OCTET_STRING *ip1 = NULL, *ip2 = NULL; in test_addr_ranges() local
197 ip2 = a2i_IPADDRESS(ranges[i].ip2); in test_addr_ranges()
198 if (!TEST_ptr(ip2)) in test_addr_ranges()
200 if (!TEST_int_eq(ip2->length, ip1->length)) in test_addr_ranges()
202 if (!TEST_true(memcmp(ip1->data, ip2->data, ip1->length) <= 0)) in test_addr_ranges()
205 if (!TEST_true(X509v3_addr_add_range(addr, ranges[i].afi, NULL, ip1->data, ip2->data))) in test_addr_ranges()
217 ASN1_OCTET_STRING_free(ip2); in test_addr_ranges()
218 ip1 = ip2 = NULL; in test_addr_ranges()
225 ASN1_OCTET_STRING_free(ip2); in test_addr_ranges()
/openssl/crypto/x509/
H A Dv3_ncons.c215 char *ip2 = ossl_ipaddr_to_asc(ip->data + len1, len2); in print_nc_ipadd() local
216 int ret = ip1 != NULL && ip2 != NULL in print_nc_ipadd()
217 && BIO_printf(bp, "IP:%s/%s", ip1, ip2) > 0; in print_nc_ipadd()
220 OPENSSL_free(ip2); in print_nc_ipadd()
/openssl/crypto/des/asm/
H A Ddes_enc.m4632 define({ip2},{local2})
667 ld [out2+260], ip2
673 and local0, ip2, local0
700 and temp1, ip2, temp1

Completed in 13 milliseconds