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

/netbsd-current/crypto/external/bsd/openssl/dist/providers/implementations/kdfs/
H A Dhkdf.c42 static OSSL_FUNC_kdf_set_ctx_params_fn kdf_hkdf_set_ctx_params; variable
156 if (!ossl_prov_is_running() || !kdf_hkdf_set_ctx_params(ctx, params))
283 static int kdf_hkdf_set_ctx_params(void *vctx, const OSSL_PARAM params[]) function
371 { OSSL_FUNC_KDF_SET_CTX_PARAMS, (void(*)(void))kdf_hkdf_set_ctx_params },

Completed in 74 milliseconds