Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/providers/implementations/storemgmt/
H A Dfile_store.c314 OSSL_PARAM_int(OSSL_STORE_PARAM_EXPECT, NULL), in file_settable_ctx_params()
347 p = OSSL_PARAM_locate_const(params, OSSL_STORE_PARAM_EXPECT); in file_set_ctx_params()
/freebsd/crypto/openssl/include/openssl/
H A Dcore_names.h539 #define OSSL_STORE_PARAM_EXPECT "expect" /* INTEGER */ macro
/freebsd/crypto/openssl/doc/man7/
H A Dprovider-storemgmt.pod121 =item "expect" (B<OSSL_STORE_PARAM_EXPECT>) <integer>
/freebsd/crypto/openssl/crypto/store/
H A Dstore_lib.c295 OSSL_PARAM_construct_int(OSSL_STORE_PARAM_EXPECT, &expected_type); in OSSL_STORE_expect()