Searched refs:mbedtls_mpi_size (Results 1 – 17 of 17) sorted by relevance
/net-tools-latest/mbedtls-2.4.0/library/ |
D | dhm.c | 143 ctx->len = mbedtls_mpi_size( &ctx->P ); in mbedtls_dhm_read_params() 195 n1 = mbedtls_mpi_size( &ctx->P ); in mbedtls_dhm_make_params() 196 n2 = mbedtls_mpi_size( &ctx->G ); in mbedtls_dhm_make_params() 197 n3 = mbedtls_mpi_size( &ctx->GX ); in mbedtls_dhm_make_params() 327 mbedtls_mpi_fill_random( &ctx->Vi, mbedtls_mpi_size( &ctx->P ), f_rng, p_rng ); in dhm_update_blinding() 385 *olen = mbedtls_mpi_size( &ctx->K ); in mbedtls_dhm_calc_secret() 497 dhm->len = mbedtls_mpi_size( &dhm->P ); in mbedtls_dhm_parse_dhm()
|
D | ecdh.c | 257 if( mbedtls_mpi_size( &ctx->z ) > blen ) in mbedtls_ecdh_calc_secret()
|
D | pkparse.c | 340 len != mbedtls_mpi_size( &grp->P ) + 1 || in pk_group_from_specified() 534 rsa->len = mbedtls_mpi_size( &rsa->N ); in pk_get_rsapubkey() 700 rsa->len = mbedtls_mpi_size( &rsa->N ); in pk_parse_key_pkcs1_der()
|
D | asn1write.c | 135 len = mbedtls_mpi_size( X ); in mbedtls_asn1_write_mpi()
|
D | ecp.c | 466 plen = mbedtls_mpi_size( &grp->P ); in mbedtls_ecp_point_write_binary() 514 plen = mbedtls_mpi_size( &grp->P ); in mbedtls_ecp_point_read_binary() 1752 if( mbedtls_mpi_size( &pt->X ) > ( grp->nbits + 7 ) / 8 ) in ecp_check_pubkey_mx()
|
D | ecjpake.c | 338 len = mbedtls_mpi_size( &h ); /* actually r */ in ecjpake_zkp_write()
|
D | bignum.c | 399 size_t mbedtls_mpi_size( const mbedtls_mpi *X ) in mbedtls_mpi_size() function 694 n = mbedtls_mpi_size( X ); in mbedtls_mpi_write_binary()
|
D | ssl_cli.c | 2747 (int) mbedtls_mpi_size( &ssl->handshake->dhm_ctx.P ), 2881 (int) mbedtls_mpi_size( &ssl->handshake->dhm_ctx.P ),
|
D | ssl_srv.c | 2777 (int) mbedtls_mpi_size( &ssl->handshake->dhm_ctx.P ),
|
/net-tools-latest/mbedtls-2.4.0/tests/suites/ |
D | test_suite_dhm.function | 41 x_size = mbedtls_mpi_size( &ctx_srv.P );
|
D | test_suite_mpi.function | 22 TEST_ASSERT( mbedtls_mpi_size( &X ) == 0 ); 93 buflen = mbedtls_mpi_size( &X ); 134 buflen = mbedtls_mpi_size( &X );
|
/net-tools-latest/mbedtls-2.4.0/programs/pkey/ |
D | dh_server.c | 196 if( ( ret = mbedtls_dhm_make_params( &dhm, (int) mbedtls_mpi_size( &dhm.P ), buf, &n, in main()
|
/net-tools-latest/mbedtls-2.4.0/include/mbedtls/ |
D | bignum.h | 309 size_t mbedtls_mpi_size( const mbedtls_mpi *X );
|
D | compat-1.3.h | 2150 #define mpi_size mbedtls_mpi_size
|
/net-tools-latest/mbedtls-2.4.0/programs/test/ |
D | benchmark.c | 691 dhm.len = mbedtls_mpi_size( &dhm.P ); in main()
|
/net-tools-latest/mbedtls-2.4.0/yotta/data/example-benchmark/ |
D | main.cpp | 743 dhm.len = mbedtls_mpi_size( &dhm.P ); in benchmark()
|
/net-tools-latest/mbedtls-2.4.0/scripts/data_files/ |
D | rename-1.3-2.0.txt | 1695 mpi_size mbedtls_mpi_size
|