Home
last modified time | relevance | path

Searched refs:poison_idx (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/ct/
H A Dct_sct_ctx.c129 int poison_idx = ct_x509_get_ext(cert, NID_ct_precert_poison, &poison_ext_is_dup); in SCT_CTX_set1_cert() local
136 if (poison_idx == -1) { in SCT_CTX_set1_cert()
152 if (idx >= 0 && poison_idx >= 0) { in SCT_CTX_set1_cert()
161 idx = poison_idx; in SCT_CTX_set1_cert()
/third_party/openssl/crypto/ct/
H A Dct_sct_ctx.c129 int poison_idx = ct_x509_get_ext(cert, NID_ct_precert_poison, &poison_ext_is_dup); in SCT_CTX_set1_cert() local
136 if (poison_idx == -1) { in SCT_CTX_set1_cert()
152 if (idx >= 0 && poison_idx >= 0) { in SCT_CTX_set1_cert()
161 idx = poison_idx; in SCT_CTX_set1_cert()

Completed in 1 milliseconds