Home
last modified time | relevance | path

Searched refs:kemid (Results 1 – 4 of 4) sorted by relevance

/openssl/crypto/hpke/
H A Dhpke_util.c172 const OSSL_HPKE_KEM_INFO *ossl_HPKE_KEM_INFO_find_id(uint16_t kemid) in ossl_HPKE_KEM_INFO_find_id() argument
180 if (kemid == OSSL_HPKE_KEM_ID_RESERVED) { in ossl_HPKE_KEM_INFO_find_id()
185 if (hpke_kem_tab[i].kem_id == kemid) in ossl_HPKE_KEM_INFO_find_id()
/openssl/include/internal/
H A Dhpke_util.h64 const OSSL_HPKE_KEM_INFO *ossl_HPKE_KEM_INFO_find_id(uint16_t kemid);
/openssl/providers/implementations/kem/
H A Decx_kem.c296 uint16_t kemid, in dhkem_extract_and_expand() argument
309 suiteid[0] = (kemid >> 8) &0xff; in dhkem_extract_and_expand()
310 suiteid[1] = kemid & 0xff; in dhkem_extract_and_expand()
H A Dec_kem.c339 uint16_t kemid, in dhkem_extract_and_expand() argument
352 suiteid[0] = (kemid >> 8) & 0xff; in dhkem_extract_and_expand()
353 suiteid[1] = kemid & 0xff; in dhkem_extract_and_expand()

Completed in 13 milliseconds