Home
last modified time | relevance | path

Searched defs:kem_context (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/boringssl/src/crypto/hpke/
H A Dhpke.c134 const uint8_t *kem_context, in dhkem_extract_and_expand()
186 uint8_t kem_context[2 * X25519_PUBLIC_VALUE_LEN]; in x25519_encap_with_seed() local
211 uint8_t kem_context[2 * X25519_PUBLIC_VALUE_LEN]; in x25519_decap() local
248 uint8_t kem_context[3 * X25519_PUBLIC_VALUE_LEN]; in x25519_auth_encap_with_seed() local
279 uint8_t kem_context[3 * X25519_PUBLIC_VALUE_LEN]; in x25519_auth_decap() local
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/hpke/
H A Dhpke.c134 const uint8_t *kem_context, in dhkem_extract_and_expand()
186 uint8_t kem_context[2 * X25519_PUBLIC_VALUE_LEN]; in x25519_encap_with_seed() local
211 uint8_t kem_context[2 * X25519_PUBLIC_VALUE_LEN]; in x25519_decap() local
248 uint8_t kem_context[3 * X25519_PUBLIC_VALUE_LEN]; in x25519_auth_encap_with_seed() local
279 uint8_t kem_context[3 * X25519_PUBLIC_VALUE_LEN]; in x25519_auth_decap() local
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/hpke/
Dhpke.c122 const uint8_t *kem_context, in dhkem_extract_and_expand()
174 uint8_t kem_context[2 * X25519_PUBLIC_VALUE_LEN]; in x25519_encap_with_seed() local
199 uint8_t kem_context[2 * X25519_PUBLIC_VALUE_LEN]; in x25519_decap() local
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/crypto/hpke/
Dhpke.c122 const uint8_t *kem_context, in dhkem_extract_and_expand()
174 uint8_t kem_context[2 * X25519_PUBLIC_VALUE_LEN]; in x25519_encap_with_seed() local
199 uint8_t kem_context[2 * X25519_PUBLIC_VALUE_LEN]; in x25519_decap() local
/aosp_15_r20/external/wpa_supplicant_8/src/crypto/
H A Dcrypto_openssl.c4964 u8 kem_context[2 * HPKE_MAX_PUB_LEN]; in hpke_extract_and_expand() local