Lines Matching refs:kdf_id
4609 enum hpke_kdf_id kdf_id; member
4631 enum hpke_kdf_id kdf_id, in hpke_get_context() argument
4672 ctx->kdf_id = kdf_id; in hpke_get_context()
4673 switch (kdf_id) { in hpke_get_context()
4742 WPA_PUT_BE16(&suite_id[6], ctx->kdf_id); in hpke_suite_id()
5155 enum hpke_kdf_id kdf_id, in hpke_base_seal_int() argument
5167 ctx = hpke_get_context(kem_id, kdf_id, aead_id, peer_pub); in hpke_base_seal_int()
5319 enum hpke_kdf_id kdf_id, in hpke_base_open_int() argument
5330 ctx = hpke_get_context(kem_id, kdf_id, aead_id, own_priv); in hpke_base_open_int()
5358 enum hpke_kdf_id kdf_id, in hpke_set_suite() argument
5377 switch (kdf_id) { in hpke_set_suite()
5379 suite->kdf_id = OSSL_HPKE_KDF_ID_HKDF_SHA256; in hpke_set_suite()
5382 suite->kdf_id = OSSL_HPKE_KDF_ID_HKDF_SHA384; in hpke_set_suite()
5385 suite->kdf_id = OSSL_HPKE_KDF_ID_HKDF_SHA512; in hpke_set_suite()
5405 kem_id, kdf_id, aead_id); in hpke_set_suite()
5414 enum hpke_kdf_id kdf_id, in hpke_base_seal() argument
5431 return hpke_base_seal_int(kem_id, kdf_id, aead_id, peer_pub, in hpke_base_seal()
5437 if (!hpke_set_suite(&suite, kem_id, kdf_id, aead_id)) in hpke_base_seal()
5483 enum hpke_kdf_id kdf_id, in hpke_base_open() argument
5500 return hpke_base_open_int(kem_id, kdf_id, aead_id, own_priv, in hpke_base_open()
5505 if (!hpke_set_suite(&suite, kem_id, kdf_id, aead_id)) in hpke_base_open()
5551 enum hpke_kdf_id kdf_id, in hpke_base_seal() argument
5558 return hpke_base_seal_int(kem_id, kdf_id, aead_id, peer_pub, in hpke_base_seal()
5564 enum hpke_kdf_id kdf_id, in hpke_base_open() argument
5571 return hpke_base_open_int(kem_id, kdf_id, aead_id, own_priv, in hpke_base_open()