Home
last modified time | relevance | path

Searched refs:X509_STORE_load_mem (Results 1 – 4 of 4) sorted by relevance

/dragonfly/crypto/libressl/crypto/x509/
H A Dx509_d2.c112 X509_STORE_load_mem(X509_STORE *ctx, void *buf, int len) in X509_STORE_load_mem() function
/dragonfly/crypto/libressl/include/openssl/
H A Dx509_vfy.h367 int X509_STORE_load_mem(X509_STORE *ctx, void *buf, int len);
/dragonfly/crypto/libressl/ssl/
H A Dssl_lib.c3154 return (X509_STORE_load_mem(ctx->cert_store, buf, len)); in SSL_CTX_load_verify_mem()
/dragonfly/crypto/libressl/
H A DChangeLog2432 * Added X509_STORE_load_mem API for loading certificates from memory.