Home
last modified time | relevance | path

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

/freebsd-14-stable/crypto/openssl/providers/implementations/kdfs/
HDhkdf.c43 static OSSL_FUNC_kdf_gettable_ctx_params_fn kdf_hkdf_gettable_ctx_params; variable
353 static const OSSL_PARAM *kdf_hkdf_gettable_ctx_params(ossl_unused void *ctx, in kdf_hkdf_gettable_ctx_params() function
373 (void(*)(void))kdf_hkdf_gettable_ctx_params },
788 (void(*)(void))kdf_hkdf_gettable_ctx_params },
/freebsd-14-stable/crypto/openssl/providers/implementations/exchange/
HDkdf_exch.c36 static OSSL_FUNC_keyexch_gettable_ctx_params_fn kdf_hkdf_gettable_ctx_params; variable