Home
last modified time | relevance | path

Searched refs:cc3xx_secure_erase_buffer (Results 1 – 13 of 13) sorted by relevance

/trusted-firmware-m-latest/platform/ext/accelerator/cc312/cc312-rom/
Dcc3xx_kdf.c79 cc3xx_secure_erase_buffer(k0, sizeof(k0) / sizeof(uint32_t)); in cc3xx_lowlevel_kdf_cmac()
80 cc3xx_secure_erase_buffer(cmac_buf, sizeof(cmac_buf) / sizeof(uint32_t)); in cc3xx_lowlevel_kdf_cmac()
83 cc3xx_secure_erase_buffer(output_key, out_length / sizeof(uint32_t)); in cc3xx_lowlevel_kdf_cmac()
Dcc3xx_stdlib.h50 void cc3xx_secure_erase_buffer(uint32_t *buf, size_t word_count);
Dcc3xx_drbg_ctr.c160 cc3xx_secure_erase_buffer(personalized_entropy, CC3XX_DRBG_CTR_SEEDLEN_WORDS); in cc3xx_lowlevel_drbg_ctr_init()
299 cc3xx_secure_erase_buffer(personalized_entropy, CC3XX_DRBG_CTR_SEEDLEN_WORDS); in cc3xx_lowlevel_drbg_ctr_reseed()
308 cc3xx_secure_erase_buffer((uint32_t *)state, CC3XX_DRBG_CTR_SEEDLEN_WORDS); in cc3xx_lowlevel_drbg_ctr_uninit()
Dcc3xx_stdlib.c114 void cc3xx_secure_erase_buffer(uint32_t *buf, size_t word_count) in cc3xx_secure_erase_buffer() function
Dcc3xx_hmac.c113 cc3xx_secure_erase_buffer((uint32_t *)block, sizeof(block) / sizeof(uint32_t)); in cc3xx_lowlevel_hmac_compute()
Dcc3xx_drbg_hmac.c248 cc3xx_secure_erase_buffer((uint32_t *)state, sizeof(struct cc3xx_drbg_hmac_state_t)/4); in cc3xx_lowlevel_drbg_hmac_uninit()
Dcc3xx_drbg_hash.c341 cc3xx_secure_erase_buffer((uint32_t *)state, sizeof(struct cc3xx_drbg_hash_state_t)/4); in cc3xx_lowlevel_drbg_hash_uninit()
/trusted-firmware-m-latest/platform/ext/accelerator/cc312/cc312-rom/psa_driver_api/src/
Dcc3xx_psa_key_agreement.c94 cc3xx_secure_erase_buffer(priv_key_local, sizeof(priv_key_local) / sizeof(uint32_t)); in cc3xx_key_agreement()
109 cc3xx_secure_erase_buffer(shared_secret_local, shared_secret_sz / sizeof(uint32_t)); in cc3xx_key_agreement()
Dcc3xx_psa_hash.c152cc3xx_secure_erase_buffer((uint32_t *)operation, sizeof(cc3xx_hash_operation_t) / sizeof(uint32_t)… in cc3xx_hash_abort()
Dcc3xx_psa_asymmetric_signature.c90 cc3xx_secure_erase_buffer(key_buf, sizeof(key_buf) / sizeof(uint32_t)); in ecdsa_sign()
Dcc3xx_psa_mac.c426cc3xx_secure_erase_buffer((uint32_t *)operation, sizeof(cc3xx_mac_operation_t) / sizeof(uint32_t)); in cc3xx_mac_abort()
Dcc3xx_psa_cipher.c601cc3xx_secure_erase_buffer((uint32_t *)operation, sizeof(cc3xx_cipher_operation_t) / sizeof(uint32_… in cc3xx_cipher_abort()
Dcc3xx_psa_aead.c755cc3xx_secure_erase_buffer((uint32_t *)operation, sizeof(cc3xx_aead_operation_t) / sizeof(uint32_t)… in cc3xx_aead_abort()