Home
last modified time | relevance | path

Searched refs:out_ciphertext (Results 1 – 3 of 3) sorted by relevance

/external/boringssl/src/include/openssl/
Dhrss.h70 OPENSSL_EXPORT void HRSS_encap(uint8_t out_ciphertext[HRSS_CIPHERTEXT_BYTES],
/external/boringssl/src/crypto/cipher_extra/
De_chacha20poly1305.c100 extern void chacha20_poly1305_seal(uint8_t *out_ciphertext,
113 static void chacha20_poly1305_seal(uint8_t *out_ciphertext, in chacha20_poly1305_seal() argument
/external/boringssl/src/crypto/hrss/
Dhrss.c2033 void HRSS_encap(uint8_t out_ciphertext[POLY_BYTES], in HRSS_encap()
2050 poly_marshal(out_ciphertext, &prh_plus_m); in HRSS_encap()
2061 SHA256_Update(&hash_ctx, out_ciphertext, POLY_BYTES); in HRSS_encap()