Home
last modified time | relevance | path

Searched refs:pwd (Results 1 – 10 of 10) sorted by relevance

/openssl/doc/man3/
H A DSRP_create_verifier.pod110 SRP_user_pwd *pwd = SRP_user_pwd_new();
111 SRP_user_pwd_set1_ids(pwd, username, NULL);
112 SRP_user_pwd_set0_sv(pwd, salt, verifier);
113 SRP_user_pwd_set_gN(pwd, gN->g, gN->N);
115 SRP_VBASE_add0_user(srpData, pwd);
/openssl/
H A DNOTES-VALGRIND.md35 "$(/bin/pwd)/util/wrap.pl valgrind --error-exitcode=1 --leak-check=full -q"
65 $ make test EXE_SHELL="$(/bin/pwd)/util/wrap.pl valgrind --error-exitcode=1 \
71 $ make test VERBOSE=1 TESTS=test_test EXE_SHELL="$(/bin/pwd)/util/wrap.pl \
/openssl/providers/implementations/kdfs/
H A Dargon2.c160 uint8_t *pwd; member
678 if (ctx->pwd != NULL) { in initial_hash()
992 if (ctx->pwd != NULL) in kdf_argon2_free()
993 OPENSSL_clear_free(ctx->pwd, ctx->pwdlen); in kdf_argon2_free()
1133 if (ctx->pwd != NULL) in kdf_argon2_reset()
1134 OPENSSL_clear_free(ctx->pwd, ctx->pwdlen); in kdf_argon2_reset()
1266 if (ctx->pwd != NULL) { in kdf_argon2_ctx_set_pwd()
1267 OPENSSL_clear_free(ctx->pwd, ctx->pwdlen); in kdf_argon2_ctx_set_pwd()
1268 ctx->pwd = NULL; in kdf_argon2_ctx_set_pwd()
1285 OPENSSL_free(ctx->pwd); in kdf_argon2_ctx_set_pwd()
[all …]
/openssl/doc/man7/
H A DEVP_KDF-ARGON2.pod121 char pwd[] = "1234567890", salt[] = "saltsalt";
141 pwd,
142 strlen((const char *)pwd));
/openssl/.github/workflows/
H A Dstatic-analysis-on-prem.yml37 run: cov-analyze --dir cov-int --strip-path $(pwd)
H A Dwindows.yml197 # run: bash -c "pwd && git clone --branch ${{ github.ref_name }} --depth 1 https://github.com/…
H A Dci.yml499 …e-h3demo enable-fips enable-quic enable-acvp-tests --strict-warnings --prefix=$(cd ../install; pwd)
544 …-demos enable-h3demo enable-quic enable-acvp-tests --strict-warnings --prefix=$(cd ../install; pwd)
/openssl/tools/
H A Dc_rehash.in91 $openssl="$pwd/$openssl" if (!-x $openssl);
/openssl/test/
H A Devp_extra_test2.c596 static const char pwd[] = "PASSWORD"; in test_pkcs8key_nid_bio() local
609 pwd, sizeof(pwd) - 1, in test_pkcs8key_nid_bio()
613 (void *)pwd)) in test_pkcs8key_nid_bio()
/openssl/Configurations/
H A Dunix-Makefile.tmpl1260 srcdir=`cd $(SRCDIR); pwd`; \
1309 ( b=`pwd`; set -e; cd $(SRCDIR); \
1312 ( b=`pwd`; set -e; cd $(SRCDIR)/engines; \
1425 ( sources=`pwd`/providers/fips.module.sources.new; \

Completed in 37 milliseconds