Home
last modified time | relevance | path

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

/linux/drivers/crypto/nx/
H A Dnx-aes-cbc.c50 memcpy(csbcpb->cpb.aes_cbc.key, in_key, key_len); in cbc_aes_nx_set_key()
77 csbcpb->cpb.aes_cbc.iv); in cbc_aes_nx_crypt()
91 memcpy(req->iv, csbcpb->cpb.aes_cbc.cv, AES_BLOCK_SIZE); in cbc_aes_nx_crypt()
H A Dnx-aes-ctr.c104 memcpy(iv, csbcpb->cpb.aes_cbc.cv, AES_BLOCK_SIZE); in ctr_aes_nx_crypt()
H A Dnx_csbcpb.h123 struct cop_symcpb_aes_cbc aes_cbc; member
/linux/arch/powerpc/crypto/
H A DMakefile14 vmx-crypto-objs := vmx.o ghashp8-ppc.o aes_cbc.o aes_ctr.o aes_xts.o ghash.o
/linux/drivers/crypto/hisilicon/sec2/
H A Dsec_crypto.c956 GEN_SEC_SETKEY_FUNC(aes_cbc, SEC_CALG_AES, SEC_CMODE_CBC) in GEN_SEC_SETKEY_FUNC()
/linux/
H A DMAINTAINERS12278 F: arch/powerpc/crypto/aes_cbc.c