Searched refs:msg1_part1 (Results 1 - 4 of 4) sorted by relevance
/third_party/mbedtls/programs/psa/ |
H A D | hmac_demo.c | 64 const unsigned char msg1_part1[] = { 0x01, 0x02 }; variable 132 /* compute HMAC(key, msg1_part1 | msg1_part2) */ in hmac_demo() 134 PSA_CHECK(psa_mac_update(&op, msg1_part1, sizeof(msg1_part1))); in hmac_demo()
|
H A 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()
|
/third_party/mbedtls/programs/hash/ |
H A D | md_hmac_demo.c | 62 const unsigned char msg1_part1[] = { 0x01, 0x02 }; variable 118 /* compute HMAC(key, msg1_part1 | msg1_part2) */ in hmac_demo() 119 CHK(mbedtls_md_hmac_update(&ctx, msg1_part1, sizeof(msg1_part1))); in hmac_demo()
|
/third_party/mbedtls/programs/cipher/ |
H A 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()
|
Completed in 3 milliseconds