Searched refs:chain_store (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Dssl_cert.c379 if (cert->chain_store) {
380 CRYPTO_add(&cert->chain_store->references, 1, CRYPTO_LOCK_X509_STORE);
381 ret->chain_store = cert->chain_store;
500 if (c->chain_store)
501 X509_STORE_free(c->chain_store);
1088 X509_STORE *chain_store; local
1095 if (s->cert->chain_store)
1096 chain_store = s->cert->chain_store;
1153 ssl_build_cert_chain(CERT *c, X509_STORE *chain_store, int flags) argument
[all...]
H A Dssl_locl.h682 X509_STORE *chain_store; member in struct:cert_st
1101 int ssl_build_cert_chain(CERT *c, X509_STORE *chain_store, int flags);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Dssl_cert.c379 if (cert->chain_store) {
380 CRYPTO_add(&cert->chain_store->references, 1, CRYPTO_LOCK_X509_STORE);
381 ret->chain_store = cert->chain_store;
500 if (c->chain_store)
501 X509_STORE_free(c->chain_store);
1088 X509_STORE *chain_store; local
1095 if (s->cert->chain_store)
1096 chain_store = s->cert->chain_store;
1153 ssl_build_cert_chain(CERT *c, X509_STORE *chain_store, int flags) argument
[all...]
H A Dssl_locl.h682 X509_STORE *chain_store; member in struct:cert_st
1101 int ssl_build_cert_chain(CERT *c, X509_STORE *chain_store, int flags);

Completed in 86 milliseconds