Searched refs:poly_mul (Results 1 – 2 of 2) sorted by relevance
/external/boringssl/src/crypto/cipher_extra/asm/ |
D | chacha20_poly1305_x86_64.pl | 187 sub poly_mul { subroutine 388 &poly_mul(); $code.=" 395 &poly_mul(); $code.=" 419 &poly_mul(); $code.=" 525 &poly_mul(); $code.=" 553 &poly_mul(); $code.=" 576 &poly_mul(); $code.=" 607 &poly_mul(); $code.=" 623 &poly_mul(); $code.=" 627 &poly_mul(); $code.=" [all …]
|
/external/boringssl/src/crypto/hrss/ |
D | hrss.c | 1387 static void poly_mul(struct poly *r, const struct poly *a, in poly_mul() function 1669 poly_mul(&tmp, &a, b); in poly_invert() 1671 poly_mul(b, b, &tmp); in poly_invert() 2017 poly_mul(&pfg_phi1, &f, &pg_phi1); in HRSS_generate_key() 2022 poly_mul(&pub->ph, &pfg_phi1_inverse, &pg_phi1); in HRSS_generate_key() 2023 poly_mul(&pub->ph, &pub->ph, &pg_phi1); in HRSS_generate_key() 2026 poly_mul(&priv->ph_inverse, &pfg_phi1_inverse, &f); in HRSS_generate_key() 2027 poly_mul(&priv->ph_inverse, &priv->ph_inverse, &f); in HRSS_generate_key() 2045 poly_mul(&prh_plus_m, &r, &pub->ph); in HRSS_encap() 2115 poly_mul(&cf, &c, &f); in HRSS_decap() [all …]
|