Home
last modified time | relevance | path

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

/openssl/providers/implementations/exchange/
H A Dkdf_exch.c27 static OSSL_FUNC_keyexch_derive_fn kdf_derive; variable
98 static int kdf_derive(void *vpkdfctx, unsigned char *secret, size_t *secretlen, in kdf_derive() function
243 { OSSL_FUNC_KEYEXCH_DERIVE, (void (*)(void))kdf_derive }, \
/openssl/crypto/hpke/
H A Dhpke_util.c247 static int kdf_derive(EVP_KDF_CTX *kctx, in kdf_derive() function
278 return kdf_derive(kctx, prk, prklen, EVP_KDF_HKDF_MODE_EXTRACT_ONLY, in ossl_hpke_kdf_extract()
288 return kdf_derive(kctx, okm, okmlen, EVP_KDF_HKDF_MODE_EXPAND_ONLY, in ossl_hpke_kdf_expand()
/openssl/include/openssl/
H A Dcore_dispatch.h447 OSSL_CORE_MAKE_FUNC(int, kdf_derive, (void *kctx, unsigned char *key,

Completed in 11 milliseconds