Home
last modified time | relevance | path

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

/openssl-master/providers/implementations/macs/
A Dpoly1305_prov.c33 static OSSL_FUNC_mac_set_ctx_params_fn poly1305_set_ctx_params; variable
97 if (!ossl_prov_is_running() || !poly1305_set_ctx_params(ctx, params)) in poly1305_init()
158 static int poly1305_set_ctx_params(void *vmacctx, const OSSL_PARAM *params) in poly1305_set_ctx_params() function
180 { OSSL_FUNC_MAC_SET_CTX_PARAMS, (void (*)(void))poly1305_set_ctx_params },

Completed in 4 milliseconds