Home
last modified time | relevance | path

Searched defs:permutation_buf (Results 1 – 6 of 6) sorted by relevance

/trusted-firmware-m-latest/platform/ext/accelerator/cc312/cc312-rom/
Dcc3xx_stdlib.c79 static void fisher_yates_shuffle(uint8_t *permutation_buf, size_t len) in fisher_yates_shuffle()
100 void cc3xx_random_permutation_generate(uint8_t *permutation_buf, size_t len) in cc3xx_random_permutation_generate()
130 uint8_t permutation_buf[word_count]; /* This is a VLA */ in cc3xx_dpa_hardened_word_copy() local
Dcc3xx_chacha.c308 uint8_t permutation_buf[tag_word_size]; in tag_cmp_or_copy() local
Dcc3xx_aes.c931 uint8_t permutation_buf[tag_word_size]; in tag_cmp_or_copy() local
/trusted-firmware-m-latest/platform/ext/target/arm/rse/common/
Ddpa_hardened_word_copy.c83 static void fisher_yates_shuffle(uint8_t *permutation_buf, size_t len) in fisher_yates_shuffle()
106 uint8_t permutation_buf[word_count]; /* This is a VLA */ in dpa_hardened_word_copy() local
/trusted-firmware-m-latest/platform/ext/accelerator/cc312/cc312-rom/psa_driver_api/src/
Dcc3xx_internal_cipher.c465 uint8_t permutation_buf[size_to_pre_process]; /* This is a VLA */ in cc3xx_internal_cipher_stream_pre_update() local
494 uint8_t permutation_buf[input_length - processed_length]; /* This is a VLA */ in cc3xx_internal_cipher_stream_post_update() local
Dcc3xx_psa_aead.c663 uint8_t permutation_buf[tag_word_size]; in cc3xx_aead_verify() local