Searched refs:X509V3_EXT_get_nid (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/crypto/openssl/crypto/x509v3/
H A Dv3_lib.c93 X509V3_EXT_METHOD *X509V3_EXT_get_nid(int nid) function
122 return X509V3_EXT_get_nid(nid);
136 if (!(ext = X509V3_EXT_get_nid(nid_from))) {
H A Dv3_conf.c128 if (!(method = X509V3_EXT_get_nid(ext_nid))) {
221 if (!(method = X509V3_EXT_get_nid(ext_nid))) {
H A Dx509v3.h597 X509V3_EXT_METHOD *X509V3_EXT_get_nid(int nid);

Completed in 328 milliseconds