Home
last modified time | relevance | path

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

/linux/drivers/crypto/hisilicon/sec2/
A Dsec.h16 u8 *a_ivin; member
36 u8 *a_ivin; member
A Dsec_crypto.c326 res->a_ivin = dma_alloc_coherent(dev, SEC_TOTAL_IV_SZ, in sec_alloc_aiv_resource()
328 if (!res->a_ivin) in sec_alloc_aiv_resource()
333 res[i].a_ivin = res->a_ivin + i * SEC_IV_SIZE; in sec_alloc_aiv_resource()
341 if (res->a_ivin) in sec_free_aiv_resource()
343 res->a_ivin, res->a_ivin_dma); in sec_free_aiv_resource()
934 a_req->a_ivin = res->a_ivin; in sec_cipher_map()
947 a_req->a_ivin = res->a_ivin; in sec_cipher_map()
1444 a_req->a_ivin[0] = flage; in set_aead_auth_iv()
1454 a_req->a_ivin[ctx->c_ctx.ivsize - IV_LAST_BYTE1] = in set_aead_auth_iv()
1457 a_req->a_ivin[ctx->c_ctx.ivsize - IV_LAST_BYTE2] = in set_aead_auth_iv()
[all …]

Completed in 8 milliseconds