Searched refs:poly1305_init (Results 1 – 7 of 7) sorted by relevance
/third_party/openssl/crypto/poly1305/ |
D | poly1305.c | 135 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 428 int poly1305_init(void *ctx, const unsigned char key[16], void *func); 443 poly1305_init(ctx->opaque, key); in Poly1305_Init() 451 if (!poly1305_init(ctx->opaque, key, &ctx->func)) { in Poly1305_Init()
|
D | poly1305_base2_44.c | 57 int poly1305_init(void *ctx, const unsigned char key[16]) in poly1305_init() function
|
D | poly1305_ieee754.c | 110 int poly1305_init(void *ctx, const unsigned char key[16]) in poly1305_init() function
|
/third_party/openssl/crypto/ |
D | ppccap.c | 119 int poly1305_init(void *ctx, const unsigned char key[16], void *func[2]); 120 int poly1305_init(void *ctx, const unsigned char key[16], void *func[2]) in poly1305_init() function
|
/third_party/openssl/crypto/poly1305/asm/arm64/ |
D | poly1305-armv8.S | 8 .globl poly1305_init symbol 9 .hidden poly1305_init 15 .type poly1305_init,%function 17 poly1305_init: label 64 .size poly1305_init,.-poly1305_init
|
/third_party/openssl/crypto/poly1305/asm/arm32/ |
D | poly1305-armv4.S | 13 .globl poly1305_init symbol 14 .type poly1305_init,%function 16 poly1305_init: label 131 .size poly1305_init,.-poly1305_init
|
/third_party/openssl/crypto/poly1305/asm/x86_64/ |
D | poly1305-x86_64.s | 5 .globl poly1305_init symbol 6 .hidden poly1305_init 12 .type poly1305_init,@function 14 poly1305_init: label 47 .size poly1305_init,.-poly1305_init
|