Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/crypto/ct/
H A Dct_sct_ctx.c172 int poison_idx = ct_x509_get_ext(cert, NID_ct_precert_poison, &poison_ext_is_dup); in SCT_CTX_set1_cert() local
179 if (poison_idx == -1) { in SCT_CTX_set1_cert()
195 if (idx >= 0 && poison_idx >= 0) { in SCT_CTX_set1_cert()
204 idx = poison_idx; in SCT_CTX_set1_cert()