Searched refs:aes_ecb (Results 1 - 5 of 5) sorted by path

/linux-master/drivers/crypto/hisilicon/sec2/
H A Dsec_crypto.c878 GEN_SEC_SETKEY_FUNC(aes_ecb, SEC_CALG_AES, SEC_CMODE_ECB)
/linux-master/drivers/crypto/nx/
H A Dnx-aes-ecb.c48 memcpy(csbcpb->cpb.aes_ecb.key, in_key, key_len);
H A Dnx-aes-gcm.c259 memcpy(csbcpb->cpb.aes_ecb.key, csbcpb->cpb.aes_gcm.key,
260 sizeof(csbcpb->cpb.aes_ecb.key));
302 memset(csbcpb->cpb.aes_ecb.key, 0, sizeof(csbcpb->cpb.aes_ecb.key));
H A Dnx-aes-xcbc.c72 memcpy(csbcpb->cpb.aes_ecb.key, key, AES_BLOCK_SIZE);
107 memcpy(csbcpb->cpb.aes_ecb.key, keys[0], AES_BLOCK_SIZE);
H A Dnx_csbcpb.h122 struct cop_symcpb_aes_ecb aes_ecb; member in union:cop_parameter_block::__anon226

Completed in 218 milliseconds