Searched refs:aes_xcbc (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/crypto/nx/ |
D | nx-aes-xcbc.c | 55 memcpy(csbcpb->cpb.aes_xcbc.key, in_key, key_len); in nx_xcbc_set_key() 83 memcpy(key, csbcpb->cpb.aes_xcbc.key, AES_BLOCK_SIZE); in nx_xcbc_empty() 146 memcpy(csbcpb->cpb.aes_xcbc.key, key, AES_BLOCK_SIZE); in nx_xcbc_empty() 271 memcpy(csbcpb->cpb.aes_xcbc.cv, in nx_xcbc_update() 272 csbcpb->cpb.aes_xcbc.out_cv_mac, in nx_xcbc_update() 322 memcpy(csbcpb->cpb.aes_xcbc.cv, in nx_xcbc_final() 323 csbcpb->cpb.aes_xcbc.out_cv_mac, AES_BLOCK_SIZE); in nx_xcbc_final() 371 memcpy(out, csbcpb->cpb.aes_xcbc.out_cv_mac, AES_BLOCK_SIZE); in nx_xcbc_final()
|
D | nx_csbcpb.h | 129 struct cop_symcpb_aes_xcbc aes_xcbc; member
|