Searched refs:is_duplicated (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/ct/ |
H A D | ct_sct_ctx.c | 60 * If there is more than one extension with that NID, *is_duplicated is set to 63 static int ct_x509_get_ext(X509 *cert, int nid, int *is_duplicated) in ct_x509_get_ext() argument 67 if (is_duplicated != NULL) in ct_x509_get_ext() 68 *is_duplicated = ret >= 0 && X509_get_ext_by_NID(cert, nid, ret) >= 0; in ct_x509_get_ext()
|
/third_party/openssl/crypto/ct/ |
H A D | ct_sct_ctx.c | 60 * If there is more than one extension with that NID, *is_duplicated is set to 63 static int ct_x509_get_ext(X509 *cert, int nid, int *is_duplicated) in ct_x509_get_ext() argument 67 if (is_duplicated != NULL) in ct_x509_get_ext() 68 *is_duplicated = ret >= 0 && X509_get_ext_by_NID(cert, nid, ret) >= 0; in ct_x509_get_ext()
|
Completed in 2 milliseconds