Searched refs:PSA_VENDOR_ECC_MAX_CURVE_BITS (Results 1 – 3 of 3) sorted by relevance
196 #define PSA_VENDOR_ECC_MAX_CURVE_BITS 521 macro198 #define PSA_VENDOR_ECC_MAX_CURVE_BITS 512 macro200 #define PSA_VENDOR_ECC_MAX_CURVE_BITS 448 macro202 #define PSA_VENDOR_ECC_MAX_CURVE_BITS 384 macro204 #define PSA_VENDOR_ECC_MAX_CURVE_BITS 384 macro206 #define PSA_VENDOR_ECC_MAX_CURVE_BITS 256 macro208 #define PSA_VENDOR_ECC_MAX_CURVE_BITS 256 macro210 #define PSA_VENDOR_ECC_MAX_CURVE_BITS 256 macro212 #define PSA_VENDOR_ECC_MAX_CURVE_BITS 255 macro214 #define PSA_VENDOR_ECC_MAX_CURVE_BITS 224 macro[all …]
99 TEST_ASSERT( bits <= PSA_VENDOR_ECC_MAX_CURVE_BITS ); in check_key_attributes_sanity()
1364 … uint8_t public_key[PSA_KEY_EXPORT_ECC_PUBLIC_KEY_MAX_SIZE( PSA_VENDOR_ECC_MAX_CURVE_BITS )];
Completed in 7 milliseconds