Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/x509/
H A Dx509_trust.c131 flags &= ~X509_TRUST_DYNAMIC; in X509_TRUST_add()
142 trtmp->flags = X509_TRUST_DYNAMIC; in X509_TRUST_add()
155 trtmp->flags &= X509_TRUST_DYNAMIC; in X509_TRUST_add()
189 if (p->flags & X509_TRUST_DYNAMIC) { in trtable_free()
/freebsd/crypto/openssl/include/openssl/
H A Dx509_vfy.h200 # define X509_TRUST_DYNAMIC (1U << 0) macro
H A Dx509_vfy.h.in103 # define X509_TRUST_DYNAMIC (1U << 0) macro