Home
last modified time | relevance | path

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

/net-tools-2.7.6/mbedtls-2.4.0/library/
Decdh.c183 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()
Decp.c363 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()
Decdsa.c424 ( 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/
Decdsa.c192 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/
Decp.h317 int mbedtls_ecp_copy( mbedtls_ecp_point *P, const mbedtls_ecp_point *Q );
Dcompat-1.3.h1952 #define ecp_copy mbedtls_ecp_copy
/net-tools-2.7.6/mbedtls-2.4.0/programs/test/
Dbenchmark.c783 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/
Dmain.cpp835 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/
Drename-1.3-2.0.txt1496 ecp_copy mbedtls_ecp_copy