Searched refs:current (Results 1 – 13 of 13) sorted by relevance
/optee_os-3.20.0/core/lib/libtomcrypt/src/encauth/ocb3/ |
A D | ocb3_init.c | 88 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 D | tee_cryp_utl.c | 164 TEE_Time current; in plat_prng_add_jitter_entropy() local 171 if (tee_time_get_sys_time(¤t) == TEE_SUCCESS) in plat_prng_add_jitter_entropy() 172 crypto_rng_add_event(sid, pnum, ¤t, sizeof(current)); in plat_prng_add_jitter_entropy()
|
A D | tee_rpmb_fs.c | 143 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 D | stm32mp15xx-dhcor-som.dtsi | 109 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 D | stm32mp157c-ed1.dts | 197 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 D | stm32mp15xx-dkx.dtsi | 305 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 D | stm32mp15xx-dhcom-som.dtsi | 282 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 D | stm32mp157c-ev1.dts | 377 st,trim-hs-current = <15>; 388 st,trim-hs-current = <15>;
|
A D | fsl-lx2160a.dtsi | 765 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 D | constant_time.c | 397 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 D | CONTRIBUTING.md | 53 of BRANCHES.md](BRANCHES.md#current-branches).
|
A D | ChangeLog | 2856 * 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 D | CHANGELOG.md | 1051 current meta header 1547 find a link that present you all commits between the current and previous
|
Completed in 23 milliseconds