Searched refs:getL (Results 1 – 1 of 1) sorted by relevance
/system/keymaster/key_blob_utils/ |
D | ocb.c | 643 #define getL(_ctx, _tz) ((_ctx)->L[_tz]) macro 645 static block getL(const ae_ctx* ctx, unsigned tz) { in getL() function 817 ad_offset = xor_block(oa[2], getL(ctx, tz)); in process_ad() 828 ad_offset = xor_block(oa[6], getL(ctx, tz)); in process_ad() 873 ad_offset = xor_block(ad_offset, getL(ctx, ntz(k + 2))); in process_ad() 966 oa[3] = xor_block(oa[2], getL(ctx, ntz(block_num))); in ae_encrypt() 982 oa[7] = xor_block(oa[6], getL(ctx, ntz(block_num))); in ae_encrypt() 1182 oa[3] = xor_block(oa[2], getL(ctx, ntz(block_num))); in ae_decrypt() 1193 oa[7] = xor_block(oa[6], getL(ctx, ntz(block_num))); in ae_decrypt()
|