Searched refs:tz (Results 1 – 3 of 3) sorted by relevance
/system/core/init/ |
D | builtins.c | 724 struct timezone tz; in do_sysclktz() local 729 memset(&tz, 0, sizeof(tz)); in do_sysclktz() 730 tz.tz_minuteswest = atoi(args[1]); in do_sysclktz() 731 if (settimeofday(NULL, &tz)) in do_sysclktz()
|
/system/core/libmincrypt/ |
D | p256_ec.c | 1053 felem tx, ty, tz; in scalar_base_mult() local 1079 point_add_mixed(tx, ty, tz, nx, ny, nz, px, py); in scalar_base_mult() 1094 copy_conditional(nz, tz, mask); in scalar_base_mult() 1117 felem px, py, pz, tx, ty, tz; in scalar_mult() local 1156 point_add(tx, ty, tz, nx, ny, nz, px, py, pz); in scalar_mult() 1166 copy_conditional(nz, tz, mask); in scalar_mult()
|
/system/keymaster/ |
D | ocb.c | 644 static block getL(const ae_ctx* ctx, unsigned tz) { in getL() argument 645 if (tz < L_TABLE_SZ) in getL() 646 return ctx->L[tz]; in getL() 652 for (i = L_TABLE_SZ; i < tz; i++) in getL() 797 unsigned i, k, tz, remaining; in process_ad() local 807 tz = ntz(ad_block_num); in process_ad() 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()
|