Searched refs:msg1_part2 (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/mbedtls/programs/cipher/ |
H A D | cipher_aead_demo.c | 64 const unsigned char msg1_part2[] = { 0x05, 0x06, 0x07 }; variable 73 #define MSG1_SIZE (sizeof(msg1_part1) + sizeof(msg1_part2)) 226 msg1_part2, sizeof(msg1_part2))); in aead_demo()
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/cipher/ |
H A D | cipher_aead_demo.c | 64 const unsigned char msg1_part2[] = { 0x05, 0x06, 0x07 }; variable 73 #define MSG1_SIZE (sizeof(msg1_part1) + sizeof(msg1_part2)) 226 msg1_part2, sizeof(msg1_part2))); in aead_demo()
|
/aosp_15_r20/external/mbedtls/programs/psa/ |
H A D | aead_demo.c | 67 const unsigned char msg1_part2[] = { 0x05, 0x06, 0x07 }; variable 76 #define MSG1_SIZE (sizeof(msg1_part1) + sizeof(msg1_part2)) 243 msg1_part2, sizeof(msg1_part2))); in aead_demo()
|
H A D | hmac_demo.c | 53 const unsigned char msg1_part2[] = { 0x03, 0x04 }; variable 123 PSA_CHECK(psa_mac_update(&op, msg1_part2, sizeof(msg1_part2))); in hmac_demo()
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/psa/ |
H A D | aead_demo.c | 67 const unsigned char msg1_part2[] = { 0x05, 0x06, 0x07 }; variable 76 #define MSG1_SIZE (sizeof(msg1_part1) + sizeof(msg1_part2)) 243 msg1_part2, sizeof(msg1_part2))); in aead_demo()
|
H A D | hmac_demo.c | 53 const unsigned char msg1_part2[] = { 0x03, 0x04 }; variable 123 PSA_CHECK(psa_mac_update(&op, msg1_part2, sizeof(msg1_part2))); in hmac_demo()
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/hash/ |
H A D | md_hmac_demo.c | 51 const unsigned char msg1_part2[] = { 0x03, 0x04 }; variable 108 CHK(mbedtls_md_hmac_update(&ctx, msg1_part2, sizeof(msg1_part2))); in hmac_demo()
|
/aosp_15_r20/external/mbedtls/programs/hash/ |
H A D | md_hmac_demo.c | 51 const unsigned char msg1_part2[] = { 0x03, 0x04 }; variable 108 CHK(mbedtls_md_hmac_update(&ctx, msg1_part2, sizeof(msg1_part2))); in hmac_demo()
|