Searched refs:cc3xx_secure_erase_buffer (Results 1 – 13 of 13) sorted by relevance
| /trusted-firmware-m-latest/platform/ext/accelerator/cc312/cc312-rom/ |
| D | cc3xx_kdf.c | 79 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()
|
| D | cc3xx_stdlib.h | 50 void cc3xx_secure_erase_buffer(uint32_t *buf, size_t word_count);
|
| D | cc3xx_drbg_ctr.c | 160 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()
|
| D | cc3xx_stdlib.c | 114 void cc3xx_secure_erase_buffer(uint32_t *buf, size_t word_count) in cc3xx_secure_erase_buffer() function
|
| D | cc3xx_hmac.c | 113 cc3xx_secure_erase_buffer((uint32_t *)block, sizeof(block) / sizeof(uint32_t)); in cc3xx_lowlevel_hmac_compute()
|
| D | cc3xx_drbg_hmac.c | 248 cc3xx_secure_erase_buffer((uint32_t *)state, sizeof(struct cc3xx_drbg_hmac_state_t)/4); in cc3xx_lowlevel_drbg_hmac_uninit()
|
| D | cc3xx_drbg_hash.c | 341 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/ |
| D | cc3xx_psa_key_agreement.c | 94 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()
|
| D | cc3xx_psa_hash.c | 152 …cc3xx_secure_erase_buffer((uint32_t *)operation, sizeof(cc3xx_hash_operation_t) / sizeof(uint32_t)… in cc3xx_hash_abort()
|
| D | cc3xx_psa_asymmetric_signature.c | 90 cc3xx_secure_erase_buffer(key_buf, sizeof(key_buf) / sizeof(uint32_t)); in ecdsa_sign()
|
| D | cc3xx_psa_mac.c | 426 …cc3xx_secure_erase_buffer((uint32_t *)operation, sizeof(cc3xx_mac_operation_t) / sizeof(uint32_t)); in cc3xx_mac_abort()
|
| D | cc3xx_psa_cipher.c | 601 …cc3xx_secure_erase_buffer((uint32_t *)operation, sizeof(cc3xx_cipher_operation_t) / sizeof(uint32_… in cc3xx_cipher_abort()
|
| D | cc3xx_psa_aead.c | 755 …cc3xx_secure_erase_buffer((uint32_t *)operation, sizeof(cc3xx_aead_operation_t) / sizeof(uint32_t)… in cc3xx_aead_abort()
|