Home
last modified time | relevance | path

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

/mbedtls-development/library/
A Dpsa_crypto_ecp.c75 psa_key_type_t type, size_t curve_bits, in mbedtls_psa_ecp_load_representation() argument
83 int explicit_bits = ( curve_bits != 0 ); in mbedtls_psa_ecp_load_representation()
108 if( curve_bytes != PSA_BITS_TO_BYTES( curve_bits ) ) in mbedtls_psa_ecp_load_representation()
116 curve_bits = PSA_BYTES_TO_BITS( curve_bytes ); in mbedtls_psa_ecp_load_representation()
127 curve_bits, !explicit_bits ); in mbedtls_psa_ecp_load_representation()
A Dpsa_crypto_ecp.h46 size_t curve_bits,
A Dpk_wrap.c572 size_t curve_bits; in ecdsa_verify_wrap() local
574 mbedtls_ecc_group_to_psa( ctx->grp.id, &curve_bits ); in ecdsa_verify_wrap()
/mbedtls-development/include/psa/
A Dcrypto_sizes.h556 #define PSA_ECDSA_SIGNATURE_SIZE(curve_bits) \ argument
557 (PSA_BITS_TO_BYTES(curve_bits) * 2)

Completed in 8 milliseconds