Home
last modified time | relevance | path

Searched refs:BUF_strlcpy (Results 1 – 25 of 25) sorted by relevance

/freebsd-9-stable/crypto/openssl/crypto/buffer/
Dbuf_str.c79 BUF_strlcpy(ret, str, siz + 1); in BUF_strndup()
98 size_t BUF_strlcpy(char *dst, const char *src, size_t size) in BUF_strlcpy() function
115 return l + BUF_strlcpy(dst, src, size); in BUF_strlcat()
Dbuffer.h92 size_t BUF_strlcpy(char *dst, const char *src, size_t siz);
/freebsd-9-stable/crypto/openssl/crypto/rand/
Drandfile.c289 if (BUF_strlcpy(buf, s, size) >= size) in RAND_file_name()
300 BUF_strlcpy(buf, s, size); in RAND_file_name()
322 if (BUF_strlcpy(buf, "/dev/arandom", size) >= size) { in RAND_file_name()
326 if (BUF_strlcpy(buf, "/dev/arandom", size) >= size) { in RAND_file_name()
Drand_egd.c150 BUF_strlcpy(addr.sun_path, path, sizeof addr.sun_path); in RAND_query_egd_bytes()
/freebsd-9-stable/crypto/openssl/crypto/bio/
Dbss_file.c321 BUF_strlcpy(p, "a+", sizeof p); in file_ctrl()
323 BUF_strlcpy(p, "a", sizeof p); in file_ctrl()
325 BUF_strlcpy(p, "r+", sizeof p); in file_ctrl()
327 BUF_strlcpy(p, "w", sizeof p); in file_ctrl()
329 BUF_strlcpy(p, "r", sizeof p); in file_ctrl()
Db_dump.c108 BUF_strlcpy(buf, str, sizeof buf); in BIO_dump_indent_cb()
/freebsd-9-stable/crypto/openssl/crypto/asn1/
Da_time.c159 BUF_strlcpy(str, "19", newlen); in ASN1_TIME_to_generalizedtime()
161 BUF_strlcpy(str, "20", newlen); in ASN1_TIME_to_generalizedtime()
Dt_pkey.c158 BUF_strlcpy(str, "modulus:", sizeof str); in RSA_print()
/freebsd-9-stable/crypto/openssl/crypto/dso/
Ddso_lib.c361 BUF_strlcpy(copied, filename, strlen(filename) + 1); in DSO_set_filename()
417 BUF_strlcpy(result, filename, strlen(filename) + 1); in DSO_convert_filename()
/freebsd-9-stable/crypto/openssl/crypto/evp/
Devp_pbe.c94 BUF_strlcpy(obj_tmp, "NULL", sizeof obj_tmp); in EVP_PBE_CipherInit()
Devp_pkey.c332 BUF_strlcpy(obj_tmp, "NULL", sizeof obj_tmp); in EVP_PKCS82PKEY()
/freebsd-9-stable/crypto/openssl/crypto/objects/
Dobj_dat.c473 BUF_strlcpy(buf, s, buf_len); in OBJ_obj2txt()
547 BUF_strlcpy(buf, bndec, buf_len); in OBJ_obj2txt()
563 BUF_strlcpy(buf, tbuf, buf_len); in OBJ_obj2txt()
/freebsd-9-stable/crypto/openssl/crypto/x509v3/
Dv3_info.c133 BUF_strlcpy(ntmp, objtmp, nlen);
/freebsd-9-stable/crypto/openssl/apps/
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);
Dpkcs12.c656 BUF_strlcpy(macpass, pass, sizeof macpass); in MAIN()
722 BUF_strlcpy(macpass, pass, sizeof macpass); in MAIN()
Ds_socket.c459 BUF_strlcpy(*host, h1->h_name, strlen(h1->h_name) + 1); in do_accept()
Dx509.c989 BUF_strlcpy(buf, CAfile, len); in x509_load_serial()
997 BUF_strlcpy(buf, serialfile, len); in x509_load_serial()
Dca.c548 BUF_strlcpy(tofree, s, len); in MAIN()
2090 BUF_strlcpy(row[DB_file], "unknown", 8); in do_body()
2364 BUF_strlcpy(row[DB_file], "unknown", 8); in do_revoke()
2655 BUF_strlcpy(str, (char *)revtm->data, i); in make_revocation_str()
Dapps.c350 BUF_strlcpy(out, p, size); in program_name()
1381 BUF_strlcpy(p, t, len); in make_config_name()
1500 BUF_strlcpy(buf[0], serialfile, BSIZE); in save_serial()
/freebsd-9-stable/crypto/openssl/crypto/conf/
Dconf_def.c235 BUF_strlcpy(section, "default", 10); in def_load_bio()
376 BUF_strlcpy(v->name, pname, strlen(pname) + 1); in def_load_bio()
Dconf_mod.c543 BUF_strlcpy(file, X509_get_default_cert_area(), len + 1); in CONF_get1_default_config_file()
/freebsd-9-stable/crypto/openssl/crypto/ui/
Dui_lib.c416 BUF_strlcpy(prompt, prompt1, len + 1); in UI_construct_prompt()
819 BUF_strlcpy(uis->result_buf, result, in UI_set_result()
/freebsd-9-stable/crypto/openssl/crypto/
Dmem_dbg.c623 BUF_strlcpy(buf + buf_len, amip->info, sizeof buf - buf_len); in print_leak()
/freebsd-9-stable/crypto/openssl/util/
Dlibeay.num2802 BUF_strlcpy 3243 EXIST::FUNCTION:
/freebsd-9-stable/crypto/openssl/
DCHANGES2842 (BUF_strlcpy() and BUF_strlcat()).