Searched refs:current (Results 1 – 16 of 16) sorted by relevance
| /optee_os/core/lib/libtomcrypt/src/encauth/ocb3/ |
| H 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/core/tee/ |
| H A D | tee_cryp_utl.c | 163 TEE_Time current; in plat_prng_add_jitter_entropy() local 170 if (tee_time_get_sys_time(¤t) == TEE_SUCCESS) in plat_prng_add_jitter_entropy() 171 crypto_rng_add_event(sid, pnum, ¤t, sizeof(current)); in plat_prng_add_jitter_entropy()
|
| H A D | tee_rpmb_fs.c | 145 struct tee_rpmb_fs_dirent *current; member 2861 free(dir->current); in rpmb_fs_dir_free() 2872 struct tee_rpmb_fs_dirent *current = NULL; in rpmb_fs_dir_populate() local 2924 current = next; in rpmb_fs_dir_populate() 2936 if (current) in rpmb_fs_dir_populate() 2999 free(dir->current); in rpmb_fs_readdir() 3001 dir->current = SIMPLEQ_FIRST(&dir->next); in rpmb_fs_readdir() 3002 if (!dir->current) in rpmb_fs_readdir() 3007 *ent = &dir->current->entry; in rpmb_fs_readdir()
|
| /optee_os/core/arch/arm/dts/ |
| H A D | stm32mp15xx-dhcor-som.dtsi | 126 regulator-over-current-protection; 135 regulator-over-current-protection; 144 regulator-over-current-protection; 152 regulator-over-current-protection; 175 regulator-over-current-protection;
|
| H A D | stm32mp157c-ed1.dts | 224 regulator-over-current-protection; 233 regulator-over-current-protection; 243 regulator-over-current-protection; 251 regulator-over-current-protection; 274 regulator-over-current-protection;
|
| H A D | stm32mp15xx-dkx.dtsi | 312 regulator-over-current-protection; 321 regulator-over-current-protection; 331 regulator-over-current-protection; 339 regulator-over-current-protection; 364 regulator-over-current-protection; 724 st,trim-hs-current = <15>; 736 st,trim-hs-current = <15>;
|
| H A D | stm32mp15xx-dhcom-som.dtsi | 299 regulator-over-current-protection; 308 regulator-over-current-protection; 318 regulator-over-current-protection; 326 regulator-over-current-protection; 350 regulator-over-current-protection;
|
| H A D | stm32mp135f-dk.dts | 177 regulator-over-current-protection; 201 regulator-over-current-protection; 214 regulator-over-current-protection; 222 regulator-over-current-protection;
|
| H A D | stm32mp157c-ev1.dts | 377 st,trim-hs-current = <15>; 388 st,trim-hs-current = <15>;
|
| H A D | fsl-lx2160a.dtsi | 771 current-speed = <115200>; 779 current-speed = <115200>; 787 current-speed = <115200>; 795 current-speed = <115200>;
|
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | constant_time.c | 160 unsigned char current = buf[n]; in mbedtls_ct_memmove_left() local 162 buf[n] = mbedtls_ct_uint_if(no_op, current, next); in mbedtls_ct_memmove_left()
|
| /optee_os/scripts/ |
| H A D | checkpatch.sh | 49 the current HEAD.
|
| /optee_os/lib/libmbedtls/mbedtls/ |
| H A D | CONTRIBUTING.md | 54 of BRANCHES.md](BRANCHES.md#current-branches).
|
| H A D | ChangeLog | 448 docs/driver-only-builds.md for full details and current limitations. 458 details and current limitations; in particular, NIST_KW and PKCS5/PKCS12 645 preserves the current speed, at the expense of increasing memory 4745 * Add mbedtls_ssl_get_max_frag_len() to query the current maximum fragment 6173 + Improved information about current capabilities,
|
| /optee_os/core/lib/qcbor/ |
| H A D | README.md | 171 The official current release is version 1.4.1 Changes over the last few
|
| /optee_os/ |
| H A D | CHANGELOG.md | 1381 current meta header 1877 find a link that present you all commits between the current and previous
|