Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/x509v3/
Dv3_conf.c76 static X509_EXTENSION *v3_generic_extension(const char *ext, char *value, int crit, int type, X509V…
91 return v3_generic_extension(name, value, crit, ext_type, ctx); in X509V3_EXT_nconf()
110 return v3_generic_extension(OBJ_nid2sn(ext_nid), in X509V3_EXT_nconf_nid()
262 static X509_EXTENSION *v3_generic_extension(const char *ext, char *value, in v3_generic_extension() function
274 OPENSSL_PUT_ERROR(X509V3, v3_generic_extension, X509V3_R_EXTENSION_NAME_ERROR); in v3_generic_extension()
286 OPENSSL_PUT_ERROR(X509V3, v3_generic_extension, X509V3_R_EXTENSION_VALUE_ERROR); in v3_generic_extension()
293 OPENSSL_PUT_ERROR(X509V3, v3_generic_extension, ERR_R_MALLOC_FAILURE); in v3_generic_extension()
/external/boringssl/src/crypto/err/
Dx509v3.errordata57 X509V3,function,156,v3_generic_extension