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

  /external/boringssl/src/crypto/x509/
t_crl.c 89 BIO_printf(out, "Certificate Revocation List (CRL):\n");
91 BIO_printf(out, "%8sVersion %lu (0x%lx)\n", "", l + 1, l);
94 BIO_printf(out, "%8sIssuer: %s\n", "", p);
96 BIO_printf(out, "%8sLast Update: ", "");
98 BIO_printf(out, "\n%8sNext Update: ", "");
102 BIO_printf(out, "NONE");
103 BIO_printf(out, "\n");
110 BIO_printf(out, "Revoked Certificates:\n");
112 BIO_printf(out, "No Revoked Certificates.\n");
116 BIO_printf(out, " Serial Number: ")
    [all...]
t_x509a.c 74 BIO_printf(out, "%*sTrusted Uses:\n%*s", indent, "", indent + 2, "");
86 BIO_printf(out, "%*sNo Trusted Uses.\n", indent, "");
89 BIO_printf(out, "%*sRejected Uses:\n%*s", indent, "", indent + 2, "");
101 BIO_printf(out, "%*sNo Rejected Uses.\n", indent, "");
103 BIO_printf(out, "%*sAlias: %s\n", indent, "", aux->alias->data);
105 BIO_printf(out, "%*sKey Id: ", indent, "");
107 BIO_printf(out, "%s%02X", j ? ":" : "", aux->keyid->data[j]);
t_req.c 107 if (BIO_printf(bio, "%8sVersion: %ld (0x%lx)\n", "", l + 1, l) <= 0) {
112 if (BIO_printf(bio, " Subject:%c", mlch) <= 0 ||
120 BIO_printf(bio, "%12sPublic Key Algorithm: ", "") <= 0 ||
128 BIO_printf(bio, "%12sUnable to load Public Key\n", "");
137 if (BIO_printf(bio, "%8sAttributes:\n", "") <= 0) {
143 if (BIO_printf(bio, "%12sa0:00\n", "") <= 0) {
156 if (BIO_printf(bio, "%12s", "") <= 0) {
206 BIO_printf(bio, "%8sRequested Extensions:\n", "");
211 if (BIO_printf(bio, "%12s", "") <= 0) {
217 if (BIO_printf(bio, ": %s\n", is_critical ? "critical" : "") <= 0)
    [all...]
t_x509.c 128 if (BIO_printf(bp, "%8sVersion: %lu (0x%lx)\n", "", l + 1, l) <= 0)
145 if (BIO_printf(bp, " %s%lu (%s0x%lx)\n", neg, l, neg, l) <= 0)
149 if (BIO_printf(bp, "\n%12s%s", "", neg) <= 0)
153 if (BIO_printf(bp, "%02x%c", bs->data[i],
167 if (BIO_printf(bp, " Issuer:%c", mlch) <= 0)
190 if (BIO_printf(bp, " Subject:%c", mlch) <= 0)
201 if (BIO_printf(bp, "%12sPublic Key Algorithm: ", "") <= 0)
210 BIO_printf(bp, "%12sUnable to load Public Key\n", "");
220 if (BIO_printf(bp, "%8sIssuer Unique ID: ", "") <= 0)
226 if (BIO_printf(bp, "%8sSubject Unique ID: ", "") <= 0
    [all...]
x509.c 148 if (BIO_printf(bp, "%02x%s", s[i], ((i + 1) == n) ? "" : ":") <= 0) {
  /external/boringssl/src/crypto/x509v3/
v3_prn.c 82 BIO_printf(out, "%*s", indent, "");
88 BIO_printf(out, "%*s", indent, "");
90 BIO_printf(out, ", ");
97 BIO_printf(out, "%s:%s", nval->name, nval->value);
133 BIO_printf(out, "%*s%s", indent, "", value);
169 BIO_printf(bp, "%*s%s:\n", indent, "", title);
177 if (indent && BIO_printf(bp, "%*s", indent, "") <= 0)
182 if (BIO_printf(bp, ": %s\n", j ? "critical" : "") <= 0)
185 BIO_printf(bp, "%*s", indent + 4, "");
204 BIO_printf(out, "%*s<Parse Error>", indent, "")
    [all...]
v3_pku.c 92 BIO_printf(out, "%*s", indent, "");
v3_cpols.c 418 BIO_printf(out, "%*sPolicy: ", indent, "");
436 BIO_printf(out, "%*sCPS: %s\n", indent, "",
441 BIO_printf(out, "%*sUser Notice:\n", indent, "");
446 BIO_printf(out, "%*sUnknown Qualifier: ", indent + 2, "");
461 BIO_printf(out, "%*sOrganization: %s\n", indent, "",
463 BIO_printf(out, "%*sNumber%s: ", indent, "",
484 BIO_printf(out, "%*sExplicit Text: %s\n", indent, "",
492 BIO_printf(out, "%*sPolicy: ", indent, "");
496 BIO_printf(out, "%*s%s\n", indent + 2, "",
501 BIO_printf(out, "%*sNo Qualifiers\n", indent + 2, "")
    [all...]
v3_alt.c 197 BIO_printf(out, "othername:<unsupported>");
201 BIO_printf(out, "X400Name:<unsupported>");
206 BIO_printf(out, "EdiPartyName:<unsupported>");
210 BIO_printf(out, "email:%s", gen->d.ia5->data);
214 BIO_printf(out, "DNS:%s", gen->d.ia5->data);
218 BIO_printf(out, "URI:%s", gen->d.ia5->data);
222 BIO_printf(out, "DirName: ");
229 BIO_printf(out, "IP Address:%d.%d.%d.%d", p[0], p[1], p[2], p[3]);
231 BIO_printf(out, "IP Address");
233 BIO_printf(out, ":%X", p[0] << 8 | p[1])
    [all...]
v3_pci.c 67 BIO_printf(out, "%*sPath Length Constraint: ", indent, "");
71 BIO_printf(out, "infinite");
73 BIO_printf(out, "%*sPolicy Language: ", indent, "");
77 BIO_printf(out, "%*sPolicy Text: %s\n", indent, "",
v3_crld.c 234 BIO_printf(out, "%*s%s:\n%*s", indent, "", rname, indent + 2, "");
468 BIO_printf(out, "%*s", indent + 2, "");
478 BIO_printf(out, "%*sFull Name:\n", indent, "");
483 BIO_printf(out, "%*sRelative Name:\n%*s", indent, "", indent + 2, "");
497 BIO_printf(out, "%*sOnly User Certificates\n", indent, "");
499 BIO_printf(out, "%*sOnly CA Certificates\n", indent, "");
501 BIO_printf(out, "%*sIndirect CRL\n", indent, "");
505 BIO_printf(out, "%*sOnly Attribute Certificates\n", indent, "");
509 BIO_printf(out, "%*s<EMPTY>\n", indent, "");
528 BIO_printf(out, "%*sCRL Issuer:\n", indent, "")
    [all...]
v3_ncons.c 180 BIO_printf(bp, "%*s%s:\n", ind, "", name);
183 BIO_printf(bp, "%*s", ind + 2, "");
201 BIO_printf(bp, "%d.%d.%d.%d/%d.%d.%d.%d",
205 BIO_printf(bp, "%X", p[0] << 8 | p[1]);
213 BIO_printf(bp, "IP Address:<invalid>");
v3_sxnet.c 118 BIO_printf(out, "%*sVersion: %ld (0x%lX)", indent, "", v + 1, v);
122 BIO_printf(out, "\n%*sZone: %s, User: ", indent, "", tmp);
pcy_tree.c 115 BIO_printf(err, "Level print after %s\n", str);
116 BIO_printf(err, "Printing Up to Level %ld\n", curr - tree->levels);
118 BIO_printf(err, "Level %ld, flags = %x\n",
124 BIO_printf(err, " Flags: %x\n", node->data->flags);
  /external/curl/docs/examples/
curlx.c 196 BIO_printf(p->errorbio, "entering ssl_app_verify_callback\n");
207 BIO_printf(p->errorbio, "Setting URL from SIA to: %s\n", accessinfo);
214 BIO_printf(p->errorbio, "Setting URL from AIA to: %s\n", accessinfo);
220 BIO_printf(p->errorbio, "leaving ssl_app_verify_callback with %d\n", ok);
239 BIO_printf(p->errorbio, "SSL_CTX_use_certificate problem\n");
243 BIO_printf(p->errorbio, "SSL_CTX_use_PrivateKey\n");
248 BIO_printf(p->errorbio, "SSL_CTX_check_private_key\n");
380 BIO_printf(p.errorbio, "%s\n", *pp);
381 BIO_printf(p.errorbio, "\n");
389 BIO_printf(p.errorbio, "Error setting input bio\n")
    [all...]
  /external/boringssl/src/tool/
transport_common.cc 240 BIO_printf(bio, " Version: %s\n", SSL_get_version(ssl));
241 BIO_printf(bio, " Resumed session: %s\n",
243 BIO_printf(bio, " Cipher: %s\n", SSL_CIPHER_standard_name(cipher));
246 BIO_printf(bio, " ECDHE curve: %s\n", SSL_get_curve_name(curve));
250 BIO_printf(bio, " Signature algorithm: %s\n",
254 BIO_printf(bio, " Secure renegotiation: %s\n",
256 BIO_printf(bio, " Extended master secret: %s\n",
262 BIO_printf(bio, " Next protocol negotiated: %.*s\n", next_proto_len,
268 BIO_printf(bio, " ALPN protocol: %.*s\n", alpn_len, alpn);
272 BIO_printf(bio, " Client sent SNI: %s\n", host_name)
    [all...]
  /external/boringssl/src/crypto/evp/
print.c 77 if (BIO_printf(bp, "%s 0\n", number) <= 0) {
85 if (BIO_printf(bp, "%s %s%lu (%s0x%lx)\n", number, neg,
92 if (BIO_printf(bp, "%s%s", number,
112 if (BIO_printf(bp, "%02x%s", buf[i], ((i + 1) == n) ? "" : ":") <= 0) {
170 if (BIO_printf(out, "Private-Key: (%d bit)\n", mod_len) <= 0) {
176 if (BIO_printf(out, "Public-Key: (%d bit)\n", mod_len) <= 0) {
256 BIO_printf(bp, "%s: (%d bit)\n", ktype, BN_num_bits(x->p)) <= 0) {
371 BIO_printf(bp, "%s: (%d bit)\n", ecstr, BN_num_bits(order)) <= 0) {
460 BIO_printf(out, "%s algorithm unsupported\n", kstr);
  /external/wpa_supplicant_8/src/utils/
http_curl.c 594 BIO_printf(out, "%*shashAlg: ", indent, "");
596 BIO_printf(out, "\n");
598 BIO_printf(out, "%*shashValue: ", indent, "");
601 BIO_printf(out, "%s%02x", i > 0 ? ":" : "", data[i]);
602 BIO_printf(out, "\n");
609 BIO_printf(out, "%*sLogotypeDetails\n", indent, "");
611 BIO_printf(out, "%*smediaType: ", indent, "");
613 BIO_printf(out, "\n");
629 BIO_printf(out, "%*slogotypeURI: ", indent, "");
631 BIO_printf(out, "\n")
    [all...]
  /external/boringssl/src/crypto/bio/
printf.c 66 int BIO_printf(BIO *bio, const char *format, ...) {
bio_test.cc 143 int ret = BIO_printf(bio.get(), "test %s", in.c_str());
  /device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/SysCall/
CrtWrapper.c 296 int BIO_printf (void *bio, const char *format, ...)
  /external/boringssl/src/include/openssl/
bio.h 310 // BIO_printf behaves like |printf| but outputs to |bio| rather than a |FILE|.
312 OPENSSL_EXPORT int BIO_printf(BIO *bio, const char *format, ...)
    [all...]
  /external/curl/lib/vtls/
openssl.c     [all...]
  /external/conscrypt/common/src/jni/main/cpp/conscrypt/
native_crypto.cc     [all...]

Completed in 319 milliseconds