Home
last modified time | relevance | path

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

/openssl/ssl/
H A Dssl_cert.c1163 X509_STORE **pstore; in ssl_cert_set_cert_store() local
1165 pstore = &c->chain_store; in ssl_cert_set_cert_store()
1167 pstore = &c->verify_store; in ssl_cert_set_cert_store()
1168 X509_STORE_free(*pstore); in ssl_cert_set_cert_store()
1169 *pstore = store; in ssl_cert_set_cert_store()
1175 int ssl_cert_get_cert_store(CERT *c, X509_STORE **pstore, int chain) in ssl_cert_get_cert_store() argument
1177 *pstore = (chain ? c->chain_store : c->verify_store); in ssl_cert_get_cert_store()
H A Dssl_local.h2537 __owur int ssl_cert_get_cert_store(CERT *c, X509_STORE **pstore, int chain);

Completed in 24 milliseconds