Searched refs:POLY_BYTES (Results 1 – 1 of 1) sorted by relevance
1678 #define POLY_BYTES 1138 macro1681 static void poly_marshal(uint8_t out[POLY_BYTES], const struct poly *in) { in poly_marshal() argument1717 static int poly_unmarshal(struct poly *out, const uint8_t in[POLY_BYTES]) { in poly_unmarshal() argument2033 void HRSS_encap(uint8_t out_ciphertext[POLY_BYTES], in HRSS_encap() argument2061 SHA256_Update(&hash_ctx, out_ciphertext, POLY_BYTES); in HRSS_encap()2159 OPENSSL_STATIC_ASSERT(HRSS_CIPHERTEXT_BYTES == POLY_BYTES, in HRSS_decap()