Home
last modified time | relevance | path

Searched defs:ciphertext (Results 1 – 5 of 5) sorted by relevance

/Zephyr-Core-3.7.0/tests/crypto/tinycrypt/src/
Daes.c127 uint8_t ciphertext[NUM_OF_NIST_KEYS]; in test_aes_vectors() local
148 uint8_t ciphertext[NUM_OF_NIST_KEYS]; in var_text_test() local
1102 uint8_t ciphertext[NUM_OF_NIST_KEYS]; in var_key_test() local
Dctr_mode.c80 const uint8_t ciphertext[80] = { in test_ctr_sp_800_38a_encrypt_decrypt() local
Dcbc_mode.c91 const uint8_t ciphertext[80] = { variable
Dccm_mode.c79 uint8_t ciphertext[CIPHERTEXT_LEN]; in do_test() local
380 uint8_t ciphertext[CIPHERTEXT_LEN]; in ZTEST() local
437 uint8_t ciphertext[CIPHERTEXT_LEN]; in ZTEST() local
/Zephyr-Core-3.7.0/drivers/crypto/
Dcrypto_nrf_ecb.c22 uint8_t ciphertext[ECB_AES_BLOCK_SIZE]; member