Searched refs:msg1_part1 (Results 1 – 4 of 4) sorted by relevance
/mbedtls-3.5.0/programs/hash/ |
D | md_hmac_demo.c | 62 const unsigned char msg1_part1[] = { 0x01, 0x02 }; variable 119 CHK(mbedtls_md_hmac_update(&ctx, msg1_part1, sizeof(msg1_part1))); in hmac_demo()
|
/mbedtls-3.5.0/programs/cipher/ |
D | cipher_aead_demo.c | 75 const unsigned char msg1_part1[] = { 0x03, 0x04 }; variable 85 #define MSG1_SIZE (sizeof(msg1_part1) + sizeof(msg1_part2)) 237 msg1_part1, sizeof(msg1_part1), in aead_demo()
|
/mbedtls-3.5.0/programs/psa/ |
D | hmac_demo.c | 64 const unsigned char msg1_part1[] = { 0x01, 0x02 }; variable 134 PSA_CHECK(psa_mac_update(&op, msg1_part1, sizeof(msg1_part1))); in hmac_demo()
|
D | aead_demo.c | 78 const unsigned char msg1_part1[] = { 0x03, 0x04 }; variable 88 #define MSG1_SIZE (sizeof(msg1_part1) + sizeof(msg1_part2)) 254 msg1_part1, sizeof(msg1_part1), in aead_demo()
|