Home
last modified time | relevance | path

Searched refs:aes_ctr_encrypt (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/arch/arm64/crypto/
H A Daes-glue.c36 #define aes_ctr_encrypt ce_aes_ctr_encrypt macro
52 #define aes_ctr_encrypt neon_aes_ctr_encrypt macro
89 asmlinkage void aes_ctr_encrypt(u8 out[], u8 const in[], u32 const rk[],
457 aes_ctr_encrypt(walk.dst.virt.addr, walk.src.virt.addr, in ctr_encrypt()
469 * Tell aes_ctr_encrypt() to process a tail block. in ctr_encrypt()
474 aes_ctr_encrypt(tail, NULL, ctx->key_enc, rounds, in ctr_encrypt()
H A Daes-modes.S323 * aes_ctr_encrypt(u8 out[], u8 const in[], u8 const rk[], int rounds,
327 AES_FUNC_START(aes_ctr_encrypt)
412 AES_FUNC_END(aes_ctr_encrypt)
/kernel/linux/linux-6.6/arch/arm64/crypto/
H A Daes-glue.c36 #define aes_ctr_encrypt ce_aes_ctr_encrypt macro
53 #define aes_ctr_encrypt neon_aes_ctr_encrypt macro
92 asmlinkage void aes_ctr_encrypt(u8 out[], u8 const in[], u32 const rk[],
527 aes_ctr_encrypt(dst, src, ctx->key_enc, rounds, nbytes, in ctr_encrypt()
H A Daes-modes.S588 * aes_ctr_encrypt(u8 out[], u8 const in[], u8 const rk[], int rounds,
598 AES_FUNC_START(aes_ctr_encrypt)
600 AES_FUNC_END(aes_ctr_encrypt)

Completed in 5 milliseconds