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

  /external/boringssl/src/decrepit/ssl/
ssl_decrepit.c 153 int r = BIO_snprintf(buf, sizeof(buf), "%s/%s", path, dirent->d_name);
  /external/boringssl/src/crypto/x509/
x509_txt.c 208 BIO_snprintf(buf, sizeof buf, "error number %ld", n);
a_strex.c 117 BIO_snprintf(tmphex, sizeof tmphex, "\\W%08lX", c);
123 BIO_snprintf(tmphex, sizeof tmphex, "\\U%04lX", c);
149 BIO_snprintf(tmphex, 11, "\\%02X", chtmp);
by_dir.c 357 BIO_snprintf(b->data, b->max,
360 BIO_snprintf(b->data, b->max,
  /external/boringssl/src/include/openssl/
mem.h 117 /* BIO_snprintf has the same behavior as snprintf(3). */
118 OPENSSL_EXPORT int BIO_snprintf(char *buf, size_t n, const char *format, ...)
  /external/boringssl/src/crypto/bio/
bio_test.cc 54 BIO_snprintf(buf, sizeof(buf), "%d", WSAGetLastError());
105 BIO_snprintf(hostname, sizeof(hostname), "[::1]:%d",
108 BIO_snprintf(hostname, sizeof(hostname), "127.0.0.1:%d",
connect.c 532 BIO_snprintf(buf, sizeof(buf), "%d", *port);
  /external/boringssl/src/crypto/err/
err.c 376 BIO_snprintf(lib_buf, sizeof(lib_buf), "lib(%u)", lib);
381 BIO_snprintf(reason_buf, sizeof(reason_buf), "reason(%u)", reason);
385 BIO_snprintf(buf, len, "error:%08" PRIx32 ":%s:OPENSSL_internal:%s",
569 BIO_snprintf(buf2, sizeof(buf2), "%lu:%s:%s:%d:%s\n", thread_hash, buf,
  /external/boringssl/src/crypto/
mem.c 184 int BIO_snprintf(char *buf, size_t n, const char *format, ...) {
  /external/boringssl/src/crypto/asn1/
a_mbstr.c 149 BIO_snprintf(strbuf, sizeof strbuf, "%ld", minsize);
156 BIO_snprintf(strbuf, sizeof strbuf, "%ld", maxsize);
a_gentm.c 251 BIO_snprintf(p, len, "%04d%02d%02d%02d%02d%02dZ", ts->tm_year + 1900,
a_utctm.c 229 BIO_snprintf(p, len, "%02d%02d%02d%02d%02d%02dZ", ts->tm_year % 100,
  /device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/SysCall/
CrtWrapper.c 301 int BIO_snprintf(char *buf, size_t n, const char *format, ...)
  /external/boringssl/src/crypto/x509v3/
v3name_test.cc 324 BIO_snprintf(msg, sizeof(msg), "%s: %s: [%s] %s [%s]",
v3_alt.c 162 BIO_snprintf(oline, sizeof oline,
167 BIO_snprintf(htmp, sizeof htmp, "%X", p[0] << 8 | p[1]);
  /external/boringssl/src/crypto/fipsmodule/ec/
p256-x86_64_test.cc 116 BIO_snprintf(buf, sizeof(buf), BN_HEX_FMT2, a[i]);
  /external/boringssl/src/ssl/
tls_record.cc 580 BIO_snprintf(tmp, sizeof(tmp), "%d", alert_descr);
ssl_cipher.cc     [all...]
  /external/boringssl/src/crypto/conf/
conf.c 714 BIO_snprintf(btmp, sizeof btmp, "%ld", eline);
  /external/boringssl/src/crypto/obj/
obj.c 457 BIO_snprintf(buf, sizeof(buf), "%" PRIu64, v);

Completed in 510 milliseconds