Home
last modified time | relevance | path

Searched defs:suite_id (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/quiche/deps/boringssl/src/crypto/hpke/
Dhpke.c72 size_t salt_len, const uint8_t *suite_id, in hpke_labeled_extract()
90 size_t prk_len, const uint8_t *suite_id, in hpke_labeled_expand()
182 uint8_t suite_id[HPKE_SUITE_ID_LEN]; in hpke_key_schedule() local
520 uint8_t suite_id[HPKE_SUITE_ID_LEN]; in EVP_HPKE_CTX_export() local
/external/boringssl/src/crypto/hpke/
Dhpke.c79 size_t salt_len, const uint8_t *suite_id, in hpke_labeled_extract()
97 size_t prk_len, const uint8_t *suite_id, in hpke_labeled_expand()
125 uint8_t suite_id[5] = {'K', 'E', 'M', kem_id >> 8, kem_id & 0xff}; in dhkem_extract_and_expand() local
367 uint8_t suite_id[HPKE_SUITE_ID_LEN]; in hpke_key_schedule() local
594 uint8_t suite_id[HPKE_SUITE_ID_LEN]; in EVP_HPKE_CTX_export() local
/external/libdrm/tests/amdgpu/
Damdgpu_test.c639 int suite_id = -1; /* By default run everything */ in main() local