Home
last modified time | relevance | path

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

/third_party/openssl/crypto/ct/
Dct_sct_ctx.c116 int poison_idx = ct_x509_get_ext(cert, NID_ct_precert_poison, &poison_ext_is_dup); in SCT_CTX_set1_cert() local
123 if (poison_idx == -1) { in SCT_CTX_set1_cert()
139 if (idx >= 0 && poison_idx >= 0) { in SCT_CTX_set1_cert()
148 idx = poison_idx; in SCT_CTX_set1_cert()