Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/library/
A Decdh.c163 mbedtls_ecp_point_init( &ctx->Qp ); in ecdh_init_internal()
242 mbedtls_ecp_point_free( &ctx->Qp ); in ecdh_free_internal()
397 return( mbedtls_ecp_tls_read_point( &ctx->grp, &ctx->Qp, buf, in ecdh_read_params_internal()
453 return( mbedtls_ecp_copy( &ctx->Qp, &key->Q ) ); in ecdh_get_params_internal()
603 if( ( ret = mbedtls_ecp_tls_read_point( &ctx->grp, &ctx->Qp, &p, in ecdh_read_public_internal()
666 if( ( ret = ecdh_compute_shared_restartable( &ctx->grp, &ctx->z, &ctx->Qp, in ecdh_calc_secret_internal()
673 if( ( ret = mbedtls_ecdh_compute_shared( &ctx->grp, &ctx->z, &ctx->Qp, in ecdh_calc_secret_internal()
A Decp_curves.c1345 mbedtls_mpi_uint Mp[P448_WIDTH + 1], Qp[P448_WIDTH]; in ecp_mod_p448() local
1369 Q.p = Qp; in ecp_mod_p448()
1370 memcpy( Qp, Mp, sizeof( Qp ) ); in ecp_mod_p448()
A Ddebug.c393 &ctx->Qp ); in mbedtls_debug_printf_ecdh_internal()
/optee_os/lib/libmbedtls/core/
A Decc.c328 ecdh.Qp.X = *(mbedtls_mpi *)public_key->x; in ecc_shared_secret()
329 ecdh.Qp.Y = *(mbedtls_mpi *)public_key->y; in ecc_shared_secret()
330 mbedtls_mpi_read_binary(&ecdh.Qp.Z, one, sizeof(one)); in ecc_shared_secret()
342 mbedtls_mpi_init(&ecdh.Qp.X); in ecc_shared_secret()
343 mbedtls_mpi_init(&ecdh.Qp.Y); in ecc_shared_secret()
/optee_os/out/arm/export-ta_arm64/include/mbedtls/
A Decdh.h89 mbedtls_ecp_point Qp; /*!< The value of the public key of the peer. */ member
110 mbedtls_ecp_point Qp; /*!< The value of the public key of the peer. */ member
/optee_os/out/arm/export-ta_arm32/host_include/mbedtls/
A Decdh.h89 mbedtls_ecp_point Qp; /*!< The value of the public key of the peer. */ member
110 mbedtls_ecp_point Qp; /*!< The value of the public key of the peer. */ member
/optee_os/out/arm/export-ta_arm32/include/mbedtls/
A Decdh.h89 mbedtls_ecp_point Qp; /*!< The value of the public key of the peer. */ member
110 mbedtls_ecp_point Qp; /*!< The value of the public key of the peer. */ member
/optee_os/out/arm/export-ta_arm64/host_include/mbedtls/
A Decdh.h89 mbedtls_ecp_point Qp; /*!< The value of the public key of the peer. */ member
110 mbedtls_ecp_point Qp; /*!< The value of the public key of the peer. */ member
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
A Decdh.h89 mbedtls_ecp_point Qp; /*!< The value of the public key of the peer. */ member
110 mbedtls_ecp_point Qp; /*!< The value of the public key of the peer. */ member

Completed in 15 milliseconds