Searched refs:out_ciphertext (Results 1 – 3 of 3) sorted by relevance
70 OPENSSL_EXPORT void HRSS_encap(uint8_t out_ciphertext[HRSS_CIPHERTEXT_BYTES],
100 extern void chacha20_poly1305_seal(uint8_t *out_ciphertext,113 static void chacha20_poly1305_seal(uint8_t *out_ciphertext, in chacha20_poly1305_seal() argument
2033 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()