Searched defs:plaintext (Results 1 – 14 of 14) sorted by relevance
/Zephyr-latest/tests/bluetooth/host/crypto/bt_encrypt_be/src/ |
D | test_suite_invalid_inputs.c | 29 const uint8_t plaintext[16] = {0}; in ZTEST() local 68 const uint8_t plaintext[16] = {0}; in ZTEST() local 87 const uint8_t plaintext[16] = {0}; in ZTEST() local 111 const uint8_t plaintext[16] = {0}; in ZTEST() local
|
D | main.c | 41 const uint8_t plaintext[16] = {0}; in ZTEST() local
|
/Zephyr-latest/tests/bluetooth/host/crypto/bt_encrypt_le/src/ |
D | test_suite_invalid_inputs.c | 29 const uint8_t plaintext[16] = {0}; in ZTEST() local 68 const uint8_t plaintext[16] = {0}; in ZTEST() local 87 const uint8_t plaintext[16] = {0}; in ZTEST() local 111 const uint8_t plaintext[16] = {0}; in ZTEST() local
|
D | main.c | 41 const uint8_t plaintext[16] = {0}; in ZTEST() local
|
/Zephyr-latest/tests/crypto/tinycrypt/src/ |
D | ctr_mode.c | 67 const uint8_t plaintext[64] = { in test_ctr_sp_800_38a_encrypt_decrypt() local
|
D | cbc_mode.c | 82 const uint8_t plaintext[64] = { variable
|
D | aes.c | 1098 const uint8_t plaintext[NUM_OF_NIST_KEYS] = { in var_key_test() local
|
/Zephyr-latest/samples/psa/persistent_key/src/ |
D | main.c | 53 static uint8_t plaintext[] = in use_persistent_key() local
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | crypto_tc.c | 42 int bt_mesh_ccm_encrypt(const struct bt_mesh_key *key, uint8_t nonce[13], const uint8_t *plaintext, in bt_mesh_ccm_encrypt() 50 size_t len, const uint8_t *aad, size_t aad_len, uint8_t *plaintext, in bt_mesh_ccm_decrypt()
|
D | crypto_psa.c | 80 const uint8_t *plaintext, size_t len, const uint8_t *aad, in bt_mesh_ccm_encrypt() 104 size_t aad_len, uint8_t *plaintext, size_t mic_size) in bt_mesh_ccm_decrypt()
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | aes_ccm.c | 193 size_t aad_len, uint8_t *plaintext, size_t mic_size) in bt_ccm_decrypt() 213 const uint8_t *plaintext, size_t len, const uint8_t *aad, in bt_ccm_encrypt()
|
/Zephyr-latest/tests/subsys/secure_storage/psa/crypto/src/ |
D | main.c | 101 static uint8_t plaintext[1024]; in ZTEST() local
|
/Zephyr-latest/samples/drivers/crypto/src/ |
D | main.c | 47 static uint8_t plaintext[64] __aligned(IO_ALIGNMENT_BYTES) = { variable
|
/Zephyr-latest/include/zephyr/bluetooth/ |
D | hci_types.h | 1212 uint8_t plaintext[16]; member
|