Searched defs:SSL_CTX_get_cert_store (Results 1 – 8 of 8) sorted by relevance
274 #define SSL_CTX_get_cert_store SSL_CTX_GET_CERT_STORE macro
679 X509_STORE *SSL_CTX_get_cert_store(const SSL_CTX *ctx) { in SSL_CTX_get_cert_store() function
723 X509_STORE *SSL_CTX_get_cert_store(const SSL_CTX *ctx) { in SSL_CTX_get_cert_store() function
550 X509_STORE *SSL_CTX_get_cert_store(const SSL_CTX *ctx) { in SSL_CTX_get_cert_store() function
1278 fn SSL_CTX_get_cert_store(ctx: *mut SSL_CTX) -> *mut X509_STORE; in SSL_CTX_get_cert_store() function
91 #define SSL_CTX_get_cert_store BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, SSL_CTX_get_cert_store) macro