Searched refs:ctxsize (Results 1 – 10 of 10) sorted by relevance
/Linux-v5.4/fs/crypto/ |
D | policy.c | 235 int ctxsize; in set_encryption_policy() local 268 ctxsize = fscrypt_new_context_from_policy(&ctx, policy); in set_encryption_policy() 270 return inode->i_sb->s_cop->set_context(inode, &ctx, ctxsize, NULL); in set_encryption_policy() 473 int ctxsize; in fscrypt_inherit_context() local 485 ctxsize = fscrypt_new_context_from_policy(&ctx, &ci->ci_policy); in fscrypt_inherit_context() 488 res = parent->i_sb->s_cop->set_context(child, &ctx, ctxsize, fs_data); in fscrypt_inherit_context()
|
/Linux-v5.4/drivers/net/ethernet/cavium/liquidio/ |
D | octeon_iq.h | 292 u32 ctxsize; member 334 u32 ctxsize);
|
D | request_manager.c | 862 u32 ctxsize) in octeon_alloc_soft_command() argument 873 WARN_ON((offset + datasize + rdatasize + ctxsize) > in octeon_alloc_soft_command() 902 if (ctxsize) { in octeon_alloc_soft_command() 904 sc->ctxsize = ctxsize; in octeon_alloc_soft_command() 908 offset = (offset + ctxsize + 127) & 0xffffff80; in octeon_alloc_soft_command()
|
/Linux-v5.4/drivers/crypto/cavium/zip/ |
D | zip_main.h | 106 u64 ctxsize; member
|
D | zip_main.c | 144 zip->ctxsize = constants.s.ctxsize; in zip_init_hw() 147 zip->depth, zip->onfsize, zip->ctxsize); in zip_init_hw()
|
D | zip_regs.h | 406 u64 ctxsize : 12; member 412 u64 ctxsize : 12;
|
/Linux-v5.4/include/crypto/ |
D | algapi.h | 32 unsigned int (*ctxsize)(struct crypto_alg *alg, u32 type, u32 mask); member
|
/Linux-v5.4/crypto/ |
D | ablkcipher.c | 400 .ctxsize = crypto_ablkcipher_ctxsize,
|
D | api.c | 329 return len + type_obj->ctxsize(alg, type, mask); in crypto_ctxsize()
|
D | blkcipher.c | 538 .ctxsize = crypto_blkcipher_ctxsize,
|