Home
last modified time | relevance | path

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

/dports/emulators/yuzu/yuzu-0b47f7a46/externals/mbedtls/tests/suites/
H A Dtest_suite_rsa.function879 const int have_N = ( strlen( input_N ) > 0 );
896 if( have_N )
914 have_N ? &N : NULL,
926 have_N ? &N : NULL,
1020 const int have_N = ( strlen( input_N ) > 0 );
1040 if( have_N )
1140 const int have_N = ( strlen( input_N ) > 0 );
1160 if( have_N )
1219 const int have_N = ( strlen( input_N ) > 0 );
1231 if( have_N )
[all …]
/dports/security/mbedtls/mbedtls-mbedtls-2.16.12/tests/suites/
H A Dtest_suite_rsa.function1300 const int have_N = ( strlen( input_N ) > 0 );
1317 if( have_N )
1335 have_N ? &N : NULL,
1347 have_N ? &N : NULL,
1441 const int have_N = ( strlen( input_N ) > 0 );
1461 if( have_N )
1561 const int have_N = ( strlen( input_N ) > 0 );
1581 if( have_N )
1596 TEST_ASSERT( mbedtls_rsa_validate_params( have_N ? &N : NULL,
/dports/devel/premake5/premake-5.0.0-alpha16-src/contrib/mbedtls/tests/suites/
H A Dtest_suite_rsa.function1283 const int have_N = ( strlen( input_N ) > 0 );
1300 if( have_N )
1318 have_N ? &N : NULL,
1330 have_N ? &N : NULL,
1424 const int have_N = ( strlen( input_N ) > 0 );
1444 if( have_N )
1544 const int have_N = ( strlen( input_N ) > 0 );
1564 if( have_N )
1579 TEST_ASSERT( mbedtls_rsa_validate_params( have_N ? &N : NULL,
/dports/emulators/qemu/qemu-6.2.0/roms/skiboot/libstb/crypto/mbedtls/tests/suites/
H A Dtest_suite_rsa.function1259 const int have_N = ( strlen( input_N ) > 0 );
1276 if( have_N )
1294 have_N ? &N : NULL,
1306 have_N ? &N : NULL,
1400 const int have_N = ( strlen( input_N ) > 0 );
1420 if( have_N )
1520 const int have_N = ( strlen( input_N ) > 0 );
1540 if( have_N )
1555 TEST_ASSERT( mbedtls_rsa_validate_params( have_N ? &N : NULL,
/dports/ftp/lftp/lftp-4.9.2/src/
H A Dcomplete.cc427 bool have_N=false; in cmd_completion_type() local
477 have_N=true; in cmd_completion_type()
506 if(have_N) in cmd_completion_type()
/dports/comms/fldigi/fldigi-4.1.20/src/mbedtls/
H A Drsa.c253 int have_N, have_P, have_Q, have_D, have_E; in mbedtls_rsa_complete() local
258 have_N = ( mbedtls_mpi_cmp_int( &ctx->N, 0 ) != 0 ); in mbedtls_rsa_complete()
275 pq_missing = have_N && !have_P && !have_Q && have_D && have_E; in mbedtls_rsa_complete()
277 is_pub = have_N && !have_P && !have_Q && !have_D && have_E; in mbedtls_rsa_complete()
289 if( !have_N && have_P && have_Q ) in mbedtls_rsa_complete()
/dports/emulators/dolphin-emu/dolphin-3152428/Externals/mbedtls/library/
H A Drsa.c251 int have_N, have_P, have_Q, have_D, have_E; in mbedtls_rsa_complete() local
256 have_N = ( mbedtls_mpi_cmp_int( &ctx->N, 0 ) != 0 ); in mbedtls_rsa_complete()
273 pq_missing = have_N && !have_P && !have_Q && have_D && have_E; in mbedtls_rsa_complete()
275 is_pub = have_N && !have_P && !have_Q && !have_D && have_E; in mbedtls_rsa_complete()
287 if( !have_N && have_P && have_Q ) in mbedtls_rsa_complete()
/dports/emulators/qemu/qemu-6.2.0/roms/skiboot/libstb/crypto/mbedtls/library/
H A Drsa.c251 int have_N, have_P, have_Q, have_D, have_E; in mbedtls_rsa_complete() local
256 have_N = ( mbedtls_mpi_cmp_int( &ctx->N, 0 ) != 0 ); in mbedtls_rsa_complete()
273 pq_missing = have_N && !have_P && !have_Q && have_D && have_E; in mbedtls_rsa_complete()
275 is_pub = have_N && !have_P && !have_Q && !have_D && have_E; in mbedtls_rsa_complete()
287 if( !have_N && have_P && have_Q ) in mbedtls_rsa_complete()
/dports/multimedia/librist/librist-5c1f4a06ab46e16e6bba42fe7381d8353020a1fd/contrib/mbedtls/library/
H A Drsa.c246 int have_N, have_P, have_Q, have_D, have_E; in mbedtls_rsa_complete() local
254 have_N = ( mbedtls_mpi_cmp_int( &ctx->N, 0 ) != 0 ); in mbedtls_rsa_complete()
277 pq_missing = have_N && !have_P && !have_Q && have_D && have_E; in mbedtls_rsa_complete()
279 is_pub = have_N && !have_P && !have_Q && !have_D && have_E; in mbedtls_rsa_complete()
291 if( !have_N && have_P && have_Q ) in mbedtls_rsa_complete()
/dports/security/mbedtls/mbedtls-mbedtls-2.16.12/library/
H A Drsa.c276 int have_N, have_P, have_Q, have_D, have_E; in mbedtls_rsa_complete() local
284 have_N = ( mbedtls_mpi_cmp_int( &ctx->N, 0 ) != 0 ); in mbedtls_rsa_complete()
307 pq_missing = have_N && !have_P && !have_Q && have_D && have_E; in mbedtls_rsa_complete()
309 is_pub = have_N && !have_P && !have_Q && !have_D && have_E; in mbedtls_rsa_complete()
321 if( !have_N && have_P && have_Q ) in mbedtls_rsa_complete()
/dports/devel/godot/godot-3.2.3-stable/thirdparty/mbedtls/library/
H A Drsa.c276 int have_N, have_P, have_Q, have_D, have_E; in mbedtls_rsa_complete() local
284 have_N = ( mbedtls_mpi_cmp_int( &ctx->N, 0 ) != 0 ); in mbedtls_rsa_complete()
307 pq_missing = have_N && !have_P && !have_Q && have_D && have_E; in mbedtls_rsa_complete()
309 is_pub = have_N && !have_P && !have_Q && !have_D && have_E; in mbedtls_rsa_complete()
321 if( !have_N && have_P && have_Q ) in mbedtls_rsa_complete()
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/mbedtls/library/
H A Drsa.c276 int have_N, have_P, have_Q, have_D, have_E; in mbedtls_rsa_complete() local
284 have_N = ( mbedtls_mpi_cmp_int( &ctx->N, 0 ) != 0 ); in mbedtls_rsa_complete()
307 pq_missing = have_N && !have_P && !have_Q && have_D && have_E; in mbedtls_rsa_complete()
309 is_pub = have_N && !have_P && !have_Q && !have_D && have_E; in mbedtls_rsa_complete()
321 if( !have_N && have_P && have_Q ) in mbedtls_rsa_complete()
/dports/devel/premake5/premake-5.0.0-alpha16-src/contrib/mbedtls/library/
H A Drsa.c246 int have_N, have_P, have_Q, have_D, have_E; in mbedtls_rsa_complete() local
254 have_N = ( mbedtls_mpi_cmp_int( &ctx->N, 0 ) != 0 ); in mbedtls_rsa_complete()
277 pq_missing = have_N && !have_P && !have_Q && have_D && have_E; in mbedtls_rsa_complete()
279 is_pub = have_N && !have_P && !have_Q && !have_D && have_E; in mbedtls_rsa_complete()
291 if( !have_N && have_P && have_Q ) in mbedtls_rsa_complete()
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/mbedtls-2.27.0/library/
H A Drsa.c246 int have_N, have_P, have_Q, have_D, have_E; in mbedtls_rsa_complete() local
254 have_N = ( mbedtls_mpi_cmp_int( &ctx->N, 0 ) != 0 ); in mbedtls_rsa_complete()
277 pq_missing = have_N && !have_P && !have_Q && have_D && have_E; in mbedtls_rsa_complete()
279 is_pub = have_N && !have_P && !have_Q && !have_D && have_E; in mbedtls_rsa_complete()
291 if( !have_N && have_P && have_Q ) in mbedtls_rsa_complete()
/dports/www/hiawatha/hiawatha-10.12/mbedtls/library/
H A Drsa.c246 int have_N, have_P, have_Q, have_D, have_E; in mbedtls_rsa_complete() local
254 have_N = ( mbedtls_mpi_cmp_int( &ctx->N, 0 ) != 0 ); in mbedtls_rsa_complete()
277 pq_missing = have_N && !have_P && !have_Q && have_D && have_E; in mbedtls_rsa_complete()
279 is_pub = have_N && !have_P && !have_Q && !have_D && have_E; in mbedtls_rsa_complete()
291 if( !have_N && have_P && have_Q ) in mbedtls_rsa_complete()
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/libs/ext/mbedtls/
H A Drsa.c246 int have_N, have_P, have_Q, have_D, have_E; in vdb_mbedtls_rsa_complete() local
254 have_N = ( vdb_mbedtls_mpi_cmp_int( &ctx->N, 0 ) != 0 ); in vdb_mbedtls_rsa_complete()
277 pq_missing = have_N && !have_P && !have_Q && have_D && have_E; in vdb_mbedtls_rsa_complete()
279 is_pub = have_N && !have_P && !have_Q && !have_D && have_E; in vdb_mbedtls_rsa_complete()
291 if( !have_N && have_P && have_Q ) in vdb_mbedtls_rsa_complete()
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/libs/ext/mbedtls/
H A Drsa.c246 int have_N, have_P, have_Q, have_D, have_E; in vdb_mbedtls_rsa_complete() local
254 have_N = ( vdb_mbedtls_mpi_cmp_int( &ctx->N, 0 ) != 0 ); in vdb_mbedtls_rsa_complete()
277 pq_missing = have_N && !have_P && !have_Q && have_D && have_E; in vdb_mbedtls_rsa_complete()
279 is_pub = have_N && !have_P && !have_Q && !have_D && have_E; in vdb_mbedtls_rsa_complete()
291 if( !have_N && have_P && have_Q ) in vdb_mbedtls_rsa_complete()
/dports/emulators/yuzu/yuzu-0b47f7a46/externals/mbedtls/library/
H A Drsa.c246 const int have_N = ( mbedtls_mpi_cmp_int( &ctx->N, 0 ) != 0 ); in mbedtls_rsa_complete() local
263 const int pq_missing = have_N && !have_P && !have_Q && have_D && have_E; in mbedtls_rsa_complete()
265 const int 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()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/connect/mbedtls/
H A Drsa.c273 const int have_N = ( mbedtls_mpi_cmp_int( &ctx->N, 0 ) != 0 ); in mbedtls_rsa_complete() local
296 const int pq_missing = have_N && !have_P && !have_Q && have_D && have_E; in mbedtls_rsa_complete()
298 const int is_pub = have_N && !have_P && !have_Q && !have_D && have_E; in mbedtls_rsa_complete()
310 if( !have_N && have_P && have_Q ) in mbedtls_rsa_complete()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/connect/mbedtls/
H A Drsa.c273 const int have_N = ( mbedtls_mpi_cmp_int( &ctx->N, 0 ) != 0 ); in mbedtls_rsa_complete() local
296 const int pq_missing = have_N && !have_P && !have_Q && have_D && have_E; in mbedtls_rsa_complete()
298 const int is_pub = have_N && !have_P && !have_Q && !have_D && have_E; in mbedtls_rsa_complete()
310 if( !have_N && have_P && have_Q ) in mbedtls_rsa_complete()