Searched refs:poly1305_init (Results 1 – 6 of 6) sorted by relevance
/openssl/providers/implementations/macs/ |
H A D | poly1305_prov.c | 34 static OSSL_FUNC_mac_init_fn poly1305_init; variable 93 static int poly1305_init(void *vmacctx, const unsigned char *key, in poly1305_init() function 178 { OSSL_FUNC_MAC_INIT, (void (*)(void))poly1305_init },
|
/openssl/crypto/poly1305/ |
H A D | poly1305_ppc.c | 30 int poly1305_init(void *ctx, const unsigned char key[16], void *func[2]); 31 int poly1305_init(void *ctx, const unsigned char key[16], void *func[2]) in poly1305_init() function
|
H A D | poly1305.c | 133 static void poly1305_init(void *ctx, const unsigned char key[16]) in poly1305_init() function 271 static void poly1305_init(void *ctx, const unsigned char key[16]) in poly1305_init() function 426 int poly1305_init(void *ctx, const unsigned char key[16], void *func); 441 poly1305_init(ctx->opaque, key); in Poly1305_Init() 449 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
|
/openssl/crypto/poly1305/asm/ |
H A D | poly1305-ia64.S | 38 .global poly1305_init# 39 .proc poly1305_init# 41 poly1305_init: label 105 .endp poly1305_init#
|
Completed in 15 milliseconds