Searched refs:kdf_derive (Results 1 – 3 of 3) sorted by relevance
/openssl/providers/implementations/exchange/ |
H A D | kdf_exch.c | 27 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 D | hpke_util.c | 247 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 D | core_dispatch.h | 449 OSSL_CORE_MAKE_FUNC(int, kdf_derive, (void *kctx, unsigned char *key,
|
Completed in 12 milliseconds