Searched refs:p_get_reason_strings (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/crypto/external/bsd/openssl/dist/test/
H A Dp_test.c60 static OSSL_FUNC_provider_get_reason_strings_fn p_get_reason_strings; variable
207 static const OSSL_ITEM *p_get_reason_strings(void *_) function
223 (void (*)(void))p_get_reason_strings},
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/
H A Dprovider_core.c843 OSSL_FUNC_provider_get_reason_strings_fn *p_get_reason_strings = NULL; local
980 p_get_reason_strings =
991 if (p_get_reason_strings != NULL) {
992 const OSSL_ITEM *reasonstrings = p_get_reason_strings(prov->provctx);

Completed in 77 milliseconds