Lines Matching refs:mlen
76 const int mlen) in do_test() argument
86 result = tc_ccm_config(&c, &sched, nonce, nlen, mlen); in do_test()
108 dlen + mlen, &c); in do_test()
149 uint16_t mlen = M_LEN8; in ZTEST() local
155 data, sizeof(data), expected, sizeof(expected), mlen); in ZTEST()
187 uint16_t mlen = M_LEN8; in ZTEST() local
193 data, sizeof(data), expected, sizeof(expected), mlen); in ZTEST()
227 uint16_t mlen = M_LEN8; in ZTEST() local
233 sizeof(data), expected, sizeof(expected), mlen); in ZTEST()
266 uint16_t mlen = M_LEN10; in ZTEST() local
272 data, sizeof(data), expected, sizeof(expected), mlen); in ZTEST()
305 uint16_t mlen = M_LEN10; in ZTEST() local
311 data, sizeof(data), expected, sizeof(expected), mlen); in ZTEST()
345 uint16_t mlen = M_LEN10; in ZTEST() local
351 data, sizeof(data), expected, sizeof(expected), mlen); in ZTEST()
381 uint16_t mlen = M_LEN10; in ZTEST() local
389 zassert_true(tc_ccm_config(&c, &sched, nonce, sizeof(nonce), mlen), in ZTEST()
399 sizeof(data) + mlen, &c); in ZTEST()
438 uint16_t mlen = M_LEN10; in ZTEST() local
445 zassert_true(tc_ccm_config(&c, &sched, nonce, sizeof(nonce), mlen), in ZTEST()
456 ciphertext, mlen, &c); in ZTEST()