Lines Matching refs:ciphertext
79 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()
456 ciphertext, mlen, &c); in ZTEST()