Searched refs:PSA_VENDOR_ECC_MAX_CURVE_BITS (Results 1 – 8 of 8) sorted by relevance
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()
2576 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)