Home
last modified time | relevance | path

Searched refs:ossl_ipaddr_to_asc (Results 1 – 5 of 5) sorted by relevance

/netbsd/crypto/external/bsd/openssl/dist/include/internal/
H A Dcryptlib.h227 char *ossl_ipaddr_to_asc(unsigned char *p, int len);
/netbsd/crypto/external/bsd/openssl/dist/crypto/x509/
H A Dv3_ncons.c212 char *ip1 = ossl_ipaddr_to_asc(ip->data, len1); in print_nc_ipadd()
213 char *ip2 = ossl_ipaddr_to_asc(ip->data + len1, len2); in print_nc_ipadd()
H A Dv3_san.c192 tmp = ossl_ipaddr_to_asc(gen->d.ip->data, gen->d.ip->length); in STACK_OF()
286 tmp = ossl_ipaddr_to_asc(gen->d.ip->data, gen->d.ip->length); in GENERAL_NAME_print()
H A Dx509_vpm.c458 return ip == NULL ? NULL : ossl_ipaddr_to_asc(ip, iplen); in X509_VERIFY_PARAM_get1_ip_asc()
H A Dv3_utl.c1038 char *ossl_ipaddr_to_asc(unsigned char *p, int len) in ossl_ipaddr_to_asc() function