Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/hrss/
Dhrss.c1678 #define POLY_BYTES 1138 macro
1681 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()