Home
last modified time | relevance | path

Searched refs:poly1305_init_arch (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/include/crypto/
H A Dpoly1305.h61 void poly1305_init_arch(struct poly1305_desc_ctx *desc,
69 poly1305_init_arch(desc, key); in poly1305_init()
/openbmc/linux/arch/mips/crypto/
H A Dpoly1305-glue.c20 void poly1305_init_arch(struct poly1305_desc_ctx *dctx, const u8 key[POLY1305_KEY_SIZE]) in poly1305_init_arch() function
29 EXPORT_SYMBOL(poly1305_init_arch);
/openbmc/linux/arch/arm64/crypto/
H A Dpoly1305-glue.c28 void poly1305_init_arch(struct poly1305_desc_ctx *dctx, const u8 key[POLY1305_KEY_SIZE]) in poly1305_init_arch() function
37 EXPORT_SYMBOL(poly1305_init_arch);
/openbmc/linux/arch/arm/crypto/
H A Dpoly1305-glue.c32 void poly1305_init_arch(struct poly1305_desc_ctx *dctx, const u8 key[POLY1305_KEY_SIZE]) in poly1305_init_arch() function
41 EXPORT_SYMBOL(poly1305_init_arch);
/openbmc/linux/arch/x86/crypto/
H A Dpoly1305_glue.c132 void poly1305_init_arch(struct poly1305_desc_ctx *dctx, const u8 key[POLY1305_KEY_SIZE]) in poly1305_init_arch() function
142 EXPORT_SYMBOL(poly1305_init_arch);