Home
last modified time | relevance | path

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

/src/crypto/openssl/crypto/evp/
H A Dmac_lib.c272 const OSSL_PARAM *defined_params = EVP_MAC_settable_ctx_params(mac); in EVP_Q_mac() local
280 if (OSSL_PARAM_locate_const(defined_params, param_name) == NULL) { in EVP_Q_mac()
282 if (OSSL_PARAM_locate_const(defined_params, param_name) == NULL) { in EVP_Q_mac()
/src/crypto/openssl/test/
H A Devp_test.c1878 const OSSL_PARAM *defined_params = EVP_MAC_settable_ctx_params(expected->mac); in mac_test_run_mac() local
1897 if (OSSL_PARAM_locate_const(defined_params, in mac_test_run_mac()
1905 } else if (OSSL_PARAM_locate_const(defined_params, in mac_test_run_mac()
1938 if (!ctrl2params(t, expected->controls, defined_params, in mac_test_run_mac()