HomeSort by relevance Sort by last modified time
    Searched refs:write_result (Results 1 - 7 of 7) sorted by null

  /external/compiler-rt/test/dfsan/
write_callback.c 93 int write_result = write(fd, aString, len); local
94 assert(write_result == -1);
  /external/wpa_supplicant_8/hs20/client/
est.c 51 write_result(ctx, "Could not parse PKCS#7 object from EST");
59 write_result(ctx, "Could not parse PKCS#7 object from EST");
78 write_result(ctx, "No certificates found in PKCS#7 object");
146 write_result(ctx, "Failed to download EST cacerts from %s",
156 write_result(ctx, "Could not read EST cacerts");
179 write_result(ctx, "Could not fetch EST PKCS#7 cacerts");
188 write_result(ctx, "Could not parse CA certs from EST PKCS#7 cacerts response");
720 write_result(ctx, "EST certificate enrollment failed");
743 write_result(ctx, "Failed to parse EST simpleenroll base64 response");
753 write_result(ctx, "EST: Failed to extract certificate from EST PKCS7 file")
    [all...]
osu_client.h 57 void write_result(struct hs20_osu_client *ctx, const char *fmt, ...)
osu_client.c 31 void write_result(struct hs20_osu_client *ctx, const char *fmt, ...) function
203 write_result(ctx, "Invalid client certificate SHA256 hash value in PPS");
212 write_result(ctx, "Could not find client certificate from EST");
224 write_result(ctx, "Client certificate from EST does not match fingerprint from PPS MO");
303 write_result(ctx, "Invalid SHA256 hash value for downloaded certificate");
332 write_result(ctx, "Downloaded certificate fingerprint did not match");
530 write_result(ctx, "Unsupported location for addMO to add PPS MO: '%s'",
543 write_result(ctx, "Unsupported location for addMO to "
556 write_result(ctx, "FQDN '%s' for new PPS MO did not have suffix match with server's dNSName values",
564 write_result(ctx, "Invalid FQDN '%s'", fqdn)
    [all...]
spp_client.c 766 write_result(ctx, "HTTP error: %s", err);
oma_dm_client.c 963 write_result(ctx, "HTTP error: %s", err);
    [all...]
  /external/protobuf/src/google/protobuf/compiler/
command_line_interface.cc 351 int write_result; local
353 write_result = write(file_descriptor, data, size);
354 } while (write_result < 0 && errno == EINTR);
356 if (write_result <= 0) {
367 if (write_result < 0) {
376 data += write_result;
377 size -= write_result;
    [all...]

Completed in 465 milliseconds