Home
last modified time | relevance | path

Searched refs:saved (Results 1 – 6 of 6) sorted by relevance

/optee_os/core/lib/libtomcrypt/src/hashes/
A Dsha3.c209 md->sha3.s[md->sha3.word_index] ^= (md->sha3.saved ^ (pad << (md->sha3.byte_index * 8))); in _done()
281 while (inlen--) md->sha3.saved |= (ulong64) (*(in++)) << ((md->sha3.byte_index++) * 8); in sha3_process()
287 while (old_tail--) md->sha3.saved |= (ulong64) (*(in++)) << ((md->sha3.byte_index++) * 8); in sha3_process()
289 md->sha3.s[md->sha3.word_index] ^= md->sha3.saved; in sha3_process()
291 md->sha3.saved = 0; in sha3_process()
314 md->sha3.saved |= (ulong64) (*(in++)) << ((md->sha3.byte_index++) * 8); in sha3_process()
346 …md->sha3.s[md->sha3.word_index] ^= (md->sha3.saved ^ (CONST64(0x1F) << (md->sha3.byte_index * 8))); in sha3_shake_done()
/optee_os/core/arch/arm/kernel/
A Dthread.c438 if (tuv && tuv->lazy_saved && !tuv->saved) { in thread_lazy_restore_ns_vfp()
440 tuv->saved = true; in thread_lazy_restore_ns_vfp()
1292 } else if (tuv && tuv->lazy_saved && !tuv->saved) { in thread_kernel_enable_vfp()
1298 tuv->saved = true; in thread_kernel_enable_vfp()
1357 if (tuv->lazy_saved && !tuv->saved) { in thread_user_enable_vfp()
1360 tuv->saved = true; in thread_user_enable_vfp()
1365 vfp_lazy_restore_state(&uvfp->vfp, uvfp->saved); in thread_user_enable_vfp()
1367 uvfp->saved = false; in thread_user_enable_vfp()
1382 assert(tuv && !tuv->lazy_saved && !tuv->saved); in thread_user_save_vfp()
1395 uvfp->saved = false; in thread_user_clear_vfp()
/optee_os/core/kernel/
A Dtee_ta_manager.c618 uint32_t saved = 0; in new_session_id() local
629 saved = id; in new_session_id()
636 } while (id != saved); in new_session_id()
/optee_os/core/arch/arm/include/kernel/
A Dthread.h73 bool saved; member
/optee_os/core/lib/libtomcrypt/src/headers/
A Dtomcrypt_hash.h14 … ulong64 saved; /* the portion of the input message that we didn't consume yet */ member
/optee_os/lib/libmbedtls/mbedtls/
A DChangeLog611 dump of an SSL context saved with mbedtls_ssl_context_save().

Completed in 21 milliseconds