Home
last modified time | relevance | path

Searched full:update (Results 1 – 25 of 224) sorted by relevance

123456789

/optee_os/core/arch/arm/kernel/
H A Dtlb_helpers_a32.S12 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 Dtlb_helpers_a64.S12 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 Dthread_a64.S42 * 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 Dctr.c17 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 Dxts.c19 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 Decb.c20 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 Dcbc.c20 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 Dcaam_cipher_mac.c37 .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 Dcaam_cipher.c36 .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 Dlocal.h42 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 Ddrvcrypt_authenc.h75 /* 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 Ddrvcrypt_cipher.h34 * Cipher algorithm update data
54 /* Update the cipher operation */
55 TEE_Result (*update)(struct drvcrypt_cipher_update *dupdate); member
/optee_os/scripts/
H A Dnotify_maintainers.py61 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 Dentry.S272 * 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 Dthread_rv.S132 /* 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 Dcipher.c51 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 Dlocal.h46 * @ctx: Saved context for multi-part update
78 * Update of the Authenticated Encryption Operation.
83 * @last Last update flag
H A Dcaam_ae.c197 * 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 Dstm32_stgen.c69 * 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 Dcipher.c108 * 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 Dmacros.mk11 define update-buildcount
31 $(call update-buildcount,$(link-out-dir)/.buildcount)
/optee_os/core/lib/libtomcrypt/src/prngs/
H A Dfortuna.c67 /* 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 Dunwind_arm32.c59 * 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 Dcipher.c34 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 Dcaam_hash.c165 * 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()

123456789