Searched refs:siphash_set_params (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/crypto/external/bsd/openssl/dist/providers/implementations/macs/
H A Dsiphash_prov.c34 static OSSL_FUNC_mac_set_ctx_params_fn siphash_set_params; variable
113 if (!ossl_prov_is_running() || !siphash_set_params(ctx, params))
195 static int siphash_set_params(void *vmacctx, const OSSL_PARAM *params) function
235 { OSSL_FUNC_MAC_SET_CTX_PARAMS, (void (*)(void))siphash_set_params },

Completed in 104 milliseconds