Home
last modified time | relevance | path

Searched refs:OPENSSL_strlcpy (Results 1 - 25 of 118) sorted by relevance

12345

/third_party/node/deps/openssl/openssl/crypto/des/
H A Decb_enc.c28 OPENSSL_strlcpy(buf, "des(int)", sizeof(buf)); in DES_options()
30 OPENSSL_strlcpy(buf, "des(long)", sizeof(buf)); in DES_options()
H A Dfcrypt.c85 OPENSSL_strlcpy(e_buf, buf, sizeof(e_buf)); in DES_crypt()
/third_party/openssl/crypto/des/
H A Decb_enc.c28 OPENSSL_strlcpy(buf, "des(int)", sizeof(buf)); in DES_options()
30 OPENSSL_strlcpy(buf, "des(long)", sizeof(buf)); in DES_options()
/third_party/node/deps/openssl/openssl/crypto/bio/
H A Dbss_file.c272 OPENSSL_strlcpy(p, "a+", sizeof(p)); in file_ctrl()
274 OPENSSL_strlcpy(p, "a", sizeof(p)); in file_ctrl()
276 OPENSSL_strlcpy(p, "r+", sizeof(p)); in file_ctrl()
278 OPENSSL_strlcpy(p, "w", sizeof(p)); in file_ctrl()
280 OPENSSL_strlcpy(p, "r", sizeof(p)); in file_ctrl()
/third_party/openssl/crypto/bio/
H A Dbss_file.c272 OPENSSL_strlcpy(p, "a+", sizeof(p)); in file_ctrl()
274 OPENSSL_strlcpy(p, "a", sizeof(p)); in file_ctrl()
276 OPENSSL_strlcpy(p, "r+", sizeof(p)); in file_ctrl()
278 OPENSSL_strlcpy(p, "w", sizeof(p)); in file_ctrl()
280 OPENSSL_strlcpy(p, "r", sizeof(p)); in file_ctrl()
/third_party/node/deps/openssl/openssl/crypto/
H A Do_str.c75 size_t OPENSSL_strlcpy(char *dst, const char *src, size_t size) in OPENSSL_strlcpy() function
92 return l + OPENSSL_strlcpy(dst, src, size); in OPENSSL_strlcat()
314 * If err points somewhere inside buf, OPENSSL_strlcpy can handle this, in openssl_strerror_r()
320 OPENSSL_strlcpy(buf, err, buflen); in openssl_strerror_r()
340 OPENSSL_strlcpy(buf, err, buflen); in openssl_strerror_r()
H A DLPdir_unix.c134 OPENSSL_strlcpy((*ctx)->entry_name, direntry->d_name, in LP_find_file()
/third_party/openssl/crypto/
H A Do_str.c75 size_t OPENSSL_strlcpy(char *dst, const char *src, size_t size) in OPENSSL_strlcpy() function
92 return l + OPENSSL_strlcpy(dst, src, size); in OPENSSL_strlcat()
316 * If err points somewhere inside buf, OPENSSL_strlcpy can handle this, in openssl_strerror_r()
322 OPENSSL_strlcpy(buf, err, buflen); in openssl_strerror_r()
342 OPENSSL_strlcpy(buf, err, buflen); in openssl_strerror_r()
H A DLPdir_unix.c134 OPENSSL_strlcpy((*ctx)->entry_name, direntry->d_name, in LP_find_file()
/third_party/node/deps/openssl/openssl/include/openssl/
H A Dbuffer.h37 # define BUF_strlcpy(dst, src, size) OPENSSL_strlcpy(dst, src, size)
/third_party/openssl/test/
H A Duitest.c23 OPENSSL_strlcpy(buf, (char *)userdata, (size_t)size); in test_pem_password_cb()
/third_party/openssl/include/openssl/
H A Dbuffer.h37 # define BUF_strlcpy(dst, src, size) OPENSSL_strlcpy(dst, src, size)
/third_party/openssl/ohos_lite/include/openssl/
H A Dbuffer.h34 # define BUF_strlcpy(dst, src, size) OPENSSL_strlcpy(dst, src, size)
/third_party/node/deps/openssl/openssl/apps/
H A Dpasswd.c332 OPENSSL_strlcpy(ascii_magic, magic, sizeof(ascii_magic)); in md5crypt()
339 OPENSSL_strlcpy(ascii_salt, salt, sizeof(ascii_salt)); in md5crypt()
565 OPENSSL_strlcpy(ascii_magic, magic, sizeof(ascii_magic)); in shacrypt()
572 OPENSSL_strlcpy(ascii_salt, salt, sizeof(ascii_salt)); in shacrypt()
/third_party/openssl/apps/
H A Dpasswd.c332 OPENSSL_strlcpy(ascii_magic, magic, sizeof(ascii_magic)); in md5crypt()
339 OPENSSL_strlcpy(ascii_salt, salt, sizeof(ascii_salt)); in md5crypt()
565 OPENSSL_strlcpy(ascii_magic, magic, sizeof(ascii_magic)); in shacrypt()
572 OPENSSL_strlcpy(ascii_salt, salt, sizeof(ascii_salt)); in shacrypt()
/third_party/node/deps/openssl/openssl/crypto/objects/
H A Dobj_dat.c434 OPENSSL_strlcpy(buf, s, buf_len); in OBJ_obj2txt()
527 OPENSSL_strlcpy(buf, bndec, buf_len); in OBJ_obj2txt()
543 OPENSSL_strlcpy(buf, tbuf, buf_len); in OBJ_obj2txt()
/third_party/openssl/crypto/objects/
H A Dobj_dat.c434 OPENSSL_strlcpy(buf, s, buf_len); in OBJ_obj2txt()
527 OPENSSL_strlcpy(buf, bndec, buf_len); in OBJ_obj2txt()
543 OPENSSL_strlcpy(buf, tbuf, buf_len); in OBJ_obj2txt()
/third_party/node/deps/openssl/openssl/apps/lib/
H A Dengine.c126 OPENSSL_strlcpy(new_uri, ENGINE_SCHEME_COLON, uri_sz); in make_engine_uri()
/third_party/openssl/apps/lib/
H A Dengine.c126 OPENSSL_strlcpy(new_uri, ENGINE_SCHEME_COLON, uri_sz); in make_engine_uri()
/third_party/node/deps/openssl/openssl/providers/implementations/signature/
H A Drsa_sig.c332 OPENSSL_strlcpy(ctx->mgf1_mdname, mdname, sizeof(ctx->mgf1_mdname)); in rsa_setup_md()
341 OPENSSL_strlcpy(ctx->mdname, mdname, sizeof(ctx->mdname)); in rsa_setup_md()
371 len = OPENSSL_strlcpy(ctx->mgf1_mdname, mdname, sizeof(ctx->mgf1_mdname)); in rsa_setup_mgf1_md()
447 len = OPENSSL_strlcpy(prsactx->mdname, mdname, in rsa_signverify_init()
454 len = OPENSSL_strlcpy(prsactx->mgf1_mdname, mgf1mdname, in rsa_signverify_init()
/third_party/openssl/providers/implementations/signature/
H A Drsa_sig.c332 OPENSSL_strlcpy(ctx->mgf1_mdname, mdname, sizeof(ctx->mgf1_mdname)); in rsa_setup_md()
341 OPENSSL_strlcpy(ctx->mdname, mdname, sizeof(ctx->mdname)); in rsa_setup_md()
371 len = OPENSSL_strlcpy(ctx->mgf1_mdname, mdname, sizeof(ctx->mgf1_mdname)); in rsa_setup_mgf1_md()
447 len = OPENSSL_strlcpy(prsactx->mdname, mdname, in rsa_signverify_init()
454 len = OPENSSL_strlcpy(prsactx->mgf1_mdname, mgf1mdname, in rsa_signverify_init()
/third_party/node/deps/openssl/openssl/crypto/conf/
H A Dconf_def.c483 OPENSSL_strlcpy(include_path, include_dir, newlen); in def_load_bio()
882 OPENSSL_strlcpy(newpath, path, newlen); in get_next_file()
886 OPENSSL_strlcpy(newpath, path, newlen); in get_next_file()
/third_party/openssl/crypto/conf/
H A Dconf_def.c483 OPENSSL_strlcpy(include_path, include_dir, newlen); in def_load_bio()
882 OPENSSL_strlcpy(newpath, path, newlen); in get_next_file()
886 OPENSSL_strlcpy(newpath, path, newlen); in get_next_file()
/third_party/node/deps/openssl/openssl/crypto/cmp/
H A Dcmp_util.c62 OPENSSL_strlcpy(level_copy, level, len + 1); in parse_level()
/third_party/openssl/crypto/cmp/
H A Dcmp_util.c62 OPENSSL_strlcpy(level_copy, level, len + 1); in parse_level()

Completed in 20 milliseconds

12345