Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/apps/lib/
H A Dopt.c682 X509_PURPOSE *xptmp; in opt_verify() local
715 xptmp = X509_PURPOSE_get0(i); in opt_verify()
718 i = X509_PURPOSE_get_id(xptmp); in opt_verify()
/freebsd/crypto/openssl/crypto/x509/
H A Dv3_purp.c127 X509_PURPOSE *xptmp; in X509_PURPOSE_get_by_sname() local
129 xptmp = X509_PURPOSE_get0(i); in X509_PURPOSE_get_by_sname()
130 if (strcmp(xptmp->sname, sname) == 0) in X509_PURPOSE_get_by_sname()