Home
last modified time | relevance | path

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

/drivers/crypto/nx/
A Dnx-aes-xcbc.c42 memcpy(csbcpb->cpb.aes_xcbc.key, in_key, key_len); in nx_xcbc_set_key()
70 memcpy(key, csbcpb->cpb.aes_xcbc.key, AES_BLOCK_SIZE); in nx_xcbc_empty()
131 memcpy(csbcpb->cpb.aes_xcbc.key, key, AES_BLOCK_SIZE); in nx_xcbc_empty()
181 memcpy(csbcpb->cpb.aes_xcbc.out_cv_mac, sctx->state, AES_BLOCK_SIZE); in nx_xcbc_update()
217 memcpy(csbcpb->cpb.aes_xcbc.cv, in nx_xcbc_update()
218 csbcpb->cpb.aes_xcbc.out_cv_mac, AES_BLOCK_SIZE); in nx_xcbc_update()
237 memcpy(sctx->state, csbcpb->cpb.aes_xcbc.out_cv_mac, AES_BLOCK_SIZE); in nx_xcbc_update()
259 memcpy(csbcpb->cpb.aes_xcbc.cv, sctx->state, AES_BLOCK_SIZE); in nx_xcbc_finup()
306 memcpy(out, csbcpb->cpb.aes_xcbc.out_cv_mac, AES_BLOCK_SIZE); in nx_xcbc_finup()
A Dnx_csbcpb.h129 struct cop_symcpb_aes_xcbc aes_xcbc; member

Completed in 9 milliseconds