| /optee_os/core/arch/arm/kernel/ |
| H A D | tlb_helpers_a32.S | 12 dsb ishst /* Sync with table update */ 15 isb /* Sync execution on tlb update */ 21 dsb ishst /* Sync with table update */ 24 isb /* Sync execution on tlb update */ 30 dsb ishst /* Sync with table update */ 35 isb /* Sync execution on tlb update */
|
| H A D | tlb_helpers_a64.S | 12 dsb ishst /* Sync with table update */ 15 isb /* Sync execution on tlb update */ 22 dsb ishst /* Sync with table update */ 25 isb /* Sync execution on tlb update */ 32 dsb ishst /* Sync with table update */ 37 isb /* Sync execution on tlb update */
|
| H A D | thread_a64.S | 42 * need to update sctlr. 56 * need to update sctlr. 234 /* Update the mapping to use the full kernel mapping */ 259 * Update the SP with thread_user_kdata_sp_offset as 644 /* Store the SP offset in tpidr_el1 to be used below to update SP */ 659 /* Update the mapping to exclude the full kernel mapping */ 668 * Update the SP with thread_user_kdata_sp_offset as described in 731 /* Update the mapping to exclude the full kernel mapping */ 766 /* Update the mapping to use the full kernel mapping and ASID */ 912 * Update core local flags. [all …]
|
| /optee_os/core/lib/libtomcrypt/ |
| H A D | ctr.c | 17 int (*update)(const unsigned char *src, unsigned char *dst, member 44 c->update = ctr_encrypt; in ltc_ctr_init() 46 c->update = ctr_decrypt; in ltc_ctr_init() 61 if (c->update && c->update(data, dst, len, &c->state) == CRYPT_OK) in ltc_ctr_update() 84 dst->update = src->update; in ltc_ctr_copy_state() 90 .update = ltc_ctr_update,
|
| H A D | xts.c | 19 int (*update)(const unsigned char *src, unsigned long len, member 58 c->update = xts_encrypt; in ltc_xts_init() 60 c->update = xts_decrypt; in ltc_xts_init() 76 if (c->update && c->update(data, len, dst, c->tweak, in ltc_xts_update() 100 dst->update = src->update; in ltc_xts_copy_state() 107 .update = ltc_xts_update,
|
| H A D | ecb.c | 20 int (*update)(const unsigned char *src, unsigned char *dst, member 47 c->update = ecb_encrypt; in ltc_ecb_init() 49 c->update = ecb_decrypt; in ltc_ecb_init() 66 if (c->update && c->update(data, dst, len, &c->state) == CRYPT_OK) in ltc_ecb_update() 89 dst->update = src->update; in ltc_ecb_copy_state() 95 .update = ltc_ecb_update,
|
| H A D | cbc.c | 20 int (*update)(const unsigned char *src, unsigned char *dst, member 49 c->update = cbc_encrypt; in ltc_cbc_init() 51 c->update = cbc_decrypt; in ltc_cbc_init() 68 if (c->update && c->update(data, dst, len, &c->state) == CRYPT_OK) in ltc_cbc_update() 91 dst->update = src->update; in ltc_cbc_copy_state() 97 .update = ltc_cbc_update,
|
| /optee_os/core/drivers/crypto/caam/cipher/ |
| H A D | caam_cipher_mac.c | 37 .update = do_update_mac, 51 .update = do_update_cmac, 68 .update = do_update_mac, 85 .update = do_update_mac, 136 * MAC update of the cipher operation of complete block except 139 * @dupdate Data update object 316 /* If context already allocated, this is an update */ in run_cmac_desc() 318 CIPHER_TRACE("%s operation", last ? "Final" : "Update"); in run_cmac_desc() 413 * Update of the CMAC operation of complete block except 416 * @dupdate Data update object [all …]
|
| H A D | caam_cipher.c | 36 .update = do_update_cipher, 45 .update = do_update_cipher, 54 .update = do_update_streaming, 66 .update = caam_cipher_update_xts, 81 .update = do_update_cipher, 90 .update = do_update_cipher, 105 .update = do_update_cipher, 115 .update = do_update_cipher, 515 * Update of the cipher operation in streaming mode, meaning 523 * @dupdate Data update object [all …]
|
| H A D | local.h | 42 TEE_Result (*update)(struct drvcrypt_cipher_update *dupdate); member 74 * Update of the cipher operation of complete block except 90 * Update of the cipher operation in xts mode. 92 * @dupdate Data update object
|
| /optee_os/core/drivers/crypto/crypto_api/include/ |
| H A D | drvcrypt_authenc.h | 75 /* Update the authenc operation with associated data */ 77 /* Update the authenc operation with payload data */ 79 /* Update (or not) with payload data and get tag for encrypt op. */ 81 /* Update (or not) with payload data and verify tag for decrypt op. */
|
| H A D | drvcrypt_cipher.h | 34 * Cipher algorithm update data 54 /* Update the cipher operation */ 55 TEE_Result (*update)(struct drvcrypt_cipher_update *dupdate); member
|
| /optee_os/scripts/ |
| H A D | notify_maintainers.py | 61 allh.update(handles) 62 allh.update(the_rest_handles) 115 existing_handles.update(re.findall(r"@([\w-]+)", comment.body)) 122 skip_handles.update(a.login for a in pr.assignees) 124 skip_handles.update(r.login for r in requested_reviewers)
|
| /optee_os/core/arch/riscv/kernel/ |
| H A D | entry.S | 272 * Update recorded end_va. This must be done before calling into C 285 /* Update relocations recorded with boot_mem_add_reloc() */ 317 * Update tp to point the new thread_core_local. 318 * Update sp to use the new tmp stack. 354 /* Update stack canary value */ 392 * Update tp to point the new thread_core_local. 393 * Update sp to use the new tmp stack. 449 STR t5, 0(t3) /* update address */ 468 STR t5, 0(t3) /* update address */ 504 /* Update CPU registers with the ASLR offset */
|
| H A D | thread_rv.S | 132 /* Update 32-bit core local flags */ 145 /* Update 32-bit core local flags */ 176 * Update core local flags. 262 /* Update core local flags */ 369 /* Update 32-bit core local flags */ 382 /* Update 32-bit core local flags */ 517 * Update core local flags 603 /* Update core local flags */ 762 /* Update 32-bit core local flags */ 781 /* Update core local flags */
|
| /optee_os/core/drivers/crypto/stm32/ |
| H A D | cipher.c | 51 TEE_Result (*update)(union ip_ctx *ctx, bool last_block, uint8_t *src, member 102 .update = cryp_update, 158 return ctx->ops->update(ctx, last_block, src, len, dst); in saes_update() 192 .update = saes_update, 219 return c->ops->update(&c->ip_ctx, dupdate->last, dupdate->src.data, in stm32_cipher_update() 349 .update = stm32_cipher_update, 358 .update = stm32_cipher_update,
|
| /optee_os/core/drivers/crypto/caam/ae/ |
| H A D | local.h | 46 * @ctx: Saved context for multi-part update 78 * Update of the Authenticated Encryption Operation. 83 * @last Last update flag
|
| H A D | caam_ae.c | 197 * Update Additional Authenticated Data part of the authenc operation 199 * @dupdate Additional Authenticated Data update object 241 * Update of the cipher operation. Call the algorithm update 244 * @dupdate Data update object 261 * Last cipher update operation. Call the algorithm final 641 * Update cipher operation and generates a message authentication 642 * on the last update 818 /* Nothing to post on last update operation */ in caam_ae_do_update() 827 /* Nothing to post on last update operation */ in caam_ae_do_update() 894 /* is it last update and last block ? */ in caam_ae_do_update()
|
| /optee_os/core/drivers/counter/ |
| H A D | stm32_stgen.c | 69 * This function invokes EL3 monitor to update CNTFRQ with STGEN 130 /* Read the current time from the RTC to update system counter */ in stm32_stgen_pm_resume() 141 /* Update the counter value with the number of pm ticks */ in stm32_stgen_pm_resume() 222 * update STGEN counter. in stgen_probe() 246 /* Update counter value according to the new STGEN clock frequency */ in stgen_probe()
|
| /optee_os/core/drivers/crypto/crypto_api/cipher/ |
| H A D | cipher.c | 108 * Update of the cipher operation 132 if (cipher->op && cipher->op->update) { in cipher_update() 142 ret = cipher->op->update(&dupdate); in cipher_update() 164 .update = cipher_update,
|
| /optee_os/mk/ |
| H A D | macros.mk | 11 define update-buildcount 31 $(call update-buildcount,$(link-out-dir)/.buildcount)
|
| /optee_os/core/lib/libtomcrypt/src/prngs/ |
| H A D | fortuna.c | 67 /* update the IV */ 72 /* update IV */ in s_fortuna_update_iv() 166 /* reset/update internals */ in s_fortuna_reseed() 185 "Update Seed File"-compliant update of K 296 @param prng PRNG state to update 322 @param prng PRNG state to update
|
| /optee_os/lib/libunw/ |
| H A D | unwind_arm32.c | 59 * patterns to encode that steps to take to update the stack pointer and 164 /* Update the location of the next instruction */ in unwind_exec_read_byte() 221 /* Update SP */ in unwind_exec_insn() 251 /* Update sp */ in unwind_exec_insn() 282 /* Update SP */ in unwind_exec_insn() 357 * If the program counter changed, flag it in the update mask. in unwind_tab()
|
| /optee_os/core/drivers/crypto/se050/core/ |
| H A D | cipher.c | 34 return ctx->ops->update(ctx, dupdate->last, dupdate->src.data, in do_update() 74 .update = do_update,
|
| /optee_os/core/drivers/crypto/caam/hash/ |
| H A D | caam_hash.c | 165 * Update the Hash operation 166 * Call common update operation between hash and HMAC 232 .update = do_hash_update, 387 * Build and run the CAAM Hash descriptor to update (or start) the 405 HASH_TRACE("Update Operation"); in do_update_hash() 406 /* Algo Operation - Update */ in do_update_hash() 481 HASH_TRACE("Hash/HMAC Update (%p) %p - %zu", ctx, data, len); in caam_hash_hmac_update() 491 HASH_TRACE("Update Type 0x%" PRIX32 " - Input @%p-%zu", alg->type, data, in caam_hash_hmac_update()
|