Searched refs:P1 (Results 1 – 3 of 3) sorted by relevance
/mbedtls-development/tests/data_files/ |
A D | Readme-x509.txt | 50 - P1, P2 if the file includes parent (resp. parent + grandparent) 63 - server1*.crt: 1* R C* P1*: misc *(server1-v1 see test-ca-v1.crt above) 65 P1 only for _ca.crt 84 - server7.crt: I1 E L P1(usually): EC signed by RSA signed by EC 95 - server8*.crt: I2 R L: RSA signed by EC signed by RSA (P1 for _int-ca2) 96 - server9*.crt: 1 R C* L P1*: signed using RSASSA-PSS 97 *CRL for: 9.crt, -badsign, -with-ca (P1)
|
/mbedtls-development/tests/suites/ |
A D | test_suite_ecp.function | 461 /* Compute R = u1 * P1 + u2 * P2 */ 463 mbedtls_ecp_point P1, P2, R; 469 mbedtls_ecp_point_init( &P1 ); 478 TEST_EQUAL( 0, mbedtls_ecp_point_read_binary( &grp, &P1, 483 TEST_EQUAL( 0, mbedtls_ecp_muladd( &grp, &R, &u1, &P1, &u2, &P2 ) ); 494 mbedtls_ecp_point_free( &P1 );
|
/mbedtls-development/library/ |
A D | rsa.c | 901 mbedtls_mpi P1, Q1, R; in mbedtls_rsa_private() local 949 mbedtls_mpi_init( &P1 ); in mbedtls_rsa_private() 989 MBEDTLS_MPI_CHK( mbedtls_mpi_sub_int( &P1, &ctx->P, 1 ) ); in mbedtls_rsa_private() 998 MBEDTLS_MPI_CHK( mbedtls_mpi_mul_mpi( &D_blind, &P1, &Q1 ) ); in mbedtls_rsa_private() 1009 MBEDTLS_MPI_CHK( mbedtls_mpi_mul_mpi( &DP_blind, &P1, &R ) ); in mbedtls_rsa_private() 1079 mbedtls_mpi_free( &P1 ); in mbedtls_rsa_private()
|
Completed in 8 milliseconds