Searched refs:BUF_strlcpy (Results 1 - 22 of 22) sorted by relevance

/freebsd-11-stable/crypto/openssl/crypto/buffer/
H A Dbuf_str.c119 size_t BUF_strlcpy(char *dst, const char *src, size_t size) function
136 return l + BUF_strlcpy(dst, src, size);
H A Dbuffer.h100 size_t BUF_strlcpy(char *dst, const char *src, size_t siz);
/freebsd-11-stable/crypto/openssl/crypto/rand/
H A Drandfile.c333 if (BUF_strlcpy(buf, s, size) >= size)
343 BUF_strlcpy(buf, s, size);
362 if (BUF_strlcpy(buf, "/dev/arandom", size) >= size) {
366 if (BUF_strlcpy(buf, "/dev/arandom", size) >= size) {
H A Drand_egd.c151 BUF_strlcpy(addr.sun_path, path, sizeof(addr.sun_path));
/freebsd-11-stable/crypto/openssl/crypto/asn1/
H A Da_time.c169 BUF_strlcpy(str, "19", newlen);
171 BUF_strlcpy(str, "20", newlen);
/freebsd-11-stable/crypto/openssl/crypto/bio/
H A Dbss_file.c382 BUF_strlcpy(p, "a+", sizeof(p));
384 BUF_strlcpy(p, "a", sizeof(p));
386 BUF_strlcpy(p, "r+", sizeof(p));
388 BUF_strlcpy(p, "w", sizeof(p));
390 BUF_strlcpy(p, "r", sizeof(p));
H A Db_dump.c99 BUF_strlcpy(buf, str, sizeof(buf));
/freebsd-11-stable/crypto/openssl/crypto/x509v3/
H A Dv3_info.c134 BUF_strlcpy(ntmp, objtmp, nlen);
/freebsd-11-stable/crypto/openssl/crypto/dso/
H A Ddso_lib.c362 BUF_strlcpy(copied, filename, strlen(filename) + 1);
412 BUF_strlcpy(result, filename, strlen(filename) + 1);
/freebsd-11-stable/crypto/openssl/crypto/objects/
H A Dobj_dat.c506 BUF_strlcpy(buf, s, buf_len);
580 BUF_strlcpy(buf, bndec, buf_len);
596 BUF_strlcpy(buf, tbuf, buf_len);
/freebsd-11-stable/crypto/openssl/crypto/evp/
H A Devp_pbe.c164 BUF_strlcpy(obj_tmp, "NULL", sizeof(obj_tmp));
/freebsd-11-stable/crypto/openssl/crypto/ui/
H A Dui_lib.c418 BUF_strlcpy(prompt, prompt1, len + 1);
850 BUF_strlcpy(uis->result_buf, result,
/freebsd-11-stable/crypto/openssl/apps/
H A Dreq.c1374 BUF_strlcpy(buf, value, sizeof(buf));
1393 BUF_strlcpy(buf, def, sizeof(buf));
1433 BUF_strlcpy(buf, value, sizeof(buf));
1452 BUF_strlcpy(buf, def, sizeof(buf));
H A Dpkcs12.c638 BUF_strlcpy(macpass, pass, sizeof(macpass));
711 BUF_strlcpy(macpass, pass, sizeof(macpass));
H A Dx509.c1063 BUF_strlcpy(buf, CAfile, len);
1071 BUF_strlcpy(buf, serialfile, len);
H A Dsrp.c453 BUF_strlcpy(tofree, s, len);
H A Dapps.c380 BUF_strlcpy(out, p, size);
1619 BUF_strlcpy(p, t, len);
1739 BUF_strlcpy(buf[0], serialfile, BSIZE);
H A Dca.c570 BUF_strlcpy(tofree, s, len);
2412 BUF_strlcpy(row[DB_file], "unknown", 8);
2714 BUF_strlcpy(str, (char *)revtm->data, i);
/freebsd-11-stable/crypto/openssl/crypto/conf/
H A Dconf_mod.c547 BUF_strlcpy(file, X509_get_default_cert_area(), len + 1);
H A Dconf_def.c377 BUF_strlcpy(v->name, pname, strlen(pname) + 1);
/freebsd-11-stable/crypto/openssl/crypto/
H A Dmem_dbg.c698 BUF_strlcpy(buf + buf_len, amip->info, sizeof(buf) - buf_len);
/freebsd-11-stable/secure/lib/libcrypto/
H A DMakefile.man995 MLINKS+= buffer.3 BUF_strlcpy.3

Completed in 390 milliseconds