Searched refs:msg2_part2 (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/mbedtls/programs/cipher/ |
H A D | cipher_aead_demo.c | 70 const unsigned char msg2_part2[] = { 0x15, 0x16, 0x17 }; variable 74 #define MSG2_SIZE (sizeof(msg2_part1) + sizeof(msg2_part2)) 230 msg2_part2, sizeof(msg2_part2))); in aead_demo()
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/cipher/ |
H A D | cipher_aead_demo.c | 70 const unsigned char msg2_part2[] = { 0x15, 0x16, 0x17 }; variable 74 #define MSG2_SIZE (sizeof(msg2_part1) + sizeof(msg2_part2)) 230 msg2_part2, sizeof(msg2_part2))); in aead_demo()
|
/aosp_15_r20/external/mbedtls/programs/psa/ |
H A D | aead_demo.c | 73 const unsigned char msg2_part2[] = { 0x15, 0x16, 0x17 }; variable 77 #define MSG2_SIZE (sizeof(msg2_part1) + sizeof(msg2_part2)) 247 msg2_part2, sizeof(msg2_part2))); in aead_demo()
|
H A D | hmac_demo.c | 55 const unsigned char msg2_part2[] = { 0x06, 0x06 }; variable 130 PSA_CHECK(psa_mac_update(&op, msg2_part2, sizeof(msg2_part2))); in hmac_demo()
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/psa/ |
H A D | aead_demo.c | 73 const unsigned char msg2_part2[] = { 0x15, 0x16, 0x17 }; variable 77 #define MSG2_SIZE (sizeof(msg2_part1) + sizeof(msg2_part2)) 247 msg2_part2, sizeof(msg2_part2))); in aead_demo()
|
H A D | hmac_demo.c | 55 const unsigned char msg2_part2[] = { 0x06, 0x06 }; variable 130 PSA_CHECK(psa_mac_update(&op, msg2_part2, sizeof(msg2_part2))); in hmac_demo()
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/hash/ |
H A D | md_hmac_demo.c | 53 const unsigned char msg2_part2[] = { 0x06, 0x06 }; variable 115 CHK(mbedtls_md_hmac_update(&ctx, msg2_part2, sizeof(msg2_part2))); in hmac_demo()
|
/aosp_15_r20/external/mbedtls/programs/hash/ |
H A D | md_hmac_demo.c | 53 const unsigned char msg2_part2[] = { 0x06, 0x06 }; variable 115 CHK(mbedtls_md_hmac_update(&ctx, msg2_part2, sizeof(msg2_part2))); in hmac_demo()
|