Home
last modified time | relevance | path

Searched refs:CURVE_BITS (Results 1 – 1 of 1) sorted by relevance

/mbedtls-latest/3rdparty/p256-m/
Dp256-m_driver_entrypoints.c42 #define CURVE_BITS 256 macro
70 if (*bits != 0 && *bits != CURVE_BITS) { in p256_transparent_import_key()
94 *bits = CURVE_BITS; in p256_transparent_import_key()
116 if (bits != CURVE_BITS || type != PSA_KEY_TYPE_ECC_KEY_PAIR(PSA_ECC_FAMILY_SECP_R1)) { in p256_transparent_export_public_key()