Searched refs:ref (Results 1 – 8 of 8) sorted by relevance
/mbedtls-development/library/ |
A D | pkparse.c | 388 mbedtls_ecp_group ref; in pk_group_id_from_group() local 391 mbedtls_ecp_group_init( &ref ); in pk_group_id_from_group() 396 mbedtls_ecp_group_free( &ref ); in pk_group_id_from_group() 400 if( grp->pbits == ref.pbits && grp->nbits == ref.nbits && in pk_group_id_from_group() 401 mbedtls_mpi_cmp_mpi( &grp->P, &ref.P ) == 0 && in pk_group_id_from_group() 402 mbedtls_mpi_cmp_mpi( &grp->A, &ref.A ) == 0 && in pk_group_id_from_group() 403 mbedtls_mpi_cmp_mpi( &grp->B, &ref.B ) == 0 && in pk_group_id_from_group() 404 mbedtls_mpi_cmp_mpi( &grp->N, &ref.N ) == 0 && in pk_group_id_from_group() 405 mbedtls_mpi_cmp_mpi( &grp->G.X, &ref.G.X ) == 0 && in pk_group_id_from_group() 406 mbedtls_mpi_cmp_mpi( &grp->G.Z, &ref.G.Z ) == 0 && in pk_group_id_from_group() [all …]
|
/mbedtls-development/tests/scripts/ |
A D | basic-in-docker.sh | 42 run_in_docker tests/scripts/test-ref-configs.pl
|
A D | all.sh | 1012 tests/scripts/test-ref-configs.pl
|
/mbedtls-development/programs/test/ |
A D | selftest.c | 158 const char ref[10] = "xxxxxxxxx"; in test_snprintf() local 166 memcmp( buf + n, ref + n, sizeof( buf ) - n ) != 0 ) in test_snprintf()
|
/mbedtls-development/include/psa/ |
A D | crypto_values.h | 1300 #define PSA_ALG_AEAD_WITH_DEFAULT_LENGTH_TAG_CASE(aead_alg, ref) \ argument 1302 PSA_ALG_AEAD_WITH_SHORTENED_TAG(ref, 0) ? \ 1303 ref :
|
/mbedtls-development/tests/suites/ |
A D | test_suite_mpi.function | 506 mbedtls_mpi src, dst, ref; 509 mbedtls_mpi_init( &ref ); 512 TEST_ASSERT( mbedtls_test_read_mpi( &ref, 16, dst_hex ) == 0 ); 532 TEST_ASSERT( mbedtls_mpi_cmp_mpi( &dst, &ref ) == 0 ); 537 mbedtls_mpi_free( &ref );
|
A D | host_test.function | 342 const char ref[10] = "xxxxxxxxx"; 352 memcmp( buf + n, ref + n, sizeof( buf ) - n ) != 0 )
|
/mbedtls-development/ |
A D | README.md | 239 - `tests/scripts/test-ref-configs.pl` test builds in various reduced configurations.
|
Completed in 23 milliseconds