Home
last modified time | relevance | path

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

/openssl/ssl/
H A Dssl_cert.c998 X509_STORE **pstore; in ssl_cert_set_cert_store() local
1000 pstore = &c->chain_store; in ssl_cert_set_cert_store()
1002 pstore = &c->verify_store; in ssl_cert_set_cert_store()
1003 X509_STORE_free(*pstore); in ssl_cert_set_cert_store()
1004 *pstore = store; in ssl_cert_set_cert_store()
1010 int ssl_cert_get_cert_store(CERT *c, X509_STORE **pstore, int chain) in ssl_cert_get_cert_store() argument
1012 *pstore = (chain ? c->chain_store : c->verify_store); in ssl_cert_get_cert_store()
H A Dssl_local.h2512 __owur int ssl_cert_get_cert_store(CERT *c, X509_STORE **pstore, int chain);

Completed in 20 milliseconds