Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/x509v3/
Dv3_alt.c71 static int do_othername(GENERAL_NAME *gen, char *value, X509V3_CTX *ctx);
496 if (!do_othername(gen, value, ctx)) in a2i_GENERAL_NAME()
570 static int do_othername(GENERAL_NAME *gen, char *value, X509V3_CTX *ctx) in do_othername() function