Home
last modified time | relevance | path

Searched refs:current (Results 1 – 13 of 13) sorted by relevance

/optee_os-3.20.0/core/lib/libtomcrypt/src/encauth/ocb3/
A Docb3_init.c88 unsigned char *previous, *current; in ocb3_init() local
146 current = ocb->L_dollar; in ocb3_init()
150 current = ocb->L_[0]; in ocb3_init()
154 current = ocb->L_[x]; in ocb3_init()
159 current[y] = ((previous[y] << 1) | (previous[y+1] >> 7)) & 255; in ocb3_init()
161 current[ocb->block_len-1] = (previous[ocb->block_len-1] << 1) & 255; in ocb3_init()
164 ocb3_int_xor_blocks(current, current, polys[poly].poly_mul, ocb->block_len); in ocb3_init()
/optee_os-3.20.0/core/tee/
A Dtee_cryp_utl.c164 TEE_Time current; in plat_prng_add_jitter_entropy() local
171 if (tee_time_get_sys_time(&current) == TEE_SUCCESS) in plat_prng_add_jitter_entropy()
172 crypto_rng_add_event(sid, pnum, &current, sizeof(current)); in plat_prng_add_jitter_entropy()
A Dtee_rpmb_fs.c143 struct tee_rpmb_fs_dirent *current; member
2796 free(dir->current); in rpmb_fs_dir_free()
2807 struct tee_rpmb_fs_dirent *current = NULL; in rpmb_fs_dir_populate() local
2859 current = next; in rpmb_fs_dir_populate()
2871 if (current) in rpmb_fs_dir_populate()
2934 free(dir->current); in rpmb_fs_readdir()
2936 dir->current = SIMPLEQ_FIRST(&dir->next); in rpmb_fs_readdir()
2937 if (!dir->current) in rpmb_fs_readdir()
2942 *ent = &dir->current->entry; in rpmb_fs_readdir()
/optee_os-3.20.0/core/arch/arm/dts/
A Dstm32mp15xx-dhcor-som.dtsi109 regulator-over-current-protection;
118 regulator-over-current-protection;
127 regulator-over-current-protection;
135 regulator-over-current-protection;
158 regulator-over-current-protection;
A Dstm32mp157c-ed1.dts197 regulator-over-current-protection;
206 regulator-over-current-protection;
216 regulator-over-current-protection;
224 regulator-over-current-protection;
247 regulator-over-current-protection;
A Dstm32mp15xx-dkx.dtsi305 regulator-over-current-protection;
314 regulator-over-current-protection;
324 regulator-over-current-protection;
332 regulator-over-current-protection;
357 regulator-over-current-protection;
710 st,trim-hs-current = <15>;
722 st,trim-hs-current = <15>;
A Dstm32mp15xx-dhcom-som.dtsi282 regulator-over-current-protection;
291 regulator-over-current-protection;
301 regulator-over-current-protection;
309 regulator-over-current-protection;
333 regulator-over-current-protection;
A Dstm32mp157c-ev1.dts377 st,trim-hs-current = <15>;
388 st,trim-hs-current = <15>;
A Dfsl-lx2160a.dtsi765 current-speed = <115200>;
773 current-speed = <115200>;
781 current-speed = <115200>;
789 current-speed = <115200>;
/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/
A Dconstant_time.c397 unsigned char current = buf[n]; in mbedtls_ct_mem_move_to_left() local
399 buf[n] = mbedtls_ct_uint_if( no_op, current, next ); in mbedtls_ct_mem_move_to_left()
/optee_os-3.20.0/lib/libmbedtls/mbedtls/
A DCONTRIBUTING.md53 of BRANCHES.md](BRANCHES.md#current-branches).
A DChangeLog2856 * Add mbedtls_ssl_get_max_frag_len() to query the current maximum fragment
4284 + Improved information about current capabilities,
/optee_os-3.20.0/
A DCHANGELOG.md1051 current meta header
1547 find a link that present you all commits between the current and previous

Completed in 23 milliseconds