Searched refs:mbedtls_ecp_copy (Results 1 – 9 of 9) sorted by relevance
/net-tools-2.7.6/mbedtls-2.4.0/library/ |
D | ecdh.c | 183 return( mbedtls_ecp_copy( &ctx->Qp, &key->Q ) ); in mbedtls_ecdh_get_params() 189 if( ( ret = mbedtls_ecp_copy( &ctx->Q, &key->Q ) ) != 0 || in mbedtls_ecdh_get_params()
|
D | ecp.c | 363 int mbedtls_ecp_copy( mbedtls_ecp_point *P, const mbedtls_ecp_point *Q ) in mbedtls_ecp_copy() function 1010 return( mbedtls_ecp_copy( R, Q ) ); in ecp_add_mixed() 1013 return( mbedtls_ecp_copy( R, P ) ); in ecp_add_mixed() 1204 MBEDTLS_MPI_CHK( mbedtls_ecp_copy( &T[0], P ) ); in ecp_precompute_comb() 1210 MBEDTLS_MPI_CHK( mbedtls_ecp_copy( cur, T + ( i >> 1 ) ) ); in ecp_precompute_comb() 1565 MBEDTLS_MPI_CHK( mbedtls_ecp_copy( &RP, P ) ); in ecp_mul_mxz() 1699 MBEDTLS_MPI_CHK( mbedtls_ecp_copy( R, P ) ); in mbedtls_ecp_mul_shortcuts() 1703 MBEDTLS_MPI_CHK( mbedtls_ecp_copy( R, P ) ); in mbedtls_ecp_mul_shortcuts()
|
D | ecdsa.c | 424 ( ret = mbedtls_ecp_copy( &ctx->Q, &key->Q ) ) != 0 ) in mbedtls_ecdsa_from_keypair()
|
/net-tools-2.7.6/mbedtls-2.4.0/programs/pkey/ |
D | ecdsa.c | 192 if( ( ret = mbedtls_ecp_copy( &ctx_verify.Q, &ctx_sign.Q ) ) != 0 ) in main()
|
/net-tools-2.7.6/mbedtls-2.4.0/include/mbedtls/ |
D | ecp.h | 317 int mbedtls_ecp_copy( mbedtls_ecp_point *P, const mbedtls_ecp_point *Q );
|
D | compat-1.3.h | 1952 #define ecp_copy mbedtls_ecp_copy
|
/net-tools-2.7.6/mbedtls-2.4.0/programs/test/ |
D | benchmark.c | 783 mbedtls_ecp_copy( &ecdh.Qp, &ecdh.Q ) != 0 ) in main() 829 mbedtls_ecp_copy( &ecdh.Qp, &ecdh.Q ) != 0 || in main()
|
/net-tools-2.7.6/mbedtls-2.4.0/yotta/data/example-benchmark/ |
D | main.cpp | 835 mbedtls_ecp_copy( &ecdh.Qp, &ecdh.Q ) != 0 ) in benchmark() 881 mbedtls_ecp_copy( &ecdh.Qp, &ecdh.Q ) != 0 || in benchmark()
|
/net-tools-2.7.6/mbedtls-2.4.0/scripts/data_files/ |
D | rename-1.3-2.0.txt | 1496 ecp_copy mbedtls_ecp_copy
|