Home
last modified time | relevance | path

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

/third_party/openssl/crypto/x509/
Dx509_vfy.c403 int tr_ok = X509_TRUST_UNTRUSTED; in check_purpose() local
424 tr_ok = X509_check_trust(x, ctx->param->trust, X509_TRUST_NO_SS_COMPAT); in check_purpose()
426 switch (tr_ok) { in check_purpose()