Searched refs:hmac_set_ctx_params (Results 1 – 1 of 1) sorted by relevance
45 static OSSL_FUNC_mac_set_ctx_params_fn hmac_set_ctx_params; variable203 if (!ossl_prov_is_running() || !hmac_set_ctx_params(macctx, params)) in hmac_init()327 static int hmac_set_ctx_params(void *vmacctx, const OSSL_PARAM params[]) in hmac_set_ctx_params() function371 { OSSL_FUNC_MAC_SET_CTX_PARAMS, (void (*)(void))hmac_set_ctx_params },399 { OSSL_FUNC_MAC_SET_CTX_PARAMS, (void (*)(void))hmac_set_ctx_params },
Completed in 5 milliseconds