Home
last modified time | relevance | path

Searched refs:aes_xcbc (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/crypto/nx/
A Dnx-aes-xcbc.c43 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 Dnx_csbcpb.h129 struct cop_symcpb_aes_xcbc aes_xcbc; member

Completed in 4 milliseconds