Home
last modified time | relevance | path

Searched refs:BIO_snprintf (Results 1 – 21 of 21) sorted by relevance

/external/boringssl/src/crypto/asn1/
Dasn1_par.c86 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()
Da_mbstr.c146 BIO_snprintf(strbuf, sizeof strbuf, "%ld", minsize); in ASN1_mbstring_ncopy()
153 BIO_snprintf(strbuf, sizeof strbuf, "%ld", maxsize); in ASN1_mbstring_ncopy()
Da_gentm.c250 BIO_snprintf(p,len,"%04d%02d%02d%02d%02d%02dZ",ts->tm_year + 1900, in ASN1_GENERALIZEDTIME_adj()
Da_utctm.c268 BIO_snprintf(p,len,"%02d%02d%02d%02d%02d%02dZ",ts->tm_year%100, in ASN1_UTCTIME_adj()
/external/boringssl/src/crypto/err/
Derr.c376 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/
Dx509_txt.c204 BIO_snprintf(buf,sizeof buf,"error number %ld",n); in X509_verify_cert_error_string()
Da_strex.c116 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()
Dby_dir.c388 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/
Dmem.h127 OPENSSL_EXPORT int BIO_snprintf(char *buf, size_t n, const char *format, ...)
/external/boringssl/src/crypto/pem/
Dpem_pkey.c154 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/
Dmem.c186 int BIO_snprintf(char *buf, size_t n, const char *format, ...) { in BIO_snprintf() function
/external/boringssl/src/crypto/bn/
Dconvert.c419 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/
Dv3_alt.c149 BIO_snprintf(oline, sizeof oline, in STACK_OF()
156 BIO_snprintf(htmp, sizeof htmp, in STACK_OF()
Dv3name_test.c315 BIO_snprintf(msg, sizeof(msg), "%s: %s: [%s] %s [%s]", in check_message()
/external/boringssl/src/crypto/bio/
Dbio_test.cc104 BIO_snprintf(hostname, sizeof(hostname), "%s:%d", "127.0.0.1", in TestSocketConnect()
/external/boringssl/src/ssl/
Dd1_pkt.c383 BIO_snprintf(tmp, sizeof tmp, "%d", alert_descr); in dtls1_read_bytes()
Dssl_file.c275 r = BIO_snprintf(buf, sizeof buf, "%s/%s", dir, filename); in SSL_add_dir_cert_subjects_to_stack()
Ds3_pkt.c611 BIO_snprintf(tmp, sizeof(tmp), "%d", alert_descr); in ssl3_read_bytes()
Dssl_cipher.c1931 BIO_snprintf(buf, len, format, cipher->name, kx, au, enc, mac); in SSL_CIPHER_description()
/external/boringssl/src/crypto/obj/
Dobj.c529 BIO_snprintf(tbuf, sizeof(tbuf), ".%lu", l); in OBJ_obj2txt()
/external/boringssl/src/crypto/conf/
Dconf.c700 BIO_snprintf(btmp, sizeof btmp, "%ld", eline); in def_load_bio()