Home
last modified time | relevance | path

Searched refs:have_N (Results 1 – 4 of 4) sorted by relevance

/external/mbedtls/tests/suites/
Dtest_suite_rsa.function896 const int have_N = ( strlen( input_N ) > 0 );
908 if( have_N )
926 have_N ? &N : NULL,
938 have_N ? &N : NULL,
1033 const int have_N = ( strlen( input_N ) > 0 );
1053 if( have_N )
1153 const int have_N = ( strlen( input_N ) > 0 );
1163 if( have_N )
1180 TEST_ASSERT( mbedtls_rsa_validate_params( have_N ? &N : NULL,
/external/openthread/third_party/mbedtls/repo/tests/suites/
Dtest_suite_rsa.function1332 const int have_N = ( strlen( input_N ) > 0 );
1349 if( have_N )
1367 have_N ? &N : NULL,
1379 have_N ? &N : NULL,
1473 const int have_N = ( strlen( input_N ) > 0 );
1493 if( have_N )
1593 const int have_N = ( strlen( input_N ) > 0 );
1613 if( have_N )
1628 TEST_ASSERT( mbedtls_rsa_validate_params( have_N ? &N : NULL,
/external/mbedtls/library/
Drsa.c223 int have_N, have_P, have_Q, have_D, have_E; in mbedtls_rsa_complete() local
229 have_N = ( mbedtls_mpi_cmp_int( &ctx->N, 0 ) != 0 ); in mbedtls_rsa_complete()
252 pq_missing = have_N && !have_P && !have_Q && have_D && have_E; in mbedtls_rsa_complete()
254 is_pub = have_N && !have_P && !have_Q && !have_D && have_E; in mbedtls_rsa_complete()
266 if( !have_N && have_P && have_Q ) in mbedtls_rsa_complete()
/external/openthread/third_party/mbedtls/repo/library/
Drsa.c232 int have_N, have_P, have_Q, have_D, have_E; in mbedtls_rsa_complete() local
240 have_N = ( mbedtls_mpi_cmp_int( &ctx->N, 0 ) != 0 ); in mbedtls_rsa_complete()
263 pq_missing = have_N && !have_P && !have_Q && have_D && have_E; in mbedtls_rsa_complete()
265 is_pub = have_N && !have_P && !have_Q && !have_D && have_E; in mbedtls_rsa_complete()
277 if( !have_N && have_P && have_Q ) in mbedtls_rsa_complete()