Searched defs:poly1305_blocks (Results 1 – 6 of 6) sorted by relevance
/third_party/openssl/crypto/poly1305/asm/arm64/ |
D | poly1305-armv8.S | 10 .globl poly1305_blocks symbol 68 poly1305_blocks: label
|
/third_party/openssl/crypto/poly1305/asm/arm32/ |
D | poly1305-armv4.S | 12 .globl poly1305_blocks symbol 134 poly1305_blocks: label
|
/third_party/openssl/crypto/poly1305/ |
D | poly1305.c | 150 poly1305_blocks(void *ctx, const unsigned char *inp, size_t len, u32 padbit) in poly1305_blocks() function 292 poly1305_blocks(void *ctx, const unsigned char *inp, size_t len, u32 padbit) in poly1305_blocks() function 466 # define poly1305_blocks (*poly1305_blocks_p) macro
|
D | poly1305_base2_44.c | 81 void poly1305_blocks(void *ctx, const unsigned char *inp, size_t len, in poly1305_blocks() function
|
D | poly1305_ieee754.c | 224 void poly1305_blocks(void *ctx, const unsigned char *inp, size_t len, in poly1305_blocks() function
|
/third_party/openssl/crypto/poly1305/asm/x86_64/ |
D | poly1305-x86_64.s | 7 .globl poly1305_blocks symbol 51 poly1305_blocks: label
|