Searched refs:fe1305x2_frombytearray (Results 1 – 1 of 1) sorted by relevance
/external/boringssl/src/crypto/poly1305/ |
D | poly1305_arm.c | 136 static void fe1305x2_frombytearray(fe1305x2 *r, const uint8_t *x, in fe1305x2_frombytearray() function 233 fe1305x2_frombytearray(c, st->buf, sizeof(st->buf)); in CRYPTO_poly1305_update_neon() 269 fe1305x2_frombytearray(c, st->buf, st->buf_used); in CRYPTO_poly1305_finish_neon() 277 fe1305x2_frombytearray(c, st->buf, st->buf_used); in CRYPTO_poly1305_finish_neon() 293 fe1305x2_frombytearray(c, st->key, 16); in CRYPTO_poly1305_finish_neon()
|