Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/openssl/crypto/store/
H A Dstore_lib.c807 const OSSL_PARAM *p_serial = NULL; in OSSL_STORE_supports_search() local
817 p_serial = OSSL_PARAM_locate_const(params, OSSL_STORE_PARAM_SERIAL); in OSSL_STORE_supports_search()
827 ret = (p_issuer != NULL && p_serial != NULL); in OSSL_STORE_supports_search()
/third_party/openssl/crypto/store/
H A Dstore_lib.c807 const OSSL_PARAM *p_serial = NULL; in OSSL_STORE_supports_search() local
817 p_serial = OSSL_PARAM_locate_const(params, OSSL_STORE_PARAM_SERIAL); in OSSL_STORE_supports_search()
827 ret = (p_issuer != NULL && p_serial != NULL); in OSSL_STORE_supports_search()

Completed in 3 milliseconds