Home
last modified time | relevance | path

Searched refs:MBEDTLS_ECP_MAX_PT_LEN (Results 1 – 8 of 8) sorted by relevance

/mbedtls-latest/programs/pkey/
Dkey_app.c79 unsigned char point_bin[MBEDTLS_ECP_MAX_PT_LEN]; in show_ecp_key()
Dgen_key.c183 unsigned char point_bin[MBEDTLS_ECP_MAX_PT_LEN]; in show_ecp_key()
Dkey_app_writer.c199 unsigned char point_bin[MBEDTLS_ECP_MAX_PT_LEN]; in show_ecp_key()
/mbedtls-latest/include/mbedtls/
Decp.h355 #define MBEDTLS_ECP_MAX_PT_LEN (2 * MBEDTLS_ECP_MAX_BYTES + 1) macro
/mbedtls-latest/library/
Dpkwrite.c54 #define PK_MAX_EC_PUBLIC_KEY_SIZE MBEDTLS_ECP_MAX_PT_LEN
Decjpake.c187 #define ECJPAKE_HASH_BUF_LEN (3 * (4 + MBEDTLS_ECP_MAX_PT_LEN) + 4 + 6)
/mbedtls-latest/tests/suites/
Dtest_suite_ecp.function517 uint8_t actual_result[MBEDTLS_ECP_MAX_PT_LEN];
539 TEST_ASSERT(len <= MBEDTLS_ECP_MAX_PT_LEN);
611 TEST_LE_U(olen, MBEDTLS_ECP_MAX_PT_LEN);
1024 unsigned char buf[MBEDTLS_ECP_MAX_PT_LEN];
/mbedtls-latest/docs/
Dpsa-transition.md1255 | `MBEDTLS_ECP_MAX_PT_LEN` | [`PSA_KEY_EXPORT_ECC_PUBLIC_KEY_MAX_SIZE(PSA_VENDOR_ECC_MAX_CURVE_BITS…