Lines Matching refs:crt_file
404 void x509_parse_san( char * crt_file, char * result_str )
417 TEST_ASSERT( mbedtls_x509_crt_parse_file( &crt, crt_file ) == 0 );
444 void x509_cert_info( char * crt_file, char * result_str )
453 TEST_ASSERT( mbedtls_x509_crt_parse_file( &crt, crt_file ) == 0 );
545 void x509_verify_restart( char *crt_file, char *ca_file,
569 TEST_ASSERT( mbedtls_x509_crt_parse_file( &crt, crt_file ) == 0 );
601 void x509_verify( char *crt_file, char *ca_file, char *crl_file,
646 TEST_ASSERT( mbedtls_x509_crt_parse_file( &crt, crt_file ) == 0 );
677 void x509_verify_ca_cb_failure( char *crt_file, char *ca_file, char *name,
688 TEST_ASSERT( mbedtls_x509_crt_parse_file( &crt, crt_file ) == 0 );
707 void x509_verify_callback( char *crt_file, char *ca_file, char *name,
722 TEST_ASSERT( mbedtls_x509_crt_parse_file( &crt, crt_file ) == 0 );
744 void mbedtls_x509_dn_gets( char * crt_file, char * entity, char * result_str )
753 TEST_ASSERT( mbedtls_x509_crt_parse_file( &crt, crt_file ) == 0 );
772 void mbedtls_x509_time_is_past( char * crt_file, char * entity, int result )
778 TEST_ASSERT( mbedtls_x509_crt_parse_file( &crt, crt_file ) == 0 );
793 void mbedtls_x509_time_is_future( char * crt_file, char * entity, int result )
799 TEST_ASSERT( mbedtls_x509_crt_parse_file( &crt, crt_file ) == 0 );
814 void x509parse_crt_file( char * crt_file, int result )
820 TEST_ASSERT( mbedtls_x509_crt_parse_file( &crt, crt_file ) == result );
1177 void x509_check_key_usage( char * crt_file, int usage, int ret )
1183 TEST_ASSERT( mbedtls_x509_crt_parse_file( &crt, crt_file ) == 0 );
1193 void x509_check_extended_key_usage( char * crt_file, data_t * oid, int ret
1201 TEST_ASSERT( mbedtls_x509_crt_parse_file( &crt, crt_file ) == 0 );