Lines Matching refs:crt_file

482 void x509_parse_san(char *crt_file, char *result_str, int parse_result)
496 TEST_EQUAL(mbedtls_x509_crt_parse_file(&crt, crt_file), parse_result);
527 void x509_cert_info(char *crt_file, char *result_str)
537 TEST_EQUAL(mbedtls_x509_crt_parse_file(&crt, crt_file), 0);
640 void x509_verify_restart(char *crt_file, char *ca_file,
664 TEST_EQUAL(mbedtls_x509_crt_parse_file(&crt, crt_file), 0);
697 void x509_verify(char *crt_file, char *ca_file, char *crl_file,
744 TEST_EQUAL(mbedtls_x509_crt_parse_file(&crt, crt_file), 0);
788 void x509_verify_ca_cb_failure(char *crt_file, char *ca_file, char *name,
800 TEST_EQUAL(mbedtls_x509_crt_parse_file(&crt, crt_file), 0);
821 void x509_verify_callback(char *crt_file, char *ca_file, char *name,
836 TEST_EQUAL(mbedtls_x509_crt_parse_file(&crt, crt_file), 0);
859 void mbedtls_x509_dn_gets_subject_replace(char *crt_file,
873 TEST_EQUAL(mbedtls_x509_crt_parse_file(&crt, crt_file), 0);
893 void mbedtls_x509_dn_gets(char *crt_file, char *entity, char *result_str)
904 TEST_EQUAL(mbedtls_x509_crt_parse_file(&crt, crt_file), 0);
1023 void mbedtls_x509_time_is_past(char *crt_file, char *entity, int result)
1030 TEST_EQUAL(mbedtls_x509_crt_parse_file(&crt, crt_file), 0);
1047 void mbedtls_x509_time_is_future(char *crt_file, char *entity, int result)
1054 TEST_EQUAL(mbedtls_x509_crt_parse_file(&crt, crt_file), 0);
1071 void x509parse_crt_file(char *crt_file, int result)
1078 TEST_EQUAL(mbedtls_x509_crt_parse_file(&crt, crt_file), result);
1087 void mbedtls_x509_get_ca_istrue(char *crt_file, int result)
1093 TEST_EQUAL(mbedtls_x509_crt_parse_file(&crt, crt_file), 0);
1548 void x509_check_key_usage(char *crt_file, int usage, int ret)
1555 TEST_EQUAL(mbedtls_x509_crt_parse_file(&crt, crt_file), 0);
1566 void x509_check_extended_key_usage(char *crt_file, data_t *oid, int ret
1574 TEST_EQUAL(mbedtls_x509_crt_parse_file(&crt, crt_file), 0);