Searched refs:ctxsize (Results 1 – 8 of 8) sorted by relevance
/Linux-v6.1/fs/crypto/ |
D | policy.c | 423 int ctxsize; in set_encryption_policy() local 460 ctxsize = fscrypt_new_context(&ctx, policy, nonce); in set_encryption_policy() 462 return inode->i_sb->s_cop->set_context(inode, &ctx, ctxsize, NULL); in set_encryption_policy() 736 int ctxsize; in fscrypt_set_context() local 738 ctxsize = fscrypt_context_for_new_inode(&ctx, inode); in fscrypt_set_context() 739 if (ctxsize < 0) in fscrypt_set_context() 740 return ctxsize; in fscrypt_set_context() 750 return inode->i_sb->s_cop->set_context(inode, &ctx, ctxsize, fs_data); in fscrypt_set_context()
|
/Linux-v6.1/drivers/net/ethernet/cavium/liquidio/ |
D | octeon_iq.h | 292 u32 ctxsize; member 334 u32 ctxsize);
|
D | request_manager.c | 858 u32 ctxsize) in octeon_alloc_soft_command() argument 869 WARN_ON((offset + datasize + rdatasize + ctxsize) > in octeon_alloc_soft_command() 898 if (ctxsize) { in octeon_alloc_soft_command() 900 sc->ctxsize = ctxsize; in octeon_alloc_soft_command() 904 offset = (offset + ctxsize + 127) & 0xffffff80; in octeon_alloc_soft_command()
|
/Linux-v6.1/drivers/crypto/cavium/zip/ |
D | zip_main.h | 106 u64 ctxsize; member
|
D | zip_main.c | 149 zip->ctxsize = constants.s.ctxsize; in zip_init_hw() 152 zip->depth, zip->onfsize, zip->ctxsize); in zip_init_hw()
|
D | zip_regs.h | 406 u64 ctxsize : 12; member 412 u64 ctxsize : 12;
|
/Linux-v6.1/include/crypto/ |
D | algapi.h | 37 unsigned int (*ctxsize)(struct crypto_alg *alg, u32 type, u32 mask); member
|
/Linux-v6.1/crypto/ |
D | api.c | 373 return len + type_obj->ctxsize(alg, type, mask); in crypto_ctxsize()
|