/external/boringssl/src/crypto/asn1/ |
D | asn1_par.c | 86 BIO_snprintf(str,sizeof str,"priv [ %d ] ",tag); in asn1_print_info() 88 BIO_snprintf(str,sizeof str,"cont [ %d ]",tag); in asn1_print_info() 90 BIO_snprintf(str,sizeof str,"appl [ %d ]",tag); in asn1_print_info() 92 BIO_snprintf(str,sizeof str,"<ASN1 %d>",tag); in asn1_print_info()
|
D | a_mbstr.c | 146 BIO_snprintf(strbuf, sizeof strbuf, "%ld", minsize); in ASN1_mbstring_ncopy() 153 BIO_snprintf(strbuf, sizeof strbuf, "%ld", maxsize); in ASN1_mbstring_ncopy()
|
D | a_gentm.c | 250 BIO_snprintf(p,len,"%04d%02d%02d%02d%02d%02dZ",ts->tm_year + 1900, in ASN1_GENERALIZEDTIME_adj()
|
D | a_utctm.c | 268 BIO_snprintf(p,len,"%02d%02d%02d%02d%02d%02dZ",ts->tm_year%100, in ASN1_UTCTIME_adj()
|
/external/boringssl/src/crypto/err/ |
D | err.c | 376 BIO_snprintf(lib_buf, sizeof(lib_buf), "lib(%u)", lib); in ERR_error_string_n() 381 BIO_snprintf(reason_buf, sizeof(reason_buf), "reason(%u)", reason); in ERR_error_string_n() 385 BIO_snprintf(buf, len, "error:%08" PRIx32 ":%s:OPENSSL_internal:%s", in ERR_error_string_n() 569 BIO_snprintf(buf2, sizeof(buf2), "%lu:%s:%s:%d:%s\n", thread_hash, buf, in ERR_print_errors_cb()
|
/external/boringssl/src/crypto/x509/ |
D | x509_txt.c | 204 BIO_snprintf(buf,sizeof buf,"error number %ld",n); in X509_verify_cert_error_string()
|
D | a_strex.c | 116 BIO_snprintf(tmphex, sizeof tmphex, "\\W%08lX", c); in do_esc_char() 121 BIO_snprintf(tmphex, sizeof tmphex, "\\U%04lX", c); in do_esc_char() 140 BIO_snprintf(tmphex, 11, "\\%02X", chtmp); in do_esc_char()
|
D | by_dir.c | 388 BIO_snprintf(b->data,b->max, in get_cert_by_subject() 394 BIO_snprintf(b->data,b->max, in get_cert_by_subject()
|
/external/boringssl/src/include/openssl/ |
D | mem.h | 127 OPENSSL_EXPORT int BIO_snprintf(char *buf, size_t n, const char *format, ...)
|
/external/boringssl/src/crypto/pem/ |
D | pem_pkey.c | 154 BIO_snprintf(pem_str, 80, "%s PRIVATE KEY", x->ameth->pem_str); in PEM_write_bio_PrivateKey() 225 BIO_snprintf(pem_str, 80, "%s PARAMETERS", x->ameth->pem_str); in PEM_write_bio_Parameters()
|
/external/boringssl/src/crypto/ |
D | mem.c | 186 int BIO_snprintf(char *buf, size_t n, const char *format, ...) { in BIO_snprintf() function
|
/external/boringssl/src/crypto/bn/ |
D | convert.c | 419 BIO_snprintf(p, BUF_REMAIN, BN_DEC_FMT1, *lp); in BN_bn2dec() 425 BIO_snprintf(p, BUF_REMAIN, BN_DEC_FMT2, *lp); in BN_bn2dec()
|
/external/boringssl/src/crypto/x509v3/ |
D | v3_alt.c | 149 BIO_snprintf(oline, sizeof oline, in STACK_OF() 156 BIO_snprintf(htmp, sizeof htmp, in STACK_OF()
|
D | v3name_test.c | 315 BIO_snprintf(msg, sizeof(msg), "%s: %s: [%s] %s [%s]", in check_message()
|
/external/boringssl/src/crypto/bio/ |
D | bio_test.cc | 104 BIO_snprintf(hostname, sizeof(hostname), "%s:%d", "127.0.0.1", in TestSocketConnect()
|
/external/boringssl/src/ssl/ |
D | d1_pkt.c | 383 BIO_snprintf(tmp, sizeof tmp, "%d", alert_descr); in dtls1_read_bytes()
|
D | ssl_file.c | 275 r = BIO_snprintf(buf, sizeof buf, "%s/%s", dir, filename); in SSL_add_dir_cert_subjects_to_stack()
|
D | s3_pkt.c | 611 BIO_snprintf(tmp, sizeof(tmp), "%d", alert_descr); in ssl3_read_bytes()
|
D | ssl_cipher.c | 1931 BIO_snprintf(buf, len, format, cipher->name, kx, au, enc, mac); in SSL_CIPHER_description()
|
/external/boringssl/src/crypto/obj/ |
D | obj.c | 529 BIO_snprintf(tbuf, sizeof(tbuf), ".%lu", l); in OBJ_obj2txt()
|
/external/boringssl/src/crypto/conf/ |
D | conf.c | 700 BIO_snprintf(btmp, sizeof btmp, "%ld", eline); in def_load_bio()
|