Home
last modified time | relevance | path

Searched defs:poly1305_init (Results 1 – 7 of 7) sorted by relevance

/third_party/openssl/crypto/poly1305/asm/arm64/
Dpoly1305-armv8.S8 .globl poly1305_init symbol
17 poly1305_init: label
/third_party/openssl/crypto/poly1305/asm/arm32/
Dpoly1305-armv4.S13 .globl poly1305_init symbol
16 poly1305_init: label
/third_party/openssl/crypto/poly1305/asm/x86_64/
Dpoly1305-x86_64.s5 .globl poly1305_init symbol
14 poly1305_init: label
/third_party/openssl/crypto/poly1305/
Dpoly1305.c135 static void poly1305_init(void *ctx, const unsigned char key[16]) in poly1305_init() function
273 static void poly1305_init(void *ctx, const unsigned char key[16]) in poly1305_init() function
Dpoly1305_base2_44.c57 int poly1305_init(void *ctx, const unsigned char key[16]) in poly1305_init() function
Dpoly1305_ieee754.c110 int poly1305_init(void *ctx, const unsigned char key[16]) in poly1305_init() function
/third_party/openssl/crypto/
Dppccap.c120 int poly1305_init(void *ctx, const unsigned char key[16], void *func[2]) in poly1305_init() function