Searched refs:ip1 (Results 1 – 2 of 2) sorted by relevance
/openssl-master/crypto/x509/ |
A D | v3_ncons.c | 214 char *ip1 = ossl_ipaddr_to_asc(ip->data, len1); 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() 219 OPENSSL_free(ip1); in print_nc_ipadd()
|
/openssl-master/crypto/des/asm/ |
A D | des_enc.m4 | 631 define({ip1},{local1}) 638 ld [out2+256], ip1 658 and local0, ip1, local0 723 and temp1, ip1, temp1
|
Completed in 5 milliseconds