Lines Matching refs:crt_file
495 void x509_parse_san(char *crt_file, char *result_str, int parse_result)
509 TEST_EQUAL(mbedtls_x509_crt_parse_file(&crt, crt_file), parse_result);
540 void x509_cert_info(char *crt_file, char *result_str)
550 TEST_EQUAL(mbedtls_x509_crt_parse_file(&crt, crt_file), 0);
653 void x509_verify_restart(char *crt_file, char *ca_file,
677 TEST_EQUAL(mbedtls_x509_crt_parse_file(&crt, crt_file), 0);
710 void x509_verify(char *crt_file, char *ca_file, char *crl_file,
757 TEST_EQUAL(mbedtls_x509_crt_parse_file(&crt, crt_file), 0);
801 void x509_verify_ca_cb_failure(char *crt_file, char *ca_file, char *name,
813 TEST_EQUAL(mbedtls_x509_crt_parse_file(&crt, crt_file), 0);
834 void x509_verify_callback(char *crt_file, char *ca_file, char *name,
849 TEST_EQUAL(mbedtls_x509_crt_parse_file(&crt, crt_file), 0);
872 void mbedtls_x509_dn_gets_subject_replace(char *crt_file,
886 TEST_EQUAL(mbedtls_x509_crt_parse_file(&crt, crt_file), 0);
906 void mbedtls_x509_dn_gets(char *crt_file, char *entity, char *result_str)
917 TEST_EQUAL(mbedtls_x509_crt_parse_file(&crt, crt_file), 0);
1036 void mbedtls_x509_time_is_past(char *crt_file, char *entity, int result)
1043 TEST_EQUAL(mbedtls_x509_crt_parse_file(&crt, crt_file), 0);
1060 void mbedtls_x509_time_is_future(char *crt_file, char *entity, int result)
1067 TEST_EQUAL(mbedtls_x509_crt_parse_file(&crt, crt_file), 0);
1084 void x509parse_crt_file(char *crt_file, int result)
1091 TEST_EQUAL(mbedtls_x509_crt_parse_file(&crt, crt_file), result);
1100 void mbedtls_x509_get_ca_istrue(char *crt_file, int result)
1106 TEST_EQUAL(mbedtls_x509_crt_parse_file(&crt, crt_file), 0);
1561 void x509_check_key_usage(char *crt_file, int usage, int ret)
1568 TEST_EQUAL(mbedtls_x509_crt_parse_file(&crt, crt_file), 0);
1579 void x509_check_extended_key_usage(char *crt_file, data_t *oid, int ret
1587 TEST_EQUAL(mbedtls_x509_crt_parse_file(&crt, crt_file), 0);