Home
last modified time | relevance | path

Searched refs:ciphertext (Results 1 – 11 of 11) 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
134 zassert_true(tc_aes_encrypt(ciphertext, nist_input, &s), in test_aes_vectors()
138 ciphertext, sizeof(ciphertext), 1); in test_aes_vectors()
148 uint8_t ciphertext[NUM_OF_NIST_KEYS]; in var_text_test() local
152 (void)tc_aes_encrypt(ciphertext, in, s); in var_text_test()
154 ciphertext, sizeof(ciphertext), 0); in var_text_test()
156 if (tc_aes_decrypt(decrypted, ciphertext, s) == 0) { in var_text_test()
1102 uint8_t ciphertext[NUM_OF_NIST_KEYS]; in var_key_test() local
1107 (void)tc_aes_encrypt(ciphertext, plaintext, &s); in var_key_test()
1109 ciphertext, sizeof(ciphertext), 0); in var_key_test()
Dccm_mode.c79 uint8_t ciphertext[CIPHERTEXT_LEN]; in do_test() local
91 result = tc_ccm_generation_encryption(ciphertext, sizeof(ciphertext), in do_test()
98 if (memcmp(expected, ciphertext, elen) != 0) { in do_test()
100 show_str("\t\tComputed", ciphertext, elen); in do_test()
107 hdr, hlen, ciphertext, in do_test()
380 uint8_t ciphertext[CIPHERTEXT_LEN]; in ZTEST() local
392 result = tc_ccm_generation_encryption(ciphertext, sizeof(ciphertext), in ZTEST()
398 hdr, 0, ciphertext, in ZTEST()
437 uint8_t ciphertext[CIPHERTEXT_LEN]; in ZTEST() local
448 result = tc_ccm_generation_encryption(ciphertext, sizeof(ciphertext), in ZTEST()
[all …]
Dctr_mode.c80 const uint8_t ciphertext[80] = { in test_ctr_sp_800_38a_encrypt_decrypt() local
111 result = check_result(1, ciphertext, sizeof(out), out, sizeof(out), 1); in test_ctr_sp_800_38a_encrypt_decrypt()
Dcbc_mode.c91 const uint8_t ciphertext[80] = { variable
129 result = check_result(1, ciphertext, sizeof(encrypted), in ZTEST()
/Zephyr-Core-3.7.0/drivers/crypto/
Dcrypto_nrf_ecb.c22 uint8_t ciphertext[ECB_AES_BLOCK_SIZE]; member
60 if (pkt->out_buf != drv_state.data.ciphertext) { in do_ecb_encrypt()
61 memcpy(pkt->out_buf, drv_state.data.ciphertext, in do_ecb_encrypt()
/Zephyr-Core-3.7.0/modules/uoscore-uedhoc/
DCMakeLists.txt86 ${UOSCORE_UEDHOC_SRC_DIR}/edhoc/ciphertext.c
/Zephyr-Core-3.7.0/modules/mbedtls/
DKconfig.tls-generic263 bool "Xor-encrypt-xor with ciphertext stealing mode (XTS) for AES"
/Zephyr-Core-3.7.0/doc/security/
Dvulnerabilities.rst81 and inject arbitrary ciphertext without the victim noticing.
/Zephyr-Core-3.7.0/doc/releases/
Drelease-notes-2.2.rst1082 * :github:`20561` - Crypto API: Separate IV from ciphertext based on struct cipher_ctx::flags
Drelease-notes-2.0.rst36 that can decrypt traffic and inject arbitrary ciphertext without the
Drelease-notes-1.14.rst264 that can decrypt traffic and inject arbitrary ciphertext without the