HomeSort by relevance Sort by last modified time
    Searched refs:CRYPTO_poly1305_finish_neon (Results 1 - 2 of 2) sorted by null

  /external/boringssl/src/crypto/poly1305/
poly1305.c 57 void CRYPTO_poly1305_finish_neon(poly1305_state *state, uint8_t mac[16]);
267 CRYPTO_poly1305_finish_neon(statep, mac);
poly1305_arm.c 256 void CRYPTO_poly1305_finish_neon(poly1305_state *state, uint8_t mac[16]) {

Completed in 998 milliseconds