Searched refs:ossl_hpke_labeled_extract (Results 1 – 5 of 5) sorted by relevance
/openssl/include/internal/ |
H A D | hpke_util.h | 81 int ossl_hpke_labeled_extract(EVP_KDF_CTX *kctx,
|
/openssl/providers/implementations/kem/ |
H A D | ecx_kem.c | 312 ret = ossl_hpke_labeled_extract(kctx, prk, prklen, in dhkem_extract_and_expand() 362 if (!ossl_hpke_labeled_extract(kdfctx, prk, info->Nsecret, in ossl_ecx_dhkem_derive_private()
|
H A D | ec_kem.c | 355 ret = ossl_hpke_labeled_extract(kctx, prk, prklen, in dhkem_extract_and_expand() 418 if (!ossl_hpke_labeled_extract(kdfctx, prk, info->Nsecret, in ossl_ec_dhkem_derive_private()
|
/openssl/crypto/hpke/ |
H A D | hpke.c | 714 if (ossl_hpke_labeled_extract(kctx, ks_context + 1, halflen, in hpke_do_middle() 722 if (ossl_hpke_labeled_extract(kctx, ks_context + 1 + halflen, halflen, in hpke_do_middle() 736 if (ossl_hpke_labeled_extract(kctx, secret, secretlen, in hpke_do_middle()
|
H A D | hpke_util.c | 295 int ossl_hpke_labeled_extract(EVP_KDF_CTX *kctx, in ossl_hpke_labeled_extract() function
|
Completed in 33 milliseconds