Searched refs:actx (Results 1 – 13 of 13) sorted by relevance
/Linux-v4.19/drivers/crypto/ |
D | mxs-dcp.c | 151 static int mxs_dcp_start_dma(struct dcp_async_ctx *actx) in mxs_dcp_start_dma() argument 154 const int chan = actx->chan; in mxs_dcp_start_dma() 157 struct dcp_dma_desc *desc = &sdcp->coh->desc[actx->chan]; in mxs_dcp_start_dma() 196 static int mxs_dcp_run_aes(struct dcp_async_ctx *actx, in mxs_dcp_run_aes() argument 200 struct dcp_dma_desc *desc = &sdcp->coh->desc[actx->chan]; in mxs_dcp_run_aes() 235 desc->size = actx->fill; in mxs_dcp_run_aes() 239 ret = mxs_dcp_start_dma(actx); in mxs_dcp_run_aes() 254 struct dcp_async_ctx *actx = crypto_tfm_ctx(arq->tfm); in mxs_dcp_aes_block_crypt() local 275 actx->fill = 0; in mxs_dcp_aes_block_crypt() 278 memcpy(key, actx->key, actx->key_len); in mxs_dcp_aes_block_crypt() [all …]
|
/Linux-v4.19/fs/ntfs/ |
D | index.c | 61 if (ictx->actx) in ntfs_index_ctx_put() 62 ntfs_attr_put_search_ctx(ictx->actx); in ntfs_index_ctx_put() 132 ntfs_attr_search_ctx *actx; in ntfs_index_lookup() local 158 actx = ntfs_attr_get_search_ctx(base_ni, m); in ntfs_index_lookup() 159 if (unlikely(!actx)) { in ntfs_index_lookup() 165 CASE_SENSITIVE, 0, NULL, 0, actx); in ntfs_index_lookup() 175 ir = (INDEX_ROOT*)((u8*)actx->attr + in ntfs_index_lookup() 176 le16_to_cpu(actx->attr->data.resident.value_offset)); in ntfs_index_lookup() 187 if ((u8*)ie < (u8*)actx->mrec || (u8*)ie + in ntfs_index_lookup() 211 ictx->actx = actx; in ntfs_index_lookup() [all …]
|
D | index.h | 82 ntfs_attr_search_ctx *actx; member 114 flush_dcache_mft_record_page(ictx->actx->ntfs_ino); in ntfs_index_entry_flush_dcache_page() 140 mark_mft_record_dirty(ictx->actx->ntfs_ino); in ntfs_index_entry_mark_dirty()
|
/Linux-v4.19/security/selinux/include/ |
D | audit.h | 55 struct audit_context *actx);
|
/Linux-v4.19/security/apparmor/include/ |
D | audit.h | 196 struct audit_context *actx);
|
/Linux-v4.19/security/apparmor/ |
D | audit.c | 229 struct audit_context *actx) in aa_audit_rule_match() argument
|
/Linux-v4.19/security/integrity/ima/ |
D | ima.h | 311 struct audit_context *actx) in security_filter_rule_match() argument
|
/Linux-v4.19/drivers/crypto/chelsio/ |
D | chcr_algo.c | 2263 struct chcr_authenc_ctx *actx = AUTHENC_CTX(aeadctx); in create_authenc_wr() local 2353 actx->auth_mode, aeadctx->hmac_ctrl, in create_authenc_wr() 2365 memcpy(chcr_req->key_ctx.key, actx->dec_rrkey, in create_authenc_wr() 2369 actx->h_iopad, kctx_len - roundup(aeadctx->enckey_len, 16)); in create_authenc_wr() 3366 struct chcr_authenc_ctx *actx = AUTHENC_CTX(aeadctx); in chcr_authenc_setkey() local 3427 get_aes_decrypt_key(actx->dec_rrkey, aeadctx->key, in chcr_authenc_setkey() 3444 o_ptr = actx->h_iopad + param.result_size + align; in chcr_authenc_setkey() 3464 if (chcr_compute_partial_hash(shash, pad, actx->h_iopad, in chcr_authenc_setkey() 3477 chcr_change_order(actx->h_iopad, param.result_size); in chcr_authenc_setkey() 3484 actx->auth_mode = param.auth_mode; in chcr_authenc_setkey() [all …]
|
/Linux-v4.19/include/linux/ |
D | security.h | 1705 struct audit_context *actx); 1722 void *lsmrule, struct audit_context *actx) in security_audit_rule_match() argument
|
D | lsm_hooks.h | 1766 struct audit_context *actx);
|
/Linux-v4.19/security/ |
D | security.c | 1763 struct audit_context *actx) in security_audit_rule_match() argument 1766 actx); in security_audit_rule_match()
|
/Linux-v4.19/security/smack/ |
D | smack_lsm.c | 4473 struct audit_context *actx) in smack_audit_rule_match() argument
|
/Linux-v4.19/security/selinux/ss/ |
D | services.c | 3412 struct audit_context *actx) in selinux_audit_rule_match() argument
|