Home
last modified time | relevance | path

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

/drivers/crypto/nx/
Dnx-aes-cbc.c48 memcpy(csbcpb->cpb.aes_cbc.key, in_key, key_len); in cbc_aes_nx_set_key()
76 processed, csbcpb->cpb.aes_cbc.iv); in cbc_aes_nx_crypt()
90 memcpy(desc->info, csbcpb->cpb.aes_cbc.cv, AES_BLOCK_SIZE); in cbc_aes_nx_crypt()
Dnx-aes-ctr.c103 memcpy(desc->info, csbcpb->cpb.aes_cbc.cv, AES_BLOCK_SIZE); in ctr_aes_nx_crypt()
Dnx_csbcpb.h123 struct cop_symcpb_aes_cbc aes_cbc; member
/drivers/crypto/vmx/
DMakefile3 vmx-crypto-objs := vmx.o aesp8-ppc.o ghashp8-ppc.o aes.o aes_cbc.o aes_ctr.o aes_xts.o ghash.o