Home
last modified time | relevance | path

Searched refs:OPENSSL_strlcat (Results 1 - 25 of 92) sorted by relevance

1234

/third_party/node/deps/openssl/openssl/crypto/
H A Dinfo.c111 OPENSSL_strlcat(seeds, " ", sizeof(seeds)); \ in DEFINE_RUN_ONCE_STATIC()
112 OPENSSL_strlcat(seeds, str, sizeof(seeds)); \ in DEFINE_RUN_ONCE_STATIC()
124 OPENSSL_strlcat(seeds, " ", sizeof(seeds)); \ in DEFINE_RUN_ONCE_STATIC()
126 OPENSSL_strlcat(seeds, *p, sizeof(seeds)); \ in DEFINE_RUN_ONCE_STATIC()
129 OPENSSL_strlcat(seeds, ")", sizeof(seeds)); \ in DEFINE_RUN_ONCE_STATIC()
H A Dprovider_conf.c119 OPENSSL_strlcat(buffer, ".", sizeof(buffer)); in provider_conf_params_internal()
131 OPENSSL_strlcat(buffer, sectconf->name, sizeof(buffer)); in provider_conf_params_internal()
H A Do_str.c87 size_t OPENSSL_strlcat(char *dst, const char *src, size_t size) in OPENSSL_strlcat() function
/third_party/openssl/crypto/
H A 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()
H A Dprovider_conf.c119 OPENSSL_strlcat(buffer, ".", sizeof(buffer)); in provider_conf_params_internal()
131 OPENSSL_strlcat(buffer, sectconf->name, sizeof(buffer)); in provider_conf_params_internal()
H A Do_str.c87 size_t OPENSSL_strlcat(char *dst, const char *src, size_t size) in OPENSSL_strlcat() function
/third_party/node/deps/openssl/openssl/apps/lib/
H A 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/apps/lib/
H A 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/node/deps/openssl/openssl/apps/
H A 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_bu in shacrypt()
[all...]
/third_party/openssl/apps/
H A 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_bu in shacrypt()
[all...]
/third_party/node/deps/openssl/openssl/crypto/bio/
H A 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/node/deps/openssl/openssl/crypto/dso/
H A 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/
H A 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/crypto/dso/
H A 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/node/deps/openssl/openssl/include/openssl/
H A Dbuffer.h38 # define BUF_strlcat(dst, src, size) OPENSSL_strlcat(dst, src, size)
/third_party/openssl/include/openssl/
H A Dbuffer.h38 # define BUF_strlcat(dst, src, size) OPENSSL_strlcat(dst, src, size)
/third_party/openssl/ohos_lite/include/openssl/
H A Dbuffer.h35 # define BUF_strlcat(dst, src, size) OPENSSL_strlcat(dst, src, size)
/third_party/openssl/test/testutil/
H A 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/node/deps/openssl/openssl/crypto/conf/
H A Dconf_def.c453 * OPENSSL_strlcat/OPENSSL_strcpy. This is not a security in def_load_bio()
485 OPENSSL_strlcat(include_path, "/", newlen); in def_load_bio()
486 OPENSSL_strlcat(include_path, include, newlen); in def_load_bio()
887 OPENSSL_strlcat(newpath, "/", newlen); in get_next_file()
889 OPENSSL_strlcat(newpath, filename, newlen); in get_next_file()
/third_party/node/deps/openssl/openssl/crypto/ui/
H A 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/
H A Dconf_def.c453 * OPENSSL_strlcat/OPENSSL_strcpy. This is not a security in def_load_bio()
485 OPENSSL_strlcat(include_path, "/", newlen); in def_load_bio()
486 OPENSSL_strlcat(include_path, include, newlen); in def_load_bio()
887 OPENSSL_strlcat(newpath, "/", newlen); in get_next_file()
889 OPENSSL_strlcat(newpath, filename, newlen); in get_next_file()
/third_party/openssl/crypto/ui/
H A 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/node/deps/openssl/openssl/providers/implementations/storemgmt/
H A 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/providers/implementations/storemgmt/
H A 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/node/deps/openssl/openssl/engines/
H A 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()

Completed in 19 milliseconds

1234