Home
last modified time | relevance | path

Searched refs:ctr_encrypt_one (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/arch/arm/crypto/
Daes-neonbs-glue.c273 static void ctr_encrypt_one(struct crypto_skcipher *tfm, const u8 *src, u8 *dst) in ctr_encrypt_one() function
291 return crypto_ctr_encrypt_walk(req, ctr_encrypt_one); in ctr_encrypt_sync()
Daes-ce-glue.c421 static void ctr_encrypt_one(struct crypto_skcipher *tfm, const u8 *src, u8 *dst) in ctr_encrypt_one() function
439 return crypto_ctr_encrypt_walk(req, ctr_encrypt_one); in ctr_encrypt_sync()
/Linux-v5.10/arch/arm64/crypto/
Daes-neonbs-glue.c295 static void ctr_encrypt_one(struct crypto_skcipher *tfm, const u8 *src, u8 *dst) in ctr_encrypt_one() function
313 return crypto_ctr_encrypt_walk(req, ctr_encrypt_one); in ctr_encrypt_sync()
Daes-glue.c484 static void ctr_encrypt_one(struct crypto_skcipher *tfm, const u8 *src, u8 *dst) in ctr_encrypt_one() function
502 return crypto_ctr_encrypt_walk(req, ctr_encrypt_one); in ctr_encrypt_sync()