Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/crypto/ccree/
Dcc_aead.c40 dma_addr_t padded_authkey_dma_addr; member
116 hmac->padded_authkey_dma_addr); in cc_aead_exit()
118 &hmac->padded_authkey_dma_addr); in cc_aead_exit()
119 hmac->padded_authkey_dma_addr = 0; in cc_aead_exit()
171 dma_addr_t *pkey_dma = &hmac->padded_authkey_dma_addr; in cc_aead_init()
346 hmac->padded_authkey_dma_addr, in hmac_setkey()
432 dma_addr_t padded_authkey_dma_addr = in cc_get_plain_hmac_key() local
433 ctx->auth_state.hmac.padded_authkey_dma_addr; in cc_get_plain_hmac_key()
483 set_dout_dlli(&desc[idx], padded_authkey_dma_addr, in cc_get_plain_hmac_key()
495 set_dout_dlli(&desc[idx], (padded_authkey_dma_addr + in cc_get_plain_hmac_key()
[all …]