aes_xcbc 43 drivers/crypto/nx/nx-aes-xcbc.c memcpy(csbcpb->cpb.aes_xcbc.key, in_key, key_len); aes_xcbc 71 drivers/crypto/nx/nx-aes-xcbc.c memcpy(key, csbcpb->cpb.aes_xcbc.key, AES_BLOCK_SIZE); aes_xcbc 132 drivers/crypto/nx/nx-aes-xcbc.c memcpy(csbcpb->cpb.aes_xcbc.key, key, AES_BLOCK_SIZE); aes_xcbc 257 drivers/crypto/nx/nx-aes-xcbc.c memcpy(csbcpb->cpb.aes_xcbc.cv, aes_xcbc 258 drivers/crypto/nx/nx-aes-xcbc.c csbcpb->cpb.aes_xcbc.out_cv_mac, aes_xcbc 307 drivers/crypto/nx/nx-aes-xcbc.c memcpy(csbcpb->cpb.aes_xcbc.cv, aes_xcbc 308 drivers/crypto/nx/nx-aes-xcbc.c csbcpb->cpb.aes_xcbc.out_cv_mac, AES_BLOCK_SIZE); aes_xcbc 355 drivers/crypto/nx/nx-aes-xcbc.c memcpy(out, csbcpb->cpb.aes_xcbc.out_cv_mac, AES_BLOCK_SIZE); aes_xcbc 129 drivers/crypto/nx/nx_csbcpb.h struct cop_symcpb_aes_xcbc aes_xcbc;