Searched refs:do_dirname (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/x509v3/ |
H A D | v3_alt.c | 26 static int do_dirname(GENERAL_NAME *gen, const char *value, X509V3_CTX *ctx); 485 if (!do_dirname(gen, value, ctx)) { in a2i_GENERAL_NAME() 588 static int do_dirname(GENERAL_NAME *gen, const char *value, X509V3_CTX *ctx) in do_dirname() function
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/x509/ |
H A D | v3_san.c | 27 static int do_dirname(GENERAL_NAME *gen, const char *value, X509V3_CTX *ctx); 563 if (!do_dirname(gen, value, ctx)) { in a2i_GENERAL_NAME() 673 static int do_dirname(GENERAL_NAME *gen, const char *value, X509V3_CTX *ctx) in do_dirname() function
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/err/ |
H A D | openssl.txt | 1649 X509V3_F_DO_DIRNAME:144:do_dirname
|