Searched refs:DESC_JOB_IO_LEN (Results 1 – 3 of 3) sorted by relevance
814 edesc = kzalloc(sizeof(*edesc) + DESC_JOB_IO_LEN + in ahash_update_ctx()825 DESC_JOB_IO_LEN; in ahash_update_ctx()924 edesc = kzalloc(sizeof(*edesc) + DESC_JOB_IO_LEN + sec4_sg_bytes, in ahash_final_ctx()937 DESC_JOB_IO_LEN; in ahash_final_ctx()1010 edesc = kzalloc(sizeof(*edesc) + DESC_JOB_IO_LEN + sec4_sg_bytes, in ahash_finup_ctx()1024 DESC_JOB_IO_LEN; in ahash_finup_ctx()1093 edesc = kzalloc(sizeof(*edesc) + sec4_sg_bytes + DESC_JOB_IO_LEN, in ahash_digest()1100 DESC_JOB_IO_LEN; in ahash_digest()1166 edesc = kzalloc(sizeof(*edesc) + DESC_JOB_IO_LEN, GFP_DMA | flags); in ahash_final_no_ctx()1244 edesc = kzalloc(sizeof(*edesc) + DESC_JOB_IO_LEN + in ahash_update_no_ctx()[all …]
68 #define AEAD_DESC_JOB_IO_LEN (DESC_JOB_IO_LEN + CAAM_CMD_SZ * 2)105 #define DESC_MAX_USED_BYTES (CAAM_DESC_BYTES_MAX - DESC_JOB_IO_LEN)346 if (DESC_AEAD_NULL_DEC_LEN + DESC_JOB_IO_LEN + in aead_null_set_sh_desc()1015 if (DESC_RFC4106_DEC_LEN + DESC_JOB_IO_LEN + in rfc4106_set_sh_desc()2661 edesc = ablkcipher_edesc_alloc(req, DESC_JOB_IO_LEN * in ablkcipher_encrypt()2698 edesc = ablkcipher_edesc_alloc(req, DESC_JOB_IO_LEN * in ablkcipher_decrypt()2839 edesc = ablkcipher_giv_edesc_alloc(creq, DESC_JOB_IO_LEN * in ablkcipher_givencrypt()
13 #define DESC_JOB_IO_LEN (CAAM_CMD_SZ * 5 + CAAM_PTR_SZ * 3) macro