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

/linux-4.1.27/arch/arm64/crypto/
H A Daes-glue.c30 #define aes_ctr_encrypt ce_aes_ctr_encrypt macro
43 #define aes_ctr_encrypt neon_aes_ctr_encrypt macro
67 asmlinkage void aes_ctr_encrypt(u8 out[], u8 const in[], u8 const rk[],
204 aes_ctr_encrypt(walk.dst.virt.addr, walk.src.virt.addr, ctr_encrypt()
221 * to tell aes_ctr_encrypt() to only read half a block. ctr_encrypt()
225 aes_ctr_encrypt(tail, tsrc, (u8 *)ctx->key_enc, rounds, ctr_encrypt()
H A Daes-modes.S264 * aes_ctr_encrypt(u8 out[], u8 const in[], u8 const rk[], int rounds,
268 AES_ENTRY(aes_ctr_encrypt)
369 AES_ENDPROC(aes_ctr_encrypt)
/linux-4.1.27/arch/arm/crypto/
H A Daes-ce-core.S279 * aes_ctr_encrypt(u8 out[], u8 const in[], u8 const rk[], int rounds,
H A Daes-ce-glue.c289 * to tell aes_ctr_encrypt() to only read half a block. ctr_encrypt()

Completed in 55 milliseconds