Searched refs:DESC_JOB_IO_LEN (Results 1 – 3 of 3) sorted by relevance
810 edesc = kmalloc(sizeof(struct ahash_edesc) + DESC_JOB_IO_LEN + in ahash_update_ctx()822 DESC_JOB_IO_LEN; in ahash_update_ctx()922 edesc = kmalloc(sizeof(struct ahash_edesc) + DESC_JOB_IO_LEN + in ahash_final_ctx()935 DESC_JOB_IO_LEN; in ahash_final_ctx()1009 edesc = kmalloc(sizeof(struct ahash_edesc) + DESC_JOB_IO_LEN + in ahash_finup_ctx()1024 DESC_JOB_IO_LEN; in ahash_finup_ctx()1096 DESC_JOB_IO_LEN, GFP_DMA | flags); in ahash_digest()1102 DESC_JOB_IO_LEN; in ahash_digest()1169 edesc = kmalloc(sizeof(struct ahash_edesc) + DESC_JOB_IO_LEN, in ahash_final_no_ctx()1249 edesc = kmalloc(sizeof(struct ahash_edesc) + DESC_JOB_IO_LEN + in ahash_update_no_ctx()[all …]
272 if (DESC_AEAD_NULL_ENC_LEN + DESC_JOB_IO_LEN + in aead_null_set_sh_desc()359 if (DESC_AEAD_NULL_DEC_LEN + DESC_JOB_IO_LEN + in aead_null_set_sh_desc()493 if (DESC_AEAD_ENC_LEN + DESC_JOB_IO_LEN + in aead_set_sh_desc()562 if (DESC_AEAD_DEC_LEN + DESC_JOB_IO_LEN + in aead_set_sh_desc()633 if (DESC_AEAD_GIVENC_LEN + DESC_JOB_IO_LEN + in aead_set_sh_desc()757 if (DESC_GCM_ENC_LEN + DESC_JOB_IO_LEN + in gcm_set_sh_desc()865 if (DESC_GCM_DEC_LEN + DESC_JOB_IO_LEN + in gcm_set_sh_desc()987 if (DESC_RFC4106_ENC_LEN + DESC_JOB_IO_LEN + in rfc4106_set_sh_desc()1063 if (DESC_RFC4106_DEC_LEN + DESC_JOB_IO_LEN + in rfc4106_set_sh_desc()1140 if (DESC_RFC4106_GIVENC_LEN + DESC_JOB_IO_LEN + in rfc4106_set_sh_desc()[all …]
13 #define DESC_JOB_IO_LEN (CAAM_CMD_SZ * 5 + CAAM_PTR_SZ * 3) macro