Home
last modified time | relevance | path

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

/linux/drivers/crypto/
A Dmxs-dcp.c336 actx->fill = 0; in mxs_dcp_aes_block_crypt()
339 memcpy(key, actx->key, actx->key_len); in mxs_dcp_aes_block_crypt()
385 actx->fill = 0; in mxs_dcp_aes_block_crypt()
518 actx->key_len = len; in mxs_dcp_aes_setkey()
711 actx->fill = 0; in dcp_sha_req_to_buf()
727 actx->fill = 0; in dcp_sha_req_to_buf()
784 memset(actx, 0, sizeof(*actx)); in dcp_sha_init()
791 actx->fill = 0; in dcp_sha_init()
792 actx->hot = 0; in dcp_sha_init()
821 if (!actx->hot) { in dcp_sha_update_fx()
[all …]
A Domap-aes-gcm.c181 aes_encrypt(&ctx->actx, (u8 *)tag, (u8 *)iv); in do_encrypt_iv()
318 ret = aes_expandkey(&ctx->actx, key, keylen); in omap_aes_gcm_setkey()
338 ret = aes_expandkey(&ctx->actx, key, keylen); in omap_aes_4106gcm_setkey()
A Domap-aes.h103 struct crypto_aes_ctx actx; member
/linux/drivers/crypto/chelsio/
A Dchcr_algo.c2448 struct chcr_authenc_ctx *actx = AUTHENC_CTX(aeadctx); in create_authenc_wr() local
2536 actx->auth_mode, aeadctx->hmac_ctrl, in create_authenc_wr()
2548 memcpy(chcr_req->key_ctx.key, actx->dec_rrkey, in create_authenc_wr()
3557 struct chcr_authenc_ctx *actx = AUTHENC_CTX(aeadctx); in chcr_authenc_setkey() local
3613 get_aes_decrypt_key(actx->dec_rrkey, aeadctx->key, in chcr_authenc_setkey()
3627 o_ptr = actx->h_iopad + param.result_size + align; in chcr_authenc_setkey()
3660 chcr_change_order(actx->h_iopad, param.result_size); in chcr_authenc_setkey()
3667 actx->auth_mode = param.auth_mode; in chcr_authenc_setkey()
3685 struct chcr_authenc_ctx *actx = AUTHENC_CTX(aeadctx); in chcr_aead_digest_null_setkey() local
3726 get_aes_decrypt_key(actx->dec_rrkey, aeadctx->key, in chcr_aead_digest_null_setkey()
[all …]

Completed in 20 milliseconds