Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/hrss/
Dhrss.c1681 static void poly_marshal(uint8_t out[POLY_BYTES], const struct poly *in) { in poly_marshal() function
2050 poly_marshal(out_ciphertext, &prh_plus_m); in HRSS_encap()
2162 poly_marshal(expected_ciphertext, &c); in HRSS_decap()
2190 poly_marshal(out, &pub->ph); in HRSS_marshal_public_key()