Home
last modified time | relevance | path

Searched refs:poly1305_init (Results 1 – 6 of 6) sorted by relevance

/openssl/providers/implementations/macs/
H A Dpoly1305_prov.c34 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 Dpoly1305_ppc.c30 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 Dpoly1305.c133 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 Dpoly1305_base2_44.c57 int poly1305_init(void *ctx, const unsigned char key[16]) in poly1305_init() function
H A Dpoly1305_ieee754.c110 int poly1305_init(void *ctx, const unsigned char key[16]) in poly1305_init() function
/openssl/crypto/poly1305/asm/
H A Dpoly1305-ia64.S38 .global poly1305_init#
39 .proc poly1305_init#
41 poly1305_init: label
105 .endp poly1305_init#

Completed in 16 milliseconds