Searched refs:aes_xcbc (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/crypto/nx/ |
A D | nx-aes-xcbc.c | 43 memcpy(csbcpb->cpb.aes_xcbc.key, in_key, key_len); in nx_xcbc_set_key() 71 memcpy(key, csbcpb->cpb.aes_xcbc.key, AES_BLOCK_SIZE); in nx_xcbc_empty() 132 memcpy(csbcpb->cpb.aes_xcbc.key, key, AES_BLOCK_SIZE); in nx_xcbc_empty() 257 memcpy(csbcpb->cpb.aes_xcbc.cv, in nx_xcbc_update() 258 csbcpb->cpb.aes_xcbc.out_cv_mac, in nx_xcbc_update() 307 memcpy(csbcpb->cpb.aes_xcbc.cv, in nx_xcbc_final() 308 csbcpb->cpb.aes_xcbc.out_cv_mac, AES_BLOCK_SIZE); in nx_xcbc_final() 355 memcpy(out, csbcpb->cpb.aes_xcbc.out_cv_mac, AES_BLOCK_SIZE); in nx_xcbc_final()
|
A D | nx_csbcpb.h | 129 struct cop_symcpb_aes_xcbc aes_xcbc; member
|
Completed in 6 milliseconds