Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/lib/crypto/
H A Dchacha20poly1305.c68 poly1305_init(&poly1305_state, b.block0); in __chacha20poly1305_encrypt()
142 poly1305_init(&poly1305_state, b.block0); in __chacha20poly1305_decrypt()
246 poly1305_init(&poly1305_state, b.block0); in chacha20poly1305_crypt_sg_inplace()
H A Dchacha20poly1305-selftest.c8849 poly1305_init(&poly1305_state, b.block0); in chacha20poly1305_encrypt_bignonce()
/OK3568_Linux_fs/kernel/include/crypto/
H A Dpoly1305.h66 static inline void poly1305_init(struct poly1305_desc_ctx *desc, const u8 *key) in poly1305_init() function
/OK3568_Linux_fs/kernel/arch/arm64/crypto/
H A Dpoly1305-core.S_shipped12 .globl poly1305_init
13 .type poly1305_init,%function
15 poly1305_init:
60 .size poly1305_init,.-poly1305_init
/OK3568_Linux_fs/kernel/arch/arm/crypto/
H A Dpoly1305-core.S_shipped6 # define poly1305_init poly1305_init_arm
23 .globl poly1305_init
24 .type poly1305_init,%function
26 poly1305_init:
135 .size poly1305_init,.-poly1305_init