Home
last modified time | relevance | path

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

/openssl/providers/implementations/kdfs/
H A Dhkdf.c42 static OSSL_FUNC_kdf_set_ctx_params_fn kdf_hkdf_set_ctx_params; variable
186 if (!ossl_prov_is_running() || !kdf_hkdf_set_ctx_params(ctx, params)) in kdf_hkdf_derive()
278 static int kdf_hkdf_set_ctx_params(void *vctx, const OSSL_PARAM params[]) in kdf_hkdf_set_ctx_params() function
353 { OSSL_FUNC_KDF_SET_CTX_PARAMS, (void(*)(void))kdf_hkdf_set_ctx_params },

Completed in 7 milliseconds