Searched defs:mlen (Results 1 – 4 of 4) sorted by relevance
/mcuboot-latest/ext/tinycrypt/tests/ |
D | test_ccm_mode.c | 74 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/ |
D | ccm_mode.h | 94 unsigned int mlen; /* mac length in bytes (parameter t in SP-800 38C) */ member
|
/mcuboot-latest/boot/bootutil/include/bootutil/crypto/ |
D | aes_ctr.h | 64 …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/ |
D | ccm_mode.c | 40 unsigned int nlen, unsigned int mlen) in tc_ccm_config()
|