Home
last modified time | relevance | path

Searched refs:do_othername (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/x509v3/
H A Dv3_alt.c25 static int do_othername(GENERAL_NAME *gen, const char *value, X509V3_CTX *ctx);
492 if (!do_othername(gen, value, ctx)) { in a2i_GENERAL_NAME()
561 static int do_othername(GENERAL_NAME *gen, const char *value, X509V3_CTX *ctx) in do_othername() function
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/x509/
H A Dv3_san.c26 static int do_othername(GENERAL_NAME *gen, const char *value, X509V3_CTX *ctx);
570 if (!do_othername(gen, value, ctx)) { in a2i_GENERAL_NAME()
641 static int do_othername(GENERAL_NAME *gen, const char *value, X509V3_CTX *ctx) in do_othername() function