Home
last modified time | relevance | path

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

/mbedtls/programs/pkey/
A Dkey_app.c79 unsigned char point_bin[MBEDTLS_ECP_MAX_PT_LEN]; in show_ecp_key()
A Dgen_key.c183 unsigned char point_bin[MBEDTLS_ECP_MAX_PT_LEN]; in show_ecp_key()
A Dkey_app_writer.c199 unsigned char point_bin[MBEDTLS_ECP_MAX_PT_LEN]; in show_ecp_key()
/mbedtls/include/mbedtls/
A Decp.h355 #define MBEDTLS_ECP_MAX_PT_LEN (2 * MBEDTLS_ECP_MAX_BYTES + 1) macro
/mbedtls/library/
A Dpkwrite.c54 #define PK_MAX_EC_PUBLIC_KEY_SIZE MBEDTLS_ECP_MAX_PT_LEN
A Decjpake.c187 #define ECJPAKE_HASH_BUF_LEN (3 * (4 + MBEDTLS_ECP_MAX_PT_LEN) + 4 + 6)
/mbedtls/tests/suites/
A 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/docs/
A Dpsa-transition.md1255 | `MBEDTLS_ECP_MAX_PT_LEN` | [`PSA_KEY_EXPORT_ECC_PUBLIC_KEY_MAX_SIZE(PSA_VENDOR_ECC_MAX_CURVE_BITS…

Completed in 18 milliseconds