Searched refs:getL (Results 1 – 1 of 1) sorted by relevance
/system/keymaster/key_blob_utils/ |
D | ocb.c | 654 #define getL(_ctx, _tz) ((_ctx)->L[_tz]) macro 656 static block getL(const ae_ctx* ctx, unsigned tz) { in getL() function 828 ad_offset = xor_block(oa[2], getL(ctx, tz)); in process_ad() 839 ad_offset = xor_block(oa[6], getL(ctx, tz)); in process_ad() 884 ad_offset = xor_block(ad_offset, getL(ctx, ntz(k + 2))); in process_ad() 984 oa[3] = xor_block(oa[2], getL(ctx, ntz(block_num))); in ae_encrypt() 1000 oa[7] = xor_block(oa[6], getL(ctx, ntz(block_num))); in ae_encrypt() 1206 oa[3] = xor_block(oa[2], getL(ctx, ntz(block_num))); in ae_decrypt() 1217 oa[7] = xor_block(oa[6], getL(ctx, ntz(block_num))); in ae_decrypt()
|