HomeSort by relevance Sort by last modified time
    Searched refs:v3_generic_extension (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/boringssl/src/crypto/x509v3/
v3_conf.c 73 static X509_EXTENSION *v3_generic_extension(const char *ext, char *value, int crit, int type, X509V3_CTX *ctx);
88 return v3_generic_extension(name, value, crit, ext_type, ctx);
107 return v3_generic_extension(OBJ_nid2sn(ext_nid),
259 static X509_EXTENSION *v3_generic_extension(const char *ext, char *value, function
270 OPENSSL_PUT_ERROR(X509V3, v3_generic_extension, X509V3_R_EXTENSION_NAME_ERROR);
282 OPENSSL_PUT_ERROR(X509V3, v3_generic_extension, X509V3_R_EXTENSION_VALUE_ERROR);
289 OPENSSL_PUT_ERROR(X509V3, v3_generic_extension, ERR_R_MALLOC_FAILURE);
  /external/openssl/crypto/x509v3/
v3_conf.c 72 static X509_EXTENSION *v3_generic_extension(const char *ext, char *value, int crit, int type, X509V3_CTX *ctx);
89 return v3_generic_extension(name, value, crit, ext_type, ctx);
108 return v3_generic_extension(OBJ_nid2sn(ext_nid),
260 static X509_EXTENSION *v3_generic_extension(const char *ext, char *value, function

Completed in 54 milliseconds