Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/hrss/
Dhrss.c1717 static int poly_unmarshal(struct poly *out, const uint8_t in[POLY_BYTES]) { in poly_unmarshal() function
2108 !poly_unmarshal(&c, ciphertext)) { in HRSS_decap()
2196 if (!poly_unmarshal(&pub->ph, in)) { in HRSS_parse_public_key()