Searched defs:expected (Results 1 – 9 of 9) sorted by relevance
/mcuboot-latest/ext/tinycrypt/tests/ |
D | test_sha256.c | 58 const uint8_t expected[32] = { in test_1() local 83 const uint8_t expected[32] = { in test_2() local 106 const uint8_t expected[32] = { in test_3() local 129 const uint8_t expected[32] = { in test_4() local 153 const uint8_t expected[32] = { in test_5() local 178 const uint8_t expected[32] = { in test_6() local 203 const uint8_t expected[32] = { in test_7() local 229 const uint8_t expected[32] = { in test_8() local 254 const uint8_t expected[32] = { in test_9() local 279 const uint8_t expected[32] = { in test_10() local [all …]
|
D | test_hmac.c | 52 size_t datalen, const uint8_t *expected, in do_hmac_test() 82 const uint8_t expected[32] = { in test_1() local 109 const uint8_t expected[32] = { in test_2() local 140 const uint8_t expected[32] = { in test_3() local 173 const uint8_t expected[32] = { in test_4() local 201 const uint8_t expected[32] = { in test_5() local 241 const uint8_t expected[32] = { in test_6() local 289 const uint8_t expected[32] = { in test_7() local
|
D | test_ccm_mode.c | 73 size_t dlen, const uint8_t *expected, in do_test() 152 const uint8_t expected[EXPECTED_BUF_LEN31] = { in test_vector_1() local 189 const uint8_t expected[EXPECTED_BUF_LEN32] = { in test_vector_2() local 227 const uint8_t expected[EXPECTED_BUF_LEN33] = { in test_vector_3() local 265 const uint8_t expected[EXPECTED_BUF_LEN33] = { in test_vector_4() local 303 const uint8_t expected[EXPECTED_BUF_LEN34] = { in test_vector_5() local 342 const uint8_t expected[EXPECTED_BUF_LEN35] = { in test_vector_6() local
|
D | test_aes.c | 74 const struct tc_aes_key_sched_struct expected = { in test_1() local 122 const uint8_t expected[NUM_OF_NIST_KEYS] = { in test_2() local
|
D | test_ecc_utils.c | 185 const unsigned int *expected, in check_ecc_result() 203 int check_code(const int num, const char *name, const int expected, in check_code()
|
D | test_ctr_prng.c | 258 uint8_t * expected = hexStringToBytes(vector.expectedString); in executePRNG_TestVector() local
|
/mcuboot-latest/boot/zcbor/src/ |
D | zcbor_decode.c | 281 bool zcbor_int32_expect(zcbor_state_t *state, int32_t expected) 288 bool zcbor_int32_pexpect(zcbor_state_t *state, int32_t *expected) 295 bool zcbor_int64_expect(zcbor_state_t *state, int64_t expected) 312 bool zcbor_int64_pexpect(zcbor_state_t *state, int64_t *expected) 335 bool zcbor_uint32_expect(zcbor_state_t *state, uint32_t expected) 342 bool zcbor_uint32_pexpect(zcbor_state_t *state, uint32_t *expected) 349 bool zcbor_uint64_expect(zcbor_state_t *state, uint64_t expected) 365 bool zcbor_uint64_pexpect(zcbor_state_t *state, uint64_t *expected) 373 bool zcbor_size_expect(zcbor_state_t *state, size_t expected) 380 bool zcbor_size_pexpect(zcbor_state_t *state, size_t *expected) [all …]
|
/mcuboot-latest/ext/tinycrypt/tests/include/ |
D | test_utils.h | 98 static inline void fatal(unsigned int testnum, const void *expected, size_t expectedlen, in fatal() 108 static inline unsigned int check_result(unsigned int testnum, const void *expected, size_t expected… in check_result()
|
/mcuboot-latest/sim/src/ |
D | image.rs | 2133 let expected = [erased_val; 16]; in verify_trailer() localVariable
|