Searched refs:cc3xx_lowlevel_aes_set_output_buffer (Results 1 – 12 of 12) sorted by relevance
| /trusted-firmware-m-latest/platform/ext/target/arm/rse/common/provisioning/ |
| D | bl1_provisioning.c | 110 cc3xx_lowlevel_aes_set_output_buffer((uint8_t *)PROVISIONING_BUNDLE_CODE_START, in provision_assembly_and_test() 119 cc3xx_lowlevel_aes_set_output_buffer((uint8_t *)PROVISIONING_BUNDLE_VALUES_START, in provision_assembly_and_test() 179 cc3xx_lowlevel_aes_set_output_buffer((uint8_t *)PROVISIONING_BUNDLE_CODE_START, in provision_psa_rot() 188 cc3xx_lowlevel_aes_set_output_buffer((uint8_t *)PROVISIONING_BUNDLE_VALUES_START, in provision_psa_rot()
|
| /trusted-firmware-m-latest/platform/ext/target/arm/rse/common/bl1/ |
| D | bl1_1_shared_symbols.txt | 60 cc3xx_lowlevel_aes_set_output_buffer
|
| D | cc312_rom_crypto.c | 155 cc3xx_lowlevel_aes_set_output_buffer(plaintext, ciphertext_length); in bl1_aes_256_ctr_decrypt()
|
| /trusted-firmware-m-latest/platform/ext/target/arm/corstone1000/bl1/ |
| D | cc312_rom_crypto.c | 152 cc3xx_lowlevel_aes_set_output_buffer(plaintext, ciphertext_length); in bl1_aes_256_ctr_decrypt() 190 cc3xx_lowlevel_aes_set_output_buffer(ciphertext, ciphertext_length); in aes_256_ecb_encrypt()
|
| /trusted-firmware-m-latest/platform/ext/accelerator/cc312/cc312-rom/ |
| D | cc3xx_drbg_ctr.c | 81 cc3xx_lowlevel_aes_set_output_buffer((uint8_t *)state->key_k, CC3XX_DRBG_CTR_SEEDLEN); in cc3xx_drbg_ctr_update() 212 cc3xx_lowlevel_aes_set_output_buffer(returned_bits, len_bits/8); /* length is in bytes */ in cc3xx_lowlevel_drbg_ctr_generate()
|
| D | cc3xx_aes.h | 198 void cc3xx_lowlevel_aes_set_output_buffer(uint8_t *out, size_t out_len);
|
| D | cc3xx_aes.c | 605 void cc3xx_lowlevel_aes_set_output_buffer(uint8_t *out, size_t out_len) in cc3xx_lowlevel_aes_set_output_buffer() function
|
| /trusted-firmware-m-latest/platform/ext/accelerator/cc312/cc312-rom/psa_driver_api/src/ |
| D | cc3xx_psa_aead.c | 209 cc3xx_lowlevel_aes_set_output_buffer(output, output_size); in aead_crypt() 484 cc3xx_lowlevel_aes_set_output_buffer(output, output_size); in cc3xx_aead_update() 599 cc3xx_lowlevel_aes_set_output_buffer(ciphertext, ciphertext_size); in cc3xx_aead_finish() 727 cc3xx_lowlevel_aes_set_output_buffer(plaintext, plaintext_size); in cc3xx_aead_verify()
|
| D | cc3xx_psa_cipher.c | 213 cc3xx_lowlevel_aes_set_output_buffer(output, output_size); in cipher_crypt() 412 cc3xx_lowlevel_aes_set_output_buffer(output, output_size); in cc3xx_cipher_update() 527 cc3xx_lowlevel_aes_set_output_buffer(output, output_size); in cc3xx_cipher_finish()
|
| /trusted-firmware-m-latest/platform/ext/target/arm/mps4/corstone315/ |
| D | otp_lcm.c | 360 cc3xx_lowlevel_aes_set_output_buffer(buf, buf_len); in otp_read_encrypted() 414 cc3xx_lowlevel_aes_set_output_buffer((uint8_t *)tmp_buf, sizeof(tmp_buf)); in otp_write_encrypted()
|
| /trusted-firmware-m-latest/platform/ext/target/arm/rse/common/rse_handshake/ |
| D | rse_handshake.c | 189 cc3xx_lowlevel_aes_set_output_buffer((uint8_t*)&msg->body, in rse_handshake_msg_crypt()
|
| /trusted-firmware-m-latest/platform/ext/target/arm/rse/common/ |
| D | otp_lcm.c | 496 cc3xx_lowlevel_aes_set_output_buffer(buf, buf_len); in otp_read_encrypted() 551 cc3xx_lowlevel_aes_set_output_buffer((uint8_t *)tmp_buf, sizeof(tmp_buf)); in otp_write_encrypted()
|