Searched defs:m (Results 1 – 4 of 4) sorted by relevance
/mcuboot-3.6.0/ext/tinycrypt/tests/ |
D | test_sha256.c | 63 const char *m = "abc"; in test_1() local 88 const char *m = "abcdbcdecdefdefgefghfghighijhijkijkljklmklmnlmnomnopnopq"; in test_2() local 111 const uint8_t m[1] = { 0xbd }; in test_3() local 134 const uint8_t m[4] = { 0xc9, 0x8c, 0x8e, 0x55 }; in test_4() local 158 uint8_t m[55]; in test_5() local 183 uint8_t m[56]; in test_6() local 208 uint8_t m[57]; in test_7() local 234 uint8_t m[64]; in test_8() local 259 uint8_t m[1000]; in test_9() local 284 uint8_t m[1000]; in test_10() local [all …]
|
/mcuboot-3.6.0/ext/tinycrypt/lib/source/ |
D | cbc_mode.c | 43 unsigned int n, m; in tc_cbc_mode_encrypt() local 84 unsigned int n, m; in tc_cbc_mode_decrypt() local
|
/mcuboot-3.6.0/boot/bootutil/include/bootutil/crypto/ |
D | aes_ctr.h | 66 …il_aes_ctr_encrypt(bootutil_aes_ctr_context *ctx, uint8_t *counter, const uint8_t *m, uint32_t mle… in bootutil_aes_ctr_encrypt() 72 …es_ctr_context *ctx, uint8_t *counter, const uint8_t *c, uint32_t clen, size_t blk_off, uint8_t *m) in bootutil_aes_ctr_decrypt() 111 …il_aes_ctr_encrypt(bootutil_aes_ctr_context *ctx, uint8_t *counter, const uint8_t *m, uint32_t mle… in bootutil_aes_ctr_encrypt() 116 …_ctr_context *ctx, uint8_t *counter, const uint8_t *c, uint32_t clen, uint32_t blk_off, uint8_t *m) in bootutil_aes_ctr_decrypt()
|
/mcuboot-3.6.0/ptest/src/ |
D | main.rs | 183 let m = match lookup_matrix(y) { in from_yaml() localVariable
|