Home
last modified time | relevance | path

Searched refs:GY (Results 1 – 5 of 5) sorted by relevance

/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/
A Ddhm.c141 ( ret = dhm_read_bignum( &ctx->GY, p, end ) ) != 0 ) in mbedtls_dhm_read_params()
144 if( ( ret = dhm_check_range( &ctx->GY, &ctx->P ) ) != 0 ) in mbedtls_dhm_read_params()
293 if( ( ret = mbedtls_mpi_read_binary( &ctx->GY, input, ilen ) ) != 0 ) in mbedtls_dhm_read_public()
414 if( ( ret = dhm_check_range( &ctx->GY, &ctx->P ) ) != 0 ) in mbedtls_dhm_calc_secret()
423 MBEDTLS_MPI_CHK( mbedtls_mpi_mul_mpi( &GYb, &ctx->GY, &ctx->Vi ) ); in mbedtls_dhm_calc_secret()
427 MBEDTLS_MPI_CHK( mbedtls_mpi_copy( &GYb, &ctx->GY ) ); in mbedtls_dhm_calc_secret()
467 mbedtls_mpi_free( &ctx->GY ); in mbedtls_dhm_free()
A Dssl_cli.c2669 MBEDTLS_SSL_DEBUG_MPI( 3, "DHM: GY", &ssl->handshake->dhm_ctx.GY ); in ssl_parse_server_dh_params()
A Dssl_srv.c3868 MBEDTLS_SSL_DEBUG_MPI( 3, "DHM: GY", &ssl->handshake->dhm_ctx.GY ); in ssl_parse_client_dh_public()
/optee_os-3.20.0/lib/libmbedtls/core/
A Ddh.c113 dhm.GY = *(mbedtls_mpi *)public_key; in crypto_acipher_dh_shared_secret()
139 mbedtls_mpi_init(&dhm.GY); in crypto_acipher_dh_shared_secret()
/optee_os-3.20.0/lib/libmbedtls/mbedtls/include/mbedtls/
A Ddhm.h118 mbedtls_mpi GY; /*!< The public key of the peer = \c G^Y mod \c P. */ member

Completed in 17 milliseconds