Searched refs:ossl_x509_store_ctx_get_by_subject (Results 1 – 1 of 1) sorted by relevance
/openssl/crypto/x509/ |
H A D | x509_lu.c | 320 static int ossl_x509_store_ctx_get_by_subject(const X509_STORE_CTX *ctx, in ossl_x509_store_ctx_get_by_subject() function 385 return ossl_x509_store_ctx_get_by_subject(ctx, type, name, ret) > 0; in X509_STORE_CTX_get_by_subject() 679 i = ossl_x509_store_ctx_get_by_subject(ctx, X509_LU_X509, nm, NULL); in STACK_OF() 716 i = ossl_x509_store_ctx_get_by_subject(ctx, X509_LU_CRL, nm, NULL); in STACK_OF()
|
Completed in 8 milliseconds