Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/store/
H A Dstore_lib.c33 static int ossl_store_close_it(OSSL_STORE_CTX *ctx);
212 (void)ossl_store_close_it(&tmpctx); in OSSL_STORE_open_ex()
505 static int ossl_store_close_it(OSSL_STORE_CTX *ctx) in ossl_store_close_it() function
529 int ret = ossl_store_close_it(ctx); in OSSL_STORE_close()