Home
last modified time | relevance | path

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

/third_party/openssl/providers/implementations/storemgmt/
Dfile_store.c313 OSSL_PARAM_utf8_string(OSSL_STORE_PARAM_PROPERTIES, NULL, 0), in file_settable_ctx_params()
332 p = OSSL_PARAM_locate_const(params, OSSL_STORE_PARAM_PROPERTIES); in file_set_ctx_params()
/third_party/openssl/include/openssl/
Dcore_names.h548 #define OSSL_STORE_PARAM_PROPERTIES "properties" /* utf8_string */ macro
/third_party/openssl/crypto/store/
Dstore_lib.c48 OSSL_STORE_PARAM_PROPERTIES) != NULL) in loader_set_params()
52 propp[0] = OSSL_PARAM_construct_utf8_string(OSSL_STORE_PARAM_PROPERTIES, in loader_set_params()
/third_party/openssl/doc/man7/
Dprovider-storemgmt.pod165 =item "properties" (B<OSSL_STORE_PARAM_PROPERTIES) <utf8 string>