| /freebsd-13.1/sys/contrib/libsodium/src/libsodium/crypto_onetimeauth/poly1305/donna/ |
| H A D | poly1305_donna.c | 65 poly1305_init(&state, key); in crypto_onetimeauth_poly1305_donna() 78 poly1305_init((poly1305_state_internal_t *) (void *) state, key); in crypto_onetimeauth_poly1305_donna_init()
|
| H A D | poly1305_donna64.h | 35 poly1305_init(poly1305_state_internal_t *st, const unsigned char key[32]) in poly1305_init() function
|
| H A D | poly1305_donna32.h | 29 poly1305_init(poly1305_state_internal_t *st, const unsigned char key[32]) in poly1305_init() function
|
| /freebsd-13.1/crypto/openssl/crypto/poly1305/ |
| H A 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()
|
| H A D | poly1305_base2_44.c | 57 int poly1305_init(void *ctx, const unsigned char key[16]) in poly1305_init() function
|
| H A D | poly1305_ieee754.c | 110 int poly1305_init(void *ctx, const unsigned char key[16]) in poly1305_init() function
|
| /freebsd-13.1/sys/crypto/openssl/ |
| H A D | ossl_poly1305.c | 43 int poly1305_init(void *ctx, const unsigned char key[16], void *func); 62 if (!poly1305_init(ctx->opaque, key, &ctx->func)) { in Poly1305_Init()
|
| /freebsd-13.1/crypto/openssl/crypto/ |
| H A 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
|
| /freebsd-13.1/sys/crypto/openssl/aarch64/ |
| H A D | poly1305-armv8.S | 10 .globl poly1305_init 11 .hidden poly1305_init 17 .type poly1305_init,%function 19 poly1305_init: label 66 .size poly1305_init,.-poly1305_init
|
| /freebsd-13.1/sys/crypto/openssl/arm/ |
| H A D | poly1305-armv4.S | 15 .globl poly1305_init 16 .type poly1305_init,%function 18 poly1305_init: label 133 .size poly1305_init,.-poly1305_init
|
| /freebsd-13.1/sys/crypto/openssl/amd64/ |
| H A D | poly1305-x86_64.S | 7 .globl poly1305_init 8 .hidden poly1305_init 14 .type poly1305_init,@function 16 poly1305_init: label 49 .size poly1305_init,.-poly1305_init
|
| /freebsd-13.1/sys/crypto/openssl/i386/ |
| H A D | poly1305-x86.S | 6 .globl poly1305_init 7 .type poly1305_init,@function 9 poly1305_init: label 66 .size poly1305_init,.-.L_poly1305_init_begin 1917 .globl poly1305_init 1918 .type poly1305_init,@function 1920 poly1305_init: label 1977 .size poly1305_init,.-.L_poly1305_init_begin
|