Searched refs:MBEDTLS_ECP_MAX_PT_LEN (Results 1 – 8 of 8) sorted by relevance
79 unsigned char point_bin[MBEDTLS_ECP_MAX_PT_LEN]; in show_ecp_key()
183 unsigned char point_bin[MBEDTLS_ECP_MAX_PT_LEN]; in show_ecp_key()
199 unsigned char point_bin[MBEDTLS_ECP_MAX_PT_LEN]; in show_ecp_key()
355 #define MBEDTLS_ECP_MAX_PT_LEN (2 * MBEDTLS_ECP_MAX_BYTES + 1) macro
54 #define PK_MAX_EC_PUBLIC_KEY_SIZE MBEDTLS_ECP_MAX_PT_LEN
187 #define ECJPAKE_HASH_BUF_LEN (3 * (4 + MBEDTLS_ECP_MAX_PT_LEN) + 4 + 6)
517 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];
1255 | `MBEDTLS_ECP_MAX_PT_LEN` | [`PSA_KEY_EXPORT_ECC_PUBLIC_KEY_MAX_SIZE(PSA_VENDOR_ECC_MAX_CURVE_BITS…