Home
last modified time | relevance | path

Searched refs:PSA_VENDOR_ECC_MAX_CURVE_BITS (Results 1 - 9 of 9) sorted by relevance

/third_party/mbedtls/include/psa/
H A Dcrypto_sizes.h245 #define PSA_VENDOR_ECC_MAX_CURVE_BITS 521u macro
247 #define PSA_VENDOR_ECC_MAX_CURVE_BITS 512u macro
249 #define PSA_VENDOR_ECC_MAX_CURVE_BITS 448u macro
251 #define PSA_VENDOR_ECC_MAX_CURVE_BITS 384u macro
253 #define PSA_VENDOR_ECC_MAX_CURVE_BITS 384u macro
255 #define PSA_VENDOR_ECC_MAX_CURVE_BITS 256u macro
257 #define PSA_VENDOR_ECC_MAX_CURVE_BITS 256u macro
259 #define PSA_VENDOR_ECC_MAX_CURVE_BITS 256u macro
261 #define PSA_VENDOR_ECC_MAX_CURVE_BITS 255u macro
263 #define PSA_VENDOR_ECC_MAX_CURVE_BITS 22 macro
265 #define PSA_VENDOR_ECC_MAX_CURVE_BITS global() macro
267 #define PSA_VENDOR_ECC_MAX_CURVE_BITS global() macro
269 #define PSA_VENDOR_ECC_MAX_CURVE_BITS global() macro
271 #define PSA_VENDOR_ECC_MAX_CURVE_BITS global() macro
[all...]
H A Dcrypto_builtin_composites.h120 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)];
/third_party/mbedtls/library/
H A Dpkwrite.h74 #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) : \
H A Dpsa_util_internal.h33 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)
H A Dpsa_util.c436 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()
H A Dpk.c713 unsigned char key_buffer[PSA_BITS_TO_BYTES(PSA_VENDOR_ECC_MAX_CURVE_BITS)]; in import_pair_into_psa()
H A Dssl_tls12_server.c2596 unsigned char buf[PSA_KEY_EXPORT_ECC_KEY_PAIR_MAX_SIZE(PSA_VENDOR_ECC_MAX_CURVE_BITS)]; in ssl_get_ecdh_params_from_cert()
/third_party/mbedtls/include/mbedtls/
H A Dpk.h216 PSA_KEY_EXPORT_ECC_PUBLIC_KEY_MAX_SIZE(PSA_VENDOR_ECC_MAX_CURVE_BITS)
/third_party/mbedtls/tests/src/
H A Dpsa_exercise_key.c102 TEST_ASSERT(bits <= PSA_VENDOR_ECC_MAX_CURVE_BITS); in check_key_attributes_sanity()

Completed in 13 milliseconds