Home
last modified time | relevance | path

Searched refs:OPENSSL_strlcat (Results 1 – 22 of 22) sorted by relevance

/third_party/openssl/crypto/
Dinfo.c110 OPENSSL_strlcat(seeds, " ", sizeof(seeds)); \ in DEFINE_RUN_ONCE_STATIC()
111 OPENSSL_strlcat(seeds, str, sizeof(seeds)); \ in DEFINE_RUN_ONCE_STATIC()
123 OPENSSL_strlcat(seeds, " ", sizeof(seeds)); \ in DEFINE_RUN_ONCE_STATIC()
125 OPENSSL_strlcat(seeds, *p, sizeof(seeds)); \ in DEFINE_RUN_ONCE_STATIC()
128 OPENSSL_strlcat(seeds, ")", sizeof(seeds)); \ in DEFINE_RUN_ONCE_STATIC()
Dprovider_conf.c91 OPENSSL_strlcat(buffer, ".", sizeof(buffer)); in provider_conf_params()
101 OPENSSL_strlcat(buffer, sectconf->name, sizeof(buffer)); in provider_conf_params()
Do_str.c87 size_t OPENSSL_strlcat(char *dst, const char *src, size_t size) in OPENSSL_strlcat() function
/third_party/openssl/apps/
Dpasswd.c354 OPENSSL_strlcat(out_buf, ascii_dollar, sizeof(out_buf)); in md5crypt()
359 OPENSSL_strlcat(out_buf, ascii_magic, sizeof(out_buf)); in md5crypt()
360 OPENSSL_strlcat(out_buf, ascii_dollar, sizeof(out_buf)); in md5crypt()
363 OPENSSL_strlcat(out_buf, ascii_salt, sizeof(out_buf)); in md5crypt()
587 OPENSSL_strlcat(out_buf, ascii_dollar, sizeof(out_buf)); in shacrypt()
588 OPENSSL_strlcat(out_buf, ascii_magic, sizeof(out_buf)); in shacrypt()
589 OPENSSL_strlcat(out_buf, ascii_dollar, sizeof(out_buf)); in shacrypt()
598 OPENSSL_strlcat(out_buf, tmp_buf, sizeof(out_buf)); in shacrypt()
599 OPENSSL_strlcat(out_buf, ascii_dollar, sizeof(out_buf)); in shacrypt()
601 OPENSSL_strlcat(out_buf, ascii_salt, sizeof(out_buf)); in shacrypt()
Dca.c1073 outdirlen = OPENSSL_strlcat(new_cert, "/", sizeof(new_cert)); in ca_main()
2430 OPENSSL_strlcat(str, ",", i); in make_revocation_str()
2431 OPENSSL_strlcat(str, reason, i); in make_revocation_str()
2434 OPENSSL_strlcat(str, ",", i); in make_revocation_str()
2435 OPENSSL_strlcat(str, other, i); in make_revocation_str()
/third_party/openssl/apps/lib/
Dengine.c127 OPENSSL_strlcat(new_uri, engineid, uri_sz); in make_engine_uri()
128 OPENSSL_strlcat(new_uri, ":", uri_sz); in make_engine_uri()
129 OPENSSL_strlcat(new_uri, key_id, uri_sz); in make_engine_uri()
/third_party/openssl/crypto/dso/
Ddso_dlfcn.c388 OPENSSL_strlcat(buffer, "(", buffer_sz); in dladdr()
389 OPENSSL_strlcat(buffer, member, buffer_sz); in dladdr()
390 OPENSSL_strlcat(buffer, ")", buffer_sz); in dladdr()
/third_party/openssl/crypto/bio/
Dbss_file.c288 OPENSSL_strlcat(p, "b", sizeof(p)); in file_ctrl()
290 OPENSSL_strlcat(p, "t", sizeof(p)); in file_ctrl()
293 OPENSSL_strlcat(p, "b", sizeof(p)); in file_ctrl()
/third_party/openssl/ohos_lite/include/openssl/
Dbuffer.h35 # define BUF_strlcat(dst, src, size) OPENSSL_strlcat(dst, src, size)
Dcrypto.h147 size_t OPENSSL_strlcat(char *dst, const char *src, size_t siz);
/third_party/openssl/include/openssl/
Dbuffer.h38 # define BUF_strlcat(dst, src, size) OPENSSL_strlcat(dst, src, size)
Dcrypto.h.in126 size_t OPENSSL_strlcat(char *dst, const char *src, size_t siz);
/third_party/openssl/crypto/ui/
Dui_lib.c381 OPENSSL_strlcat(prompt, phrase_desc, len + 1); in UI_construct_prompt()
383 OPENSSL_strlcat(prompt, prompt2, len + 1); in UI_construct_prompt()
384 OPENSSL_strlcat(prompt, object_name, len + 1); in UI_construct_prompt()
386 OPENSSL_strlcat(prompt, prompt3, len + 1); in UI_construct_prompt()
/third_party/openssl/crypto/conf/
Dconf_def.c468 OPENSSL_strlcat(include_path, "/", newlen); in def_load_bio()
469 OPENSSL_strlcat(include_path, include, newlen); in def_load_bio()
870 OPENSSL_strlcat(newpath, "/", newlen); in get_next_file()
872 OPENSSL_strlcat(newpath, filename, newlen); in get_next_file()
/third_party/openssl/providers/implementations/storemgmt/
Dfile_store.c568 OPENSSL_strlcat(data, ctx->uri, calculated_length); in file_name_to_uri()
569 OPENSSL_strlcat(data, pathsep, calculated_length); in file_name_to_uri()
570 OPENSSL_strlcat(data, name, calculated_length); in file_name_to_uri()
/third_party/openssl/doc/man3/
DOPENSSL_malloc.pod10 OPENSSL_memdup, OPENSSL_strlcpy, OPENSSL_strlcat,
36 size_t OPENSSL_strlcat(char *dst, const char *src, size_t size);
117 OPENSSL_strlcat() and OPENSSL_strnlen() are equivalents of the common C
/third_party/openssl/test/testutil/
Ddriver.c466 OPENSSL_strlcat(full_file, sep, len); in test_mk_file_path()
469 OPENSSL_strlcat(full_file, file, len); in test_mk_file_path()
/third_party/openssl/engines/
De_loader_attic.c1442 OPENSSL_strlcat(*data, ctx->uri, calculated_length); in file_name_to_uri()
1443 OPENSSL_strlcat(*data, pathsep, calculated_length); in file_name_to_uri()
1444 OPENSSL_strlcat(*data, name, calculated_length); in file_name_to_uri()
/third_party/openssl/crypto/x509/
Dv3_utl.c157 OPENSSL_strlcat(ret, tmp + 1, len); in bignum_to_string()
160 OPENSSL_strlcat(ret, tmp, len); in bignum_to_string()
/third_party/openssl/crypto/err/
Derr.c872 OPENSSL_strlcat(str, arg, (size_t)size); in ERR_add_error_vdata()
/third_party/openssl/crypto/evp/
Dctrl_params_translate.c565 if (OPENSSL_strlcat(ctx->name_buf, tmp_ctrl_str, in default_fixup_args()
/third_party/openssl/util/
Dlibcrypto.num3427 OPENSSL_strlcat 3501 3_0_0 EXIST::FUNCTION: