Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/crypto/
Dctr.h20 static inline int crypto_ctr_encrypt_walk(struct skcipher_request *req, in crypto_ctr_encrypt_walk() function
/kernel/linux/linux-5.10/arch/arm64/crypto/
Daes-neonbs-glue.c313 return crypto_ctr_encrypt_walk(req, ctr_encrypt_one); in ctr_encrypt_sync()
Daes-glue.c502 return crypto_ctr_encrypt_walk(req, ctr_encrypt_one); in ctr_encrypt_sync()
/kernel/linux/linux-5.10/arch/arm/crypto/
Daes-neonbs-glue.c292 return crypto_ctr_encrypt_walk(req, ctr_encrypt_one); in ctr_encrypt_sync()
Daes-ce-glue.c439 return crypto_ctr_encrypt_walk(req, ctr_encrypt_one); in ctr_encrypt_sync()