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

/freebsd-9.3-release/crypto/openssl/crypto/buffer/
H A Dbuf_str.c79 BUF_strlcpy(ret, str, siz + 1);
98 size_t BUF_strlcpy(char *dst, const char *src, size_t size) function
115 return l + BUF_strlcpy(dst, src, size);
H A Dbuffer.h92 size_t BUF_strlcpy(char *dst, const char *src, size_t siz);
/freebsd-9.3-release/crypto/openssl/crypto/rand/
H A Drandfile.c289 if (BUF_strlcpy(buf, s, size) >= size)
300 BUF_strlcpy(buf, s, size);
322 if (BUF_strlcpy(buf, "/dev/arandom", size) >= size) {
326 if (BUF_strlcpy(buf, "/dev/arandom", size) >= size) {
H A Drand_egd.c150 BUF_strlcpy(addr.sun_path, path, sizeof addr.sun_path);
/freebsd-9.3-release/crypto/openssl/crypto/asn1/
H A Da_time.c159 BUF_strlcpy(str, "19", newlen);
161 BUF_strlcpy(str, "20", newlen);
H A Dt_pkey.c158 BUF_strlcpy(str, "modulus:", sizeof str);
/freebsd-9.3-release/crypto/openssl/crypto/bio/
H A Dbss_file.c321 BUF_strlcpy(p, "a+", sizeof p);
323 BUF_strlcpy(p, "a", sizeof p);
325 BUF_strlcpy(p, "r+", sizeof p);
327 BUF_strlcpy(p, "w", sizeof p);
329 BUF_strlcpy(p, "r", sizeof p);
H A Db_dump.c108 BUF_strlcpy(buf, str, sizeof buf);
/freebsd-9.3-release/crypto/openssl/crypto/evp/
H A Devp_pbe.c94 BUF_strlcpy(obj_tmp, "NULL", sizeof obj_tmp);
H A Devp_pkey.c332 BUF_strlcpy(obj_tmp, "NULL", sizeof obj_tmp);
/freebsd-9.3-release/crypto/openssl/crypto/x509v3/
H A Dv3_info.c133 BUF_strlcpy(ntmp, objtmp, nlen);
/freebsd-9.3-release/crypto/openssl/crypto/dso/
H A Ddso_lib.c361 BUF_strlcpy(copied, filename, strlen(filename) + 1);
417 BUF_strlcpy(result, filename, strlen(filename) + 1);
/freebsd-9.3-release/crypto/openssl/crypto/objects/
H A Dobj_dat.c473 BUF_strlcpy(buf, s, buf_len);
547 BUF_strlcpy(buf, bndec, buf_len);
563 BUF_strlcpy(buf, tbuf, buf_len);
/freebsd-9.3-release/crypto/openssl/crypto/conf/
H A Dconf_def.c235 BUF_strlcpy(section, "default", 10);
376 BUF_strlcpy(v->name, pname, strlen(pname) + 1);
H A Dconf_mod.c543 BUF_strlcpy(file, X509_get_default_cert_area(), len + 1);
/freebsd-9.3-release/crypto/openssl/crypto/ui/
H A Dui_lib.c416 BUF_strlcpy(prompt, prompt1, len + 1);
819 BUF_strlcpy(uis->result_buf, result,
/freebsd-9.3-release/crypto/openssl/apps/
H A Dreq.c1473 BUF_strlcpy(buf, value, sizeof buf);
1492 BUF_strlcpy(buf, def, sizeof buf);
1532 BUF_strlcpy(buf, value, sizeof buf);
1551 BUF_strlcpy(buf, def, sizeof buf);
H A Ds_socket.c459 BUF_strlcpy(*host, h1->h_name, strlen(h1->h_name) + 1);
H A Dx509.c989 BUF_strlcpy(buf, CAfile, len);
997 BUF_strlcpy(buf, serialfile, len);
H A Dpkcs12.c656 BUF_strlcpy(macpass, pass, sizeof macpass);
722 BUF_strlcpy(macpass, pass, sizeof macpass);
H A Dapps.c350 BUF_strlcpy(out, p, size);
1381 BUF_strlcpy(p, t, len);
1500 BUF_strlcpy(buf[0], serialfile, BSIZE);
H A Dca.c548 BUF_strlcpy(tofree, s, len);
2090 BUF_strlcpy(row[DB_file], "unknown", 8);
2364 BUF_strlcpy(row[DB_file], "unknown", 8);
2655 BUF_strlcpy(str, (char *)revtm->data, i);
/freebsd-9.3-release/crypto/openssl/crypto/
H A Dmem_dbg.c623 BUF_strlcpy(buf + buf_len, amip->info, sizeof buf - buf_len);

Completed in 145 milliseconds