Searched defs: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()1717 static int poly_unmarshal(struct poly *out, const uint8_t in[POLY_BYTES]) { in poly_unmarshal()2033 void HRSS_encap(uint8_t out_ciphertext[POLY_BYTES], in HRSS_encap()