Searched refs:PSA_VENDOR_ECC_MAX_CURVE_BITS (Results 1 – 13 of 13) sorted by relevance
2 depends_on:PSA_VENDOR_ECC_MAX_CURVE_BITS >= 2566 depends_on:PSA_VENDOR_ECC_MAX_CURVE_BITS >= 25620 depends_on:PSA_VENDOR_ECC_MAX_CURVE_BITS >= 25624 depends_on:PSA_VENDOR_ECC_MAX_CURVE_BITS >= 25628 depends_on:PSA_VENDOR_ECC_MAX_CURVE_BITS >= 25632 depends_on:PSA_VENDOR_ECC_MAX_CURVE_BITS >= 25636 depends_on:PSA_VENDOR_ECC_MAX_CURVE_BITS >= 25640 depends_on:PSA_VENDOR_ECC_MAX_CURVE_BITS >= 25644 depends_on:PSA_VENDOR_ECC_MAX_CURVE_BITS >= 25648 depends_on:PSA_VENDOR_ECC_MAX_CURVE_BITS >= 256[all …]
1392 uint8_t public_key[PSA_KEY_EXPORT_ECC_PUBLIC_KEY_MAX_SIZE(PSA_VENDOR_ECC_MAX_CURVE_BITS)
395 PSA_KEY_EXPORT_ECC_PUBLIC_KEY_MAX_SIZE(PSA_VENDOR_ECC_MAX_CURVE_BITS)
245 #define PSA_VENDOR_ECC_MAX_CURVE_BITS 521u macro247 #define PSA_VENDOR_ECC_MAX_CURVE_BITS 512u macro249 #define PSA_VENDOR_ECC_MAX_CURVE_BITS 448u macro251 #define PSA_VENDOR_ECC_MAX_CURVE_BITS 384u macro253 #define PSA_VENDOR_ECC_MAX_CURVE_BITS 384u macro255 #define PSA_VENDOR_ECC_MAX_CURVE_BITS 256u macro257 #define PSA_VENDOR_ECC_MAX_CURVE_BITS 256u macro259 #define PSA_VENDOR_ECC_MAX_CURVE_BITS 256u macro261 #define PSA_VENDOR_ECC_MAX_CURVE_BITS 255u macro263 #define PSA_VENDOR_ECC_MAX_CURVE_BITS 224u macro[all …]
120 uint8_t MBEDTLS_PRIVATE(hash)[PSA_BITS_TO_BYTES(PSA_VENDOR_ECC_MAX_CURVE_BITS)];152 uint8_t MBEDTLS_PRIVATE(hash)[PSA_BITS_TO_BYTES(PSA_VENDOR_ECC_MAX_CURVE_BITS)];
74 #define MBEDTLS_PK_MAX_ECC_BYTES (PSA_BITS_TO_BYTES(PSA_VENDOR_ECC_MAX_CURVE_BITS) > \76 PSA_BITS_TO_BYTES(PSA_VENDOR_ECC_MAX_CURVE_BITS) : \
33 PSA_KEY_EXPORT_ECC_PUBLIC_KEY_MAX_SIZE(PSA_VENDOR_ECC_MAX_CURVE_BITS)36 PSA_KEY_EXPORT_ECC_KEY_PAIR_MAX_SIZE(PSA_VENDOR_ECC_MAX_CURVE_BITS)
436 unsigned char r[PSA_BITS_TO_BYTES(PSA_VENDOR_ECC_MAX_CURVE_BITS)]; in mbedtls_ecdsa_raw_to_der()437 unsigned char s[PSA_BITS_TO_BYTES(PSA_VENDOR_ECC_MAX_CURVE_BITS)]; in mbedtls_ecdsa_raw_to_der()
709 unsigned char key_buffer[PSA_BITS_TO_BYTES(PSA_VENDOR_ECC_MAX_CURVE_BITS)]; in import_pair_into_psa()
2598 unsigned char buf[PSA_KEY_EXPORT_ECC_KEY_PAIR_MAX_SIZE(PSA_VENDOR_ECC_MAX_CURVE_BITS)]; in ssl_get_ecdh_params_from_cert()
216 PSA_KEY_EXPORT_ECC_PUBLIC_KEY_MAX_SIZE(PSA_VENDOR_ECC_MAX_CURVE_BITS)
102 TEST_ASSERT(bits <= PSA_VENDOR_ECC_MAX_CURVE_BITS); in check_key_attributes_sanity()
852 unsigned char buf[PSA_BITS_TO_BYTES(PSA_VENDOR_ECC_MAX_CURVE_BITS)];1253 …`PSA_VENDOR_ECC_MAX_CURVE_BITS`](https://mbed-tls.readthedocs.io/projects/api/en/development/api/f…1254 | `MBEDTLS_ECP_MAX_BYTES` | `PSA_BITS_TO_BYTES(PSA_VENDOR_ECC_MAX_CURVE_BITS)` |1255 | `MBEDTLS_ECP_MAX_PT_LEN` | [`PSA_KEY_EXPORT_ECC_PUBLIC_KEY_MAX_SIZE(PSA_VENDOR_ECC_MAX_CURVE_BITS…