Searched refs:getL (Results 1 – 1 of 1) sorted by relevance
/system/keymaster/ |
D | ocb.c | 642 #define getL(_ctx, _tz) ((_ctx)->L[_tz]) macro 644 static block getL(const ae_ctx* ctx, unsigned tz) { in getL() function 815 ad_offset = xor_block(oa[2], getL(ctx, tz)); in process_ad() 826 ad_offset = xor_block(oa[6], getL(ctx, tz)); in process_ad() 871 ad_offset = xor_block(ad_offset, getL(ctx, ntz(k + 2))); in process_ad() 964 oa[3] = xor_block(oa[2], getL(ctx, ntz(block_num))); in ae_encrypt() 980 oa[7] = xor_block(oa[6], getL(ctx, ntz(block_num))); in ae_encrypt() 1180 oa[3] = xor_block(oa[2], getL(ctx, ntz(block_num))); in ae_decrypt() 1191 oa[7] = xor_block(oa[6], getL(ctx, ntz(block_num))); in ae_decrypt()
|