Home
last modified time | relevance | path

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

/linux/drivers/crypto/
A Dmxs-dcp.c320 actx->fill = 0; in mxs_dcp_aes_block_crypt()
323 memcpy(key, actx->key, actx->key_len); in mxs_dcp_aes_block_crypt()
369 actx->fill = 0; in mxs_dcp_aes_block_crypt()
502 actx->key_len = len; in mxs_dcp_aes_setkey()
661 actx->fill = 0; in dcp_sha_req_to_buf()
677 actx->fill = 0; in dcp_sha_req_to_buf()
734 memset(actx, 0, sizeof(*actx)); in dcp_sha_init()
741 actx->fill = 0; in dcp_sha_init()
742 actx->hot = 0; in dcp_sha_init()
771 if (!actx->hot) { in dcp_sha_update_fx()
[all …]
A Domap-aes-gcm.c178 aes_encrypt(&ctx->actx, (u8 *)tag, (u8 *)iv); in do_encrypt_iv()
317 ret = aes_expandkey(&ctx->actx, key, keylen); in omap_aes_gcm_setkey()
337 ret = aes_expandkey(&ctx->actx, key, keylen); in omap_aes_4106gcm_setkey()
A Domap-aes.h105 struct crypto_aes_ctx actx; member
/linux/fs/ntfs/
A Dindex.c47 if (ictx->actx) in ntfs_index_ctx_put()
118 ntfs_attr_search_ctx *actx; in ntfs_index_lookup() local
145 if (unlikely(!actx)) { in ntfs_index_lookup()
151 CASE_SENSITIVE, 0, NULL, 0, actx); in ntfs_index_lookup()
161 ir = (INDEX_ROOT*)((u8*)actx->attr + in ntfs_index_lookup()
197 ictx->actx = actx; in ntfs_index_lookup()
254 ntfs_attr_put_search_ctx(actx); in ntfs_index_lookup()
257 actx = NULL; in ntfs_index_lookup()
366 ictx->actx = NULL; in ntfs_index_lookup()
432 if (actx) in ntfs_index_lookup()
[all …]
A Dindex.h68 ntfs_attr_search_ctx *actx; member
100 flush_dcache_mft_record_page(ictx->actx->ntfs_ino); in ntfs_index_entry_flush_dcache_page()
126 mark_mft_record_dirty(ictx->actx->ntfs_ino); in ntfs_index_entry_mark_dirty()
/linux/drivers/crypto/chelsio/
A Dchcr_algo.c2440 struct chcr_authenc_ctx *actx = AUTHENC_CTX(aeadctx); in create_authenc_wr() local
2528 actx->auth_mode, aeadctx->hmac_ctrl, in create_authenc_wr()
2540 memcpy(chcr_req->key_ctx.key, actx->dec_rrkey, in create_authenc_wr()
3548 struct chcr_authenc_ctx *actx = AUTHENC_CTX(aeadctx); in chcr_authenc_setkey() local
3604 get_aes_decrypt_key(actx->dec_rrkey, aeadctx->key, in chcr_authenc_setkey()
3618 o_ptr = actx->h_iopad + param.result_size + align; in chcr_authenc_setkey()
3651 chcr_change_order(actx->h_iopad, param.result_size); in chcr_authenc_setkey()
3658 actx->auth_mode = param.auth_mode; in chcr_authenc_setkey()
3676 struct chcr_authenc_ctx *actx = AUTHENC_CTX(aeadctx); in chcr_aead_digest_null_setkey() local
3717 get_aes_decrypt_key(actx->dec_rrkey, aeadctx->key, in chcr_aead_digest_null_setkey()
[all …]

Completed in 28 milliseconds