Home
last modified time | relevance | path

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

/openssl-master/providers/implementations/macs/
A Dhmac_prov.c40 static OSSL_FUNC_mac_set_ctx_params_fn hmac_set_ctx_params; variable
177 if (!ossl_prov_is_running() || !hmac_set_ctx_params(macctx, params)) in hmac_init()
303 static int hmac_set_ctx_params(void *vmacctx, const OSSL_PARAM params[]) in hmac_set_ctx_params() function
364 { OSSL_FUNC_MAC_SET_CTX_PARAMS, (void (*)(void))hmac_set_ctx_params },

Completed in 4 milliseconds