Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/providers/
H A Dbaseprov.c103 case OSSL_OP_STORE: in base_query()
H A Ddefltprov.c516 case OSSL_OP_STORE: in deflt_query()
/freebsd/crypto/openssl/test/
H A Dprovfetchtest.c187 case OSSL_OP_STORE: in dummy_query()
H A Dfake_rsaprov.c493 case OSSL_OP_STORE: in fake_rsa_query()
/freebsd/crypto/openssl/crypto/store/
H A Dstore_meth.c351 if ((method = ossl_method_construct(methdata->libctx, OSSL_OP_STORE, in inner_loader_fetch()
/freebsd/crypto/openssl/doc/man7/
H A Dprovider.pod202 The number for this operation is B<OSSL_OP_STORE>.
/freebsd/crypto/openssl/include/openssl/
H A Dcore_dispatch.h267 # define OSSL_OP_STORE 22 macro