Searched refs:ctxsize (Results 1 – 9 of 9) sorted by relevance
290 u32 ctxsize; member324 u32 ctxsize);
817 u32 ctxsize) in octeon_alloc_soft_command() argument825 WARN_ON((offset + datasize + rdatasize + ctxsize) > in octeon_alloc_soft_command()854 if (ctxsize) { in octeon_alloc_soft_command()856 sc->ctxsize = ctxsize; in octeon_alloc_soft_command()860 offset = (offset + ctxsize + 127) & 0xffffff80; in octeon_alloc_soft_command()
106 u64 ctxsize; member
144 zip->ctxsize = constants.s.ctxsize; in zip_init_hw()147 zip->depth, zip->onfsize, zip->ctxsize); in zip_init_hw()
406 u64 ctxsize : 12; member412 u64 ctxsize : 12;
410 .ctxsize = crypto_ablkcipher_ctxsize,485 .ctxsize = crypto_ablkcipher_ctxsize,
334 return len + type_obj->ctxsize(alg, type, mask); in crypto_ctxsize()
549 .ctxsize = crypto_blkcipher_ctxsize,
35 unsigned int (*ctxsize)(struct crypto_alg *alg, u32 type, u32 mask); member