Searched refs:msg2_part2 (Results 1 – 4 of 4) sorted by relevance
/mbedtls-3.5.0/programs/hash/ |
D | md_hmac_demo.c | 65 const unsigned char msg2_part2[] = { 0x06, 0x06 }; variable 127 CHK(mbedtls_md_hmac_update(&ctx, msg2_part2, sizeof(msg2_part2))); in hmac_demo()
|
/mbedtls-3.5.0/programs/cipher/ |
D | cipher_aead_demo.c | 82 const unsigned char msg2_part2[] = { 0x15, 0x16, 0x17 }; variable 86 #define MSG2_SIZE (sizeof(msg2_part1) + sizeof(msg2_part2)) 242 msg2_part2, sizeof(msg2_part2))); in aead_demo()
|
/mbedtls-3.5.0/programs/psa/ |
D | hmac_demo.c | 67 const unsigned char msg2_part2[] = { 0x06, 0x06 }; variable 142 PSA_CHECK(psa_mac_update(&op, msg2_part2, sizeof(msg2_part2))); in hmac_demo()
|
D | aead_demo.c | 85 const unsigned char msg2_part2[] = { 0x15, 0x16, 0x17 }; variable 89 #define MSG2_SIZE (sizeof(msg2_part1) + sizeof(msg2_part2)) 259 msg2_part2, sizeof(msg2_part2))); in aead_demo()
|