Searched refs:current (Results 1 – 10 of 10) sorted by relevance
/optee_os/core/lib/libtomcrypt/src/encauth/ocb3/ |
A D | ocb3_init.c | 95 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 D | tee_cryp_utl.c | 162 TEE_Time current; in plat_prng_add_jitter_entropy() local 169 if (tee_time_get_sys_time(¤t) == TEE_SUCCESS) in plat_prng_add_jitter_entropy() 170 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 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 D | stm32mp157c-ed1.dts | 166 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 D | stm32mp15xx-dkx.dtsi | 250 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 D | fsl-lx2160a.dtsi | 753 current-speed = <115200>; 761 current-speed = <115200>; 769 current-speed = <115200>; 777 current-speed = <115200>;
|
/optee_os/lib/libmbedtls/mbedtls/ |
A D | CONTRIBUTING.md | 53 of BRANCHES.md](BRANCHES.md#current-branches).
|
A D | ChangeLog | 2641 * 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 D | rsa.c | 1585 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 D | CHANGELOG.md | 930 current meta header 1426 find a link that present you all commits between the current and previous
|
Completed in 27 milliseconds