HomeSort by relevance Sort by last modified time
    Searched full:poly1305_block_copy (Results 1 - 1 of 1) sorted by null

  /external/boringssl/src/crypto/poly1305/
poly1305_vec.c 92 poly1305_block_copy(uint8_t *dst, const uint8_t *src, size_t bytes) { function
726 poly1305_block_copy(st->buffer + st->leftover, m, want);
742 poly1305_block_copy(st->buffer + st->leftover, m, want);
762 poly1305_block_copy(st->buffer + st->leftover, m, bytes);

Completed in 2998 milliseconds