Home
last modified time | relevance | path

Searched defs:mlen (Results 1 – 4 of 4) sorted by relevance

/mcuboot-latest/ext/tinycrypt/tests/
Dtest_ccm_mode.c74 size_t elen, const int mlen) in do_test()
158 uint16_t mlen = M_LEN8; in test_vector_1() local
195 uint16_t mlen = M_LEN8; in test_vector_2() local
234 uint16_t mlen = M_LEN8; in test_vector_3() local
272 uint16_t mlen = M_LEN10; in test_vector_4() local
310 uint16_t mlen = M_LEN10; in test_vector_5() local
349 uint16_t mlen = M_LEN10; in test_vector_6() local
384 uint16_t mlen = M_LEN10; in test_vector_7() local
449 uint16_t mlen = M_LEN10; in test_vector_8() local
/mcuboot-latest/ext/tinycrypt/lib/include/tinycrypt/
Dccm_mode.h94 unsigned int mlen; /* mac length in bytes (parameter t in SP-800 38C) */ member
/mcuboot-latest/boot/bootutil/include/bootutil/crypto/
Daes_ctr.h64 …pt(bootutil_aes_ctr_context *ctx, uint8_t *counter, const uint8_t *m, uint32_t mlen, size_t blk_of… in bootutil_aes_ctr_encrypt()
109 …pt(bootutil_aes_ctr_context *ctx, uint8_t *counter, const uint8_t *m, uint32_t mlen, uint32_t blk_… in bootutil_aes_ctr_encrypt()
/mcuboot-latest/ext/tinycrypt/lib/source/
Dccm_mode.c40 unsigned int nlen, unsigned int mlen) in tc_ccm_config()