Home
last modified time | relevance | path

Searched refs:cc3xx_random_permutation_generate (Results 1 – 6 of 6) sorted by relevance

/trusted-firmware-m-latest/platform/ext/accelerator/cc312/cc312-rom/
Dcc3xx_stdlib.h26 void cc3xx_random_permutation_generate(uint8_t *permutation_buf, size_t len);
Dcc3xx_stdlib.c100 void cc3xx_random_permutation_generate(uint8_t *permutation_buf, size_t len) in cc3xx_random_permutation_generate() function
136 cc3xx_random_permutation_generate(permutation_buf, word_count); in cc3xx_dpa_hardened_word_copy()
Dcc3xx_chacha.c312 cc3xx_random_permutation_generate(permutation_buf, tag_word_size); in tag_cmp_or_copy()
Dcc3xx_aes.c935 cc3xx_random_permutation_generate(permutation_buf, tag_word_size); in tag_cmp_or_copy()
/trusted-firmware-m-latest/platform/ext/accelerator/cc312/cc312-rom/psa_driver_api/src/
Dcc3xx_internal_cipher.c467 cc3xx_random_permutation_generate(permutation_buf, size_to_pre_process); in cc3xx_internal_cipher_stream_pre_update()
507 cc3xx_random_permutation_generate(permutation_buf, input_length - processed_length); in cc3xx_internal_cipher_stream_post_update()
Dcc3xx_psa_aead.c687 cc3xx_random_permutation_generate(permutation_buf, tag_word_size); in cc3xx_aead_verify()