/third_party/node/deps/openssl/openssl/crypto/ |
H A D | info.c | 111 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 D | provider_conf.c | 119 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 D | o_str.c | 87 size_t OPENSSL_strlcat(char *dst, const char *src, size_t size) in OPENSSL_strlcat() function
|
/third_party/openssl/crypto/ |
H A D | info.c | 110 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 D | provider_conf.c | 119 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 D | o_str.c | 87 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 D | engine.c | 127 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 D | engine.c | 127 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 D | passwd.c | 354 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 D | passwd.c | 354 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 D | bss_file.c | 288 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 D | dso_dlfcn.c | 388 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 D | bss_file.c | 288 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 D | dso_dlfcn.c | 388 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 D | buffer.h | 38 # define BUF_strlcat(dst, src, size) OPENSSL_strlcat(dst, src, size)
|
/third_party/openssl/include/openssl/ |
H A D | buffer.h | 38 # define BUF_strlcat(dst, src, size) OPENSSL_strlcat(dst, src, size)
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | buffer.h | 35 # define BUF_strlcat(dst, src, size) OPENSSL_strlcat(dst, src, size)
|
/third_party/openssl/test/testutil/ |
H A D | driver.c | 466 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 D | conf_def.c | 453 * 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 D | ui_lib.c | 381 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 D | conf_def.c | 453 * 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 D | ui_lib.c | 381 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 D | file_store.c | 568 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 D | file_store.c | 568 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 D | e_loader_attic.c | 1442 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()
|