Home
last modified time | relevance | path

Searched defs:operation (Results 1 – 22 of 22) sorted by relevance

/trusted-firmware-m-latest/platform/ext/accelerator/cc312/cc312-rom/psa_driver_api/src/
Dcc3xx_psa_hash.c33 psa_status_t cc3xx_hash_setup(cc3xx_hash_operation_t *operation, in cc3xx_hash_setup()
89 psa_status_t cc3xx_hash_update(cc3xx_hash_operation_t *operation, in cc3xx_hash_update()
121 psa_status_t cc3xx_hash_finish(cc3xx_hash_operation_t *operation, in cc3xx_hash_finish()
150 psa_status_t cc3xx_hash_abort(cc3xx_hash_operation_t *operation) in cc3xx_hash_abort()
162 cc3xx_hash_operation_t operation = {0}; in cc3xx_hash_compute() local
Dcc3xx_psa_aead.c257 cc3xx_aead_operation_t *operation, in cc3xx_aead_encrypt_setup()
269 cc3xx_aead_operation_t *operation, in cc3xx_aead_decrypt_setup()
281 cc3xx_aead_operation_t *operation, in cc3xx_aead_set_nonce()
290 cc3xx_aead_operation_t *operation, in cc3xx_aead_set_lengths()
326 cc3xx_aead_operation_t *operation, in cc3xx_aead_update_ad()
381 cc3xx_aead_operation_t *operation, in cc3xx_aead_update()
514 cc3xx_aead_operation_t *operation, in cc3xx_aead_finish()
629 cc3xx_aead_operation_t *operation, in cc3xx_aead_verify()
753 psa_status_t cc3xx_aead_abort(cc3xx_aead_operation_t *operation) in cc3xx_aead_abort()
Dcc3xx_psa_mac.c255 static psa_status_t mac_setup(cc3xx_mac_operation_t *operation, in mac_setup()
299 psa_status_t cc3xx_mac_sign_setup(cc3xx_mac_operation_t *operation, in cc3xx_mac_sign_setup()
307 psa_status_t cc3xx_mac_verify_setup(cc3xx_mac_operation_t *operation, in cc3xx_mac_verify_setup()
315 psa_status_t cc3xx_mac_update(cc3xx_mac_operation_t *operation, in cc3xx_mac_update()
340 psa_status_t cc3xx_mac_sign_finish(cc3xx_mac_operation_t *operation, in cc3xx_mac_sign_finish()
372 psa_status_t cc3xx_mac_verify_finish(cc3xx_mac_operation_t *operation, in cc3xx_mac_verify_finish()
424 psa_status_t cc3xx_mac_abort(cc3xx_mac_operation_t *operation) in cc3xx_mac_abort()
Dcc3xx_psa_cipher.c295 cc3xx_cipher_operation_t *operation, in cc3xx_cipher_encrypt_setup()
309 cc3xx_cipher_operation_t *operation, in cc3xx_cipher_decrypt_setup()
323 cc3xx_cipher_operation_t *operation, in cc3xx_cipher_set_iv()
331 cc3xx_cipher_operation_t *operation, in cc3xx_cipher_update()
475 cc3xx_cipher_operation_t *operation, in cc3xx_cipher_finish()
599 cc3xx_cipher_operation_t *operation) in cc3xx_cipher_abort()
Dcc3xx_internal_cipher.c214 cc3xx_cipher_operation_t *operation, in cc3xx_internal_cipher_setup_init()
273 cc3xx_cipher_operation_t *operation, in cc3xx_internal_cipher_setup_set_iv()
349 cc3xx_cipher_operation_t *operation) in cc3xx_internal_cipher_setup_complete()
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/psa_driver_api/src/
Dcc3xx_psa_mac.c253 static psa_status_t hmac_setup(cc3xx_mac_operation_t *operation, in hmac_setup()
331 static psa_status_t hmac_finish(cc3xx_mac_operation_t *operation, uint8_t *mac, in hmac_finish()
398 static psa_status_t mac_setup(cc3xx_mac_operation_t *operation, in mac_setup()
440 psa_status_t cc3xx_mac_sign_setup(cc3xx_mac_operation_t *operation, in cc3xx_mac_sign_setup()
448 psa_status_t cc3xx_mac_verify_setup(cc3xx_mac_operation_t *operation, in cc3xx_mac_verify_setup()
456 psa_status_t cc3xx_mac_update(cc3xx_mac_operation_t *operation, in cc3xx_mac_update()
477 psa_status_t cc3xx_mac_sign_finish(cc3xx_mac_operation_t *operation, in cc3xx_mac_sign_finish()
505 psa_status_t cc3xx_mac_verify_finish(cc3xx_mac_operation_t *operation, in cc3xx_mac_verify_finish()
542 psa_status_t cc3xx_mac_abort(cc3xx_mac_operation_t *operation) in cc3xx_mac_abort()
560 cc3xx_mac_operation_t operation = {0}; in cc3xx_mac_compute() local
Dcc3xx_psa_cipher.c74 cc3xx_cipher_operation_t *operation, in cipher_setup()
172 cc3xx_cipher_operation_t *operation, in cc3xx_cipher_encrypt_setup()
185 cc3xx_cipher_operation_t *operation, in cc3xx_cipher_decrypt_setup()
198 cc3xx_cipher_operation_t *operation, in cc3xx_cipher_set_iv()
265 cc3xx_cipher_operation_t *operation, in cc3xx_cipher_update()
458 cc3xx_cipher_operation_t *operation, in cc3xx_cipher_finish()
592 psa_status_t cc3xx_cipher_abort(cc3xx_cipher_operation_t *operation) in cc3xx_cipher_abort()
628 cc3xx_cipher_operation_t operation = {0}; in cc3xx_cipher_encrypt() local
702 cc3xx_cipher_operation_t operation = {0}; in cc3xx_cipher_decrypt() local
Dcc3xx_psa_hash.c129 psa_status_t cc3xx_hash_setup(cc3xx_hash_operation_t *operation, in cc3xx_hash_setup()
188 psa_status_t cc3xx_hash_update(cc3xx_hash_operation_t *operation, in cc3xx_hash_update()
232 psa_status_t cc3xx_hash_finish(cc3xx_hash_operation_t *operation, in cc3xx_hash_finish()
313 psa_status_t cc3xx_hash_abort(cc3xx_hash_operation_t *operation) in cc3xx_hash_abort()
331 cc3xx_hash_operation_t operation = {0}; in cc3xx_hash_compute() local
Dcc3xx_psa_aead.c94 cc3xx_aead_operation_t *operation, in aead_setup()
242 cc3xx_aead_operation_t operation = {0}; in aead_one_shot_with_multipart() local
475 cc3xx_aead_operation_t *operation, in cc3xx_aead_encrypt_setup()
488 cc3xx_aead_operation_t *operation, in cc3xx_aead_decrypt_setup()
501 cc3xx_aead_operation_t *operation, in cc3xx_aead_set_nonce()
601 cc3xx_aead_operation_t *operation, in cc3xx_aead_set_lengths()
665 cc3xx_aead_operation_t *operation, in cc3xx_aead_update_ad()
734 cc3xx_aead_operation_t *operation, in cc3xx_aead_update()
894 cc3xx_aead_operation_t *operation, in cc3xx_aead_finish()
1004 cc3xx_aead_operation_t *operation, in cc3xx_aead_verify()
[all …]
/trusted-firmware-m-latest/bl1/bl1_1/shared_lib/pq_crypto/
Dpq_crypto_psa.c15 psa_hash_operation_t *operation, in psa_hash_setup()
25 psa_hash_operation_t *operation, in psa_hash_update()
35 psa_hash_operation_t *operation, in psa_hash_finish()
48 psa_hash_operation_t *operation) in psa_hash_abort()
/trusted-firmware-m-latest/docs/design_docs/booting/
Dtfm_secure_boot.rst147 Overwrite operation
161 Swapping operation
188 Direct execute-in-place operation
214 RAM Loading firmware upgrade
224 Summary of different modes for image upgrade
/trusted-firmware-m-latest/bl2/src/
Dthin_psa_crypto_core.c138 psa_status_t psa_hash_abort(psa_hash_operation_t *operation) in psa_hash_abort()
152 psa_status_t psa_hash_setup(psa_hash_operation_t *operation, in psa_hash_setup()
173 psa_status_t psa_hash_update(psa_hash_operation_t *operation, in psa_hash_update()
195 psa_status_t psa_hash_finish(psa_hash_operation_t *operation, in psa_hash_finish()
/trusted-firmware-m-latest/secure_fw/partitions/crypto/
Dcrypto_hash.c29 psa_hash_operation_t *operation = NULL; in tfm_crypto_hash_interface() local
Dcrypto_mac.c33 psa_mac_operation_t *operation = NULL; in tfm_crypto_mac_interface() local
Dcrypto_cipher.c33 psa_cipher_operation_t *operation = NULL; in tfm_crypto_cipher_interface() local
Dcrypto_key_derivation.c35 psa_key_derivation_operation_t *operation = NULL; in tfm_crypto_key_derivation_interface() local
Dcrypto_aead.c36 psa_aead_operation_t *operation = NULL; in tfm_crypto_aead_interface() local
Dcrypto_alloc.c47 } operation; member
/trusted-firmware-m-latest/interface/include/mbedtls/
Dctr_drbg.h178 psa_cipher_operation_t operation; member
/trusted-firmware-m-latest/platform/ext/cmsis/CMSIS/Driver/DriverTemplates/
DDriver_CAN.c181 static int32_t ARM_CAN_ObjectSetFilter (uint32_t obj_idx, ARM_CAN_FILTER_OPERATION operation, uint3… in ARM_CAN_ObjectSetFilter()
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Src/
Dstm32h5xx_hal_dma_ex.c4611 uint32_t operation) in DMA_List_UpdateStaticQueueNodesCLLR()
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/hal/Src/
Dstm32u5xx_hal_dma_ex.c4655 uint32_t operation) in DMA_List_UpdateStaticQueueNodesCLLR()