Searched refs:write_result (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/wpa/hs20/client/ |
H A D | est.c | 49 write_result(ctx, "Could not parse PKCS#7 object from EST"); in pkcs7_to_cert() 57 write_result(ctx, "Could not parse PKCS#7 object from EST"); in pkcs7_to_cert() 76 write_result(ctx, "No certificates found in PKCS#7 object"); in pkcs7_to_cert() 144 write_result(ctx, "Failed to download EST cacerts from %s", in est_load_cacerts() 154 write_result(ctx, "Could not read EST cacerts"); in est_load_cacerts() 177 write_result(ctx, "Could not fetch EST PKCS#7 cacerts"); in est_load_cacerts() 186 write_result(ctx, "Could not parse CA certs from EST PKCS#7 cacerts response"); in est_load_cacerts() 704 write_result(ctx, "EST certificate enrollment failed"); in est_simple_enroll() 722 write_result(ctx, "Failed to parse EST simpleenroll base64 response"); in est_simple_enroll() 732 write_result(ctx, "EST: Failed to extract certificate from EST PKCS7 file"); in est_simple_enroll()
|
H A D | osu_client.c | 31 void write_result(struct hs20_osu_client *ctx, const char *fmt, ...) in write_result() function 234 write_result(ctx, "Invalid client certificate SHA256 hash value in PPS"); in process_est_cert() 243 write_result(ctx, "Could not find client certificate from EST"); in process_est_cert() 255 write_result(ctx, "Client certificate from EST does not match fingerprint from PPS MO"); in process_est_cert() 333 write_result(ctx, "Invalid SHA256 hash value for downloaded certificate"); in download_cert() 362 write_result(ctx, "Downloaded certificate fingerprint did not match"); in download_cert() 564 write_result(ctx, "Unsupported location for addMO to add PPS MO: '%s'", in hs20_add_pps_mo() 577 write_result(ctx, "Unsupported location for addMO to " in hs20_add_pps_mo() 590 …write_result(ctx, "FQDN '%s' for new PPS MO did not have suffix match with server's dNSName values… in hs20_add_pps_mo() 598 write_result(ctx, "Invalid FQDN '%s'", fqdn); in hs20_add_pps_mo() [all …]
|
H A D | osu_client.h | 60 void write_result(struct hs20_osu_client *ctx, const char *fmt, ...)
|
H A D | spp_client.c | 765 write_result(ctx, "HTTP error: %s", err); in spp_post_dev_data()
|
H A D | oma_dm_client.c | 969 write_result(ctx, "HTTP error: %s", err); in oma_dm_send_recv()
|