Searched refs:curve (Results 1 – 14 of 14) sorted by relevance
/net-tools-3.7.0/mbedtls-2.4.0/tests/scripts/ |
D | curves.pl | 39 for my $curve (@curves) { 46 print "* Testing without curve: $curve\n"; 49 system( "scripts/config.pl unset $curve" ) 50 and abort "Failed to disable $curve\n"; 52 system( "make lib" ) and abort "Failed to build lib: $curve\n"; 53 system( "cd tests && make" ) and abort "Failed to build tests: $curve\n"; 54 system( "make test" ) and abort "Failed test suite: $curve\n";
|
/net-tools-3.7.0/mbedtls-2.4.0/tests/suites/ |
D | test_suite_ecp.data | 1 ECP curve info #1 5 ECP curve info #2 9 ECP curve info #3 13 ECP curve info #4 17 ECP curve info #5 21 ECP curve info #6 25 ECP curve info #7 29 ECP curve info #8 135 ECP tls read group #3 (unknown curve)
|
D | test_suite_ecjpake.data | 61 ECJPAKE round one: KKP1: X not on the curve 109 ECJPAKE round one: KKP2: X not on the curve 124 ECJPAKE round two client: ECParams not named curve 127 ECJPAKE round two client: ECParams wrong curve 175 ECJPAKE round two client: X not on the curve 229 ECJPAKE round two server: X not on curve
|
D | test_suite_x509parse.function | 19 0xFFFFFFF, /* Any curve */
|
/net-tools-3.7.0/mbedtls-2.4.0/include/mbedtls/ |
D | ecjpake.h | 115 mbedtls_ecp_group_id curve,
|
/net-tools-3.7.0/tinydtls-0.8.2/ |
D | dtls.h | 64 dtls_ecdh_curve curve; member
|
/net-tools-3.7.0/mbedtls-2.4.0/library/ |
D | ssl_srv.c | 2811 const mbedtls_ecp_curve_info **curve = NULL; local 2816 for( curve = ssl->handshake->curves; *curve != NULL; curve++ ) 2817 if( (*curve)->grp_id == *gid ) 2821 if( curve == NULL || *curve == NULL ) 2827 MBEDTLS_SSL_DEBUG_MSG( 2, ( "ECDHE curve: %s", (*curve)->name ) ); 2830 (*curve)->grp_id ) ) != 0 )
|
D | ecjpake.c | 101 mbedtls_ecp_group_id curve, in mbedtls_ecjpake_setup() argument 112 MBEDTLS_MPI_CHK( mbedtls_ecp_group_load( &ctx->grp, curve ) ); in mbedtls_ecjpake_setup()
|
/net-tools-3.7.0/tinydtls-0.8.2/examples/contiki/ |
D | dtls-server.c | 168 .curve = DTLS_ECDH_CURVE_SECP256R1, in get_ecdsa_key()
|
D | dtls-client.c | 187 .curve = DTLS_ECDH_CURVE_SECP256R1, in get_ecdsa_key()
|
/net-tools-3.7.0/tinydtls-0.8.2/tests/ |
D | dtls-server.c | 103 .curve = DTLS_ECDH_CURVE_SECP256R1, in get_ecdsa_key()
|
D | dtls-client.c | 149 .curve = DTLS_ECDH_CURVE_SECP256R1, in get_ecdsa_key()
|
/net-tools-3.7.0/ |
D | coap-client.c | 575 .curve = DTLS_ECDH_CURVE_SECP256R1, in get_ecdsa_key()
|
/net-tools-3.7.0/mbedtls-2.4.0/ |
D | ChangeLog | 192 size/curve against the profile. Before that, there was no way to set a 581 curve picked by the server was actually allowed. 673 with a suitable (extended)KeyUsage or curve or no PSK set.
|