Home
last modified time | relevance | path

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

/external/openssl/crypto/rand/
Drandfile.c242 if (BUF_strlcpy(buf,s,size) >= size) in RAND_file_name()
257 BUF_strlcpy(buf,s,size); in RAND_file_name()
277 if (BUF_strlcpy(buf,"/dev/arandom",size) >= size) { in RAND_file_name()
281 if (BUF_strlcpy(buf,"/dev/arandom",size) >= size) { in RAND_file_name()
Drand_egd.c149 BUF_strlcpy(addr.sun_path,path,sizeof addr.sun_path); in RAND_query_egd_bytes()
/external/openssl/crypto/bio/
Dbss_file.c326 BUF_strlcpy(p,"a+",sizeof p); in file_ctrl()
327 else BUF_strlcpy(p,"a",sizeof p); in file_ctrl()
330 BUF_strlcpy(p,"r+",sizeof p); in file_ctrl()
332 BUF_strlcpy(p,"w",sizeof p); in file_ctrl()
334 BUF_strlcpy(p,"r",sizeof p); in file_ctrl()
Db_dump.c109 BUF_strlcpy(buf,str,sizeof buf); in BIO_dump_indent_cb()
/external/openssl/crypto/buffer/
Dbuffer.c183 BUF_strlcpy(ret,str,siz+1); in BUF_strndup()
202 size_t BUF_strlcpy(char *dst, const char *src, size_t size) in BUF_strlcpy() function
220 return l + BUF_strlcpy(dst, src, size); in BUF_strlcat()
Dbuffer.h93 size_t BUF_strlcpy(char *dst,const char *src,size_t siz);
/external/openssl/crypto/asn1/
Da_time.c158 if (t->data[0] >= '5') BUF_strlcpy(str, "19", newlen); in ASN1_TIME_to_generalizedtime()
159 else BUF_strlcpy(str, "20", newlen); in ASN1_TIME_to_generalizedtime()
Dt_pkey.c160 BUF_strlcpy(str,"modulus:",sizeof str); in RSA_print()
/external/openssl/include/openssl/
Dbuffer.h93 size_t BUF_strlcpy(char *dst,const char *src,size_t siz);
/external/openssl/crypto/evp/
Devp_pbe.c90 if (!pbe_obj) BUF_strlcpy (obj_tmp, "NULL", sizeof obj_tmp); in EVP_PBE_CipherInit()
Devp_pkey.c338 if (!a->algorithm) BUF_strlcpy (obj_tmp, "NULL", sizeof obj_tmp); in EVP_PKCS82PKEY()
/external/openssl/crypto/dso/
Ddso_lib.c386 BUF_strlcpy(copied, filename, strlen(filename) + 1); in DSO_set_filename()
452 BUF_strlcpy(result, filename, strlen(filename) + 1); in DSO_convert_filename()
/external/openssl/crypto/objects/
Dobj_dat.c460 BUF_strlcpy(buf,s,buf_len); in OBJ_obj2txt()
549 BUF_strlcpy(buf,bndec,buf_len); in OBJ_obj2txt()
571 BUF_strlcpy(buf,tbuf,buf_len); in OBJ_obj2txt()
/external/openssl/crypto/x509v3/
Dv3_info.c124 BUF_strlcpy(ntmp, objtmp, nlen);
/external/openssl/apps/
Dreq.c1532 BUF_strlcpy(buf,value,sizeof buf);
1555 BUF_strlcpy(buf,def,sizeof buf);
1590 BUF_strlcpy(buf,value,sizeof buf);
1613 BUF_strlcpy(buf,def,sizeof buf);
Dpkcs12.c578 if (!twopass) BUF_strlcpy(macpass, pass, sizeof macpass); in MAIN()
640 if (!twopass) BUF_strlcpy(macpass, pass, sizeof macpass); in MAIN()
Ds_socket.c452 BUF_strlcpy(*host,h1->h_name,strlen(h1->h_name)+1); in do_accept()
Dx509.c1101 BUF_strlcpy(buf,CAfile,len); in x509_load_serial()
1111 BUF_strlcpy(buf,serialfile,len); in x509_load_serial()
Dca.c576 BUF_strlcpy(tofree,s,len); in MAIN()
2156 BUF_strlcpy(row[DB_file],"unknown",8); in do_body()
2457 BUF_strlcpy(row[DB_file],"unknown",8); in do_revoke()
2782 BUF_strlcpy(str, (char *)revtm->data, i); in make_revocation_str()
Dapps.c343 BUF_strlcpy(out,p,size); in program_name()
1419 BUF_strlcpy(p,t,len); in make_config_name()
1540 BUF_strlcpy(buf[0], serialfile, BSIZE); in save_serial()
/external/openssl/crypto/conf/
Dconf_def.c238 BUF_strlcpy(section,"default",10); in def_load_bio()
395 BUF_strlcpy(v->name,pname,strlen(pname)+1); in def_load_bio()
Dconf_mod.c565 BUF_strlcpy(file,X509_get_default_cert_area(),len + 1); in CONF_get1_default_config_file()
/external/openssl/crypto/ui/
Dui_lib.c433 BUF_strlcpy(prompt, prompt1, len + 1); in UI_construct_prompt()
870 BUF_strlcpy(uis->result_buf, result, in UI_set_result()
/external/openssl/crypto/
Dmem_dbg.c666 BUF_strlcpy(buf + buf_len, amip->info, in print_leak()