Home
last modified time | relevance | path

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

/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/
A Decp.c672 return( MBEDTLS_ECP_TYPE_SHORT_WEIERSTRASS ); in mbedtls_ecp_get_type()
901 if( mbedtls_ecp_get_type( grp ) == MBEDTLS_ECP_TYPE_SHORT_WEIERSTRASS ) in mbedtls_ecp_point_write_binary()
980 if( mbedtls_ecp_get_type( grp ) == MBEDTLS_ECP_TYPE_SHORT_WEIERSTRASS ) in mbedtls_ecp_point_read_binary()
2706 if( mbedtls_ecp_get_type( grp ) == MBEDTLS_ECP_TYPE_SHORT_WEIERSTRASS ) in mbedtls_ecp_mul_restartable()
2850 if( mbedtls_ecp_get_type( grp ) != MBEDTLS_ECP_TYPE_SHORT_WEIERSTRASS ) in mbedtls_ecp_muladd_restartable()
3072 if( mbedtls_ecp_get_type( grp ) == MBEDTLS_ECP_TYPE_SHORT_WEIERSTRASS ) in mbedtls_ecp_check_pubkey()
3104 if( mbedtls_ecp_get_type( grp ) == MBEDTLS_ECP_TYPE_SHORT_WEIERSTRASS ) in mbedtls_ecp_check_privkey()
3186 if( mbedtls_ecp_get_type( grp ) == MBEDTLS_ECP_TYPE_SHORT_WEIERSTRASS ) in mbedtls_ecp_gen_privkey()
3301 if( mbedtls_ecp_get_type( &key->grp ) == MBEDTLS_ECP_TYPE_SHORT_WEIERSTRASS ) in mbedtls_ecp_read_key()
3344 if( mbedtls_ecp_get_type( &key->grp ) == MBEDTLS_ECP_TYPE_SHORT_WEIERSTRASS ) in mbedtls_ecp_write_key()
/optee_os-3.20.0/lib/libmbedtls/mbedtls/include/mbedtls/
A Decp.h153 MBEDTLS_ECP_TYPE_SHORT_WEIERSTRASS, /* y^2 = x^3 + a x + b */ enumerator

Completed in 9 milliseconds