Searched refs:currSgtEntry (Results 1 – 1 of 1) sorted by relevance
2674 uint32_t currSgtEntry; in caam_hash_sgt_insert() local2679 currSgtEntry = 0; in caam_hash_sgt_insert()2700 sgt[currSgtEntry].address_l = ADD_OFFSET(ctxBlkAddr); in caam_hash_sgt_insert()2701 sgt[currSgtEntry].length = ctxBlksz; in caam_hash_sgt_insert()2704 sgt[currSgtEntry].length |= 0x40000000u; /* Final SG entry */ in caam_hash_sgt_insert()2706 currSgtEntry++; in caam_hash_sgt_insert()2715 sgt[currSgtEntry].address_l = ADD_OFFSET((uint32_t)input); in caam_hash_sgt_insert()2716 sgt[currSgtEntry].length = inputSize - remain; in caam_hash_sgt_insert()2719 sgt[currSgtEntry].length |= 0x40000000u; /* Final SG entry */ in caam_hash_sgt_insert()2720 sgt[currSgtEntry].offset = 0x80000000u; in caam_hash_sgt_insert()[all …]