Searched refs:Qp (Results 1 – 9 of 9) sorted by relevance
/AliOS-Things-master/components/mbedtls/programs/pkey/ |
A D | ecdh_curve25519.c | 167 ret = mbedtls_mpi_lset( &ctx_srv.Qp.Z, 1 ); in main() 174 ret = mbedtls_mpi_read_binary( &ctx_srv.Qp.X, cli_to_srv, 32 ); in main() 182 &ctx_srv.Qp, &ctx_srv.d, in main() 198 ret = mbedtls_mpi_lset( &ctx_cli.Qp.Z, 1 ); in main() 205 ret = mbedtls_mpi_read_binary( &ctx_cli.Qp.X, srv_to_cli, 32 ); in main() 213 &ctx_cli.Qp, &ctx_cli.d, in main()
|
/AliOS-Things-master/components/mbedtls/library/ |
A D | ecdh.c | 151 mbedtls_ecp_point_init( &ctx->Qp ); in ecdh_init_internal() 223 mbedtls_ecp_point_free( &ctx->Qp ); in ecdh_free_internal() 368 return( mbedtls_ecp_tls_read_point( &ctx->grp, &ctx->Qp, buf, in ecdh_read_params_internal() 419 return( mbedtls_ecp_copy( &ctx->Qp, &key->Q ) ); in ecdh_get_params_internal() 541 if( ( ret = mbedtls_ecp_tls_read_point( &ctx->grp, &ctx->Qp, &p, in ecdh_read_public_internal() 599 if( ( ret = ecdh_compute_shared_restartable( &ctx->grp, &ctx->z, &ctx->Qp, in ecdh_calc_secret_internal() 606 if( ( ret = mbedtls_ecdh_compute_shared( &ctx->grp, &ctx->z, &ctx->Qp, in ecdh_calc_secret_internal()
|
A D | ecp_curves.c | 1295 mbedtls_mpi_uint Mp[P448_WIDTH + 1], Qp[P448_WIDTH]; in ecp_mod_p448() local 1319 Q.p = Qp; in ecp_mod_p448() 1320 memcpy( Qp, Mp, sizeof( Qp ) ); in ecp_mod_p448()
|
A D | debug.c | 389 &ctx->Qp ); in mbedtls_debug_printf_ecdh_internal()
|
/AliOS-Things-master/components/mbedtls/include/mbedtls/ |
A D | ecdh.h | 89 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
|
/AliOS-Things-master/components/mbedtls/programs/test/ |
A D | benchmark.c | 907 mbedtls_ecp_copy( &ecdh.Qp, &ecdh.Q ) != 0 ) in main() 932 mbedtls_ecdh_gen_public( &ecdh.grp, &ecdh.d, &ecdh.Qp, myrand, NULL ) != 0 ) in main() 942 ret |= mbedtls_ecdh_compute_shared( &ecdh.grp, &z, &ecdh.Qp, &ecdh.d, in main() 958 mbedtls_ecp_copy( &ecdh.Qp, &ecdh.Q ) != 0 || in main() 983 mbedtls_ecdh_gen_public( &ecdh.grp, &ecdh.d, &ecdh.Qp, in main() 993 ret |= mbedtls_ecdh_compute_shared( &ecdh.grp, &z, &ecdh.Qp, &ecdh.d, in main()
|
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/ |
A D | testimg.ppm | 4 …<.�B3�H9�I:�D6�@2�>0�E<�E<�I@�PI�RM�NK�KK�LO�Z`�^h�fr�hx�]q�Og�Me�Qj�Pz�Qx�Qp�Sm�\q�hx�jw�ep�fr�_k… 5 …Qp�Tp�Sp�Ro�Po�Nq�Nv�Rw�Uz�^z�^y�]GD3HE6HF9HE<GG?GG?FF:FG5GI1HK.JM.LO0QQ7SR=VSDWSG[\4Z\7[[C\\Rcbhm…
|
/AliOS-Things-master/hardware/chip/rtl872xd/ |
A D | ate.bin | 737 …�p@������}F��U��U�� F���� F����/� F�<��4!���(xp�eH���l���xq �]B@Qp(���" 1305 …��Hb�KxC�KpRh�x*�*��C��p��xB��p�!"���������#��0�� ��Qp"�!��-��C���s�pI�F8h
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/test/images/ |
A D | rgb-3c-8b.ppm | 12 …*�9*�6(�8(�<(�<&�5%�2"�4#�."�J&�IAJK Y+b;eM&bg*hg,eg)[~2\�<a�Bd�Ij�Qp�Vo�Yp�bu�ix�k{�m��q�…
|
Completed in 34 milliseconds