Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/src/encauth/ocb3/
A Docb3_init.c95 unsigned char *previous, *current; in ocb3_init() local
153 current = ocb->L_dollar; in ocb3_init()
157 current = ocb->L_[0]; in ocb3_init()
161 current = ocb->L_[x]; in ocb3_init()
166 current[y] = ((previous[y] << 1) | (previous[y+1] >> 7)) & 255; in ocb3_init()
168 current[ocb->block_len-1] = (previous[ocb->block_len-1] << 1) & 255; in ocb3_init()
171 ocb3_int_xor_blocks(current, current, polys[poly].poly_mul, ocb->block_len); in ocb3_init()
/optee_os/core/tee/
A Dtee_cryp_utl.c162 TEE_Time current; in plat_prng_add_jitter_entropy() local
169 if (tee_time_get_sys_time(&current) == TEE_SUCCESS) in plat_prng_add_jitter_entropy()
170 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
2790 free(dir->current); in rpmb_fs_dir_free()
2801 struct tee_rpmb_fs_dirent *current = NULL; in rpmb_fs_dir_populate() local
2853 current = next; in rpmb_fs_dir_populate()
2865 if (current) in rpmb_fs_dir_populate()
2928 free(dir->current); in rpmb_fs_readdir()
2930 dir->current = SIMPLEQ_FIRST(&dir->next); in rpmb_fs_readdir()
2931 if (!dir->current) in rpmb_fs_readdir()
2936 *ent = &dir->current->entry; in rpmb_fs_readdir()
/optee_os/core/arch/arm/dts/
A Dstm32mp157c-ed1.dts166 regulator-over-current-protection;
175 regulator-over-current-protection;
185 regulator-over-current-protection;
193 regulator-over-current-protection;
216 regulator-over-current-protection;
244 regulator-over-current-protection;
A Dstm32mp15xx-dkx.dtsi250 regulator-over-current-protection;
259 regulator-over-current-protection;
269 regulator-over-current-protection;
277 regulator-over-current-protection;
302 regulator-over-current-protection;
331 regulator-over-current-protection;
A Dfsl-lx2160a.dtsi753 current-speed = <115200>;
761 current-speed = <115200>;
769 current-speed = <115200>;
777 current-speed = <115200>;
/optee_os/lib/libmbedtls/mbedtls/
A DCONTRIBUTING.md53 of BRANCHES.md](BRANCHES.md#current-branches).
A DChangeLog2641 * Add mbedtls_ssl_get_max_frag_len() to query the current maximum fragment
4069 + Improved information about current capabilities,
/optee_os/lib/libmbedtls/mbedtls/library/
A Drsa.c1585 unsigned char current = buf[n]; in mem_move_to_left() local
1587 buf[n] = if_int( no_op, current, next ); in mem_move_to_left()
/optee_os/
A DCHANGELOG.md930 current meta header
1426 find a link that present you all commits between the current and previous

Completed in 27 milliseconds