Searched refs:msg1_part1 (Results 1 – 4 of 4) sorted by relevance
/mbedtls-3.6.0/programs/hash/ |
D | md_hmac_demo.c | 50 const unsigned char msg1_part1[] = { 0x01, 0x02 }; variable 107 CHK(mbedtls_md_hmac_update(&ctx, msg1_part1, sizeof(msg1_part1))); in hmac_demo()
|
/mbedtls-3.6.0/programs/cipher/ |
D | cipher_aead_demo.c | 63 const unsigned char msg1_part1[] = { 0x03, 0x04 }; variable 73 #define MSG1_SIZE (sizeof(msg1_part1) + sizeof(msg1_part2)) 225 msg1_part1, sizeof(msg1_part1), in aead_demo()
|
/mbedtls-3.6.0/programs/psa/ |
D | hmac_demo.c | 52 const unsigned char msg1_part1[] = { 0x01, 0x02 }; variable 122 PSA_CHECK(psa_mac_update(&op, msg1_part1, sizeof(msg1_part1))); in hmac_demo()
|
D | aead_demo.c | 66 const unsigned char msg1_part1[] = { 0x03, 0x04 }; variable 76 #define MSG1_SIZE (sizeof(msg1_part1) + sizeof(msg1_part2)) 242 msg1_part1, sizeof(msg1_part1), in aead_demo()
|