Home
last modified time | relevance | path

Searched defs:pass (Results 76 – 100 of 213) sorted by relevance

123456789

/freebsd/contrib/arm-optimized-routines/string/test/
H A Dmemcmp.c119 char *pass = funtab[i].test_mte && mte_enabled () ? "MTE PASS" : "PASS"; in main() local
H A Dmemcpy.c118 char *pass = funtab[i].test_mte && mte_enabled () ? "MTE PASS" : "PASS"; in main() local
H A Dstrchrnul.c120 char *pass = funtab[i].test_mte && mte_enabled () ? "MTE PASS" : "PASS"; in main() local
H A Dmemchr.c104 char *pass = funtab[i].test_mte && mte_enabled () ? "MTE PASS" : "PASS"; in main() local
H A Dmemrchr.c100 char *pass = funtab[i].test_mte && mte_enabled () ? "MTE PASS" : "PASS"; in main() local
H A Dstrcpy.c116 char *pass = funtab[i].test_mte && mte_enabled () ? "MTE PASS" : "PASS"; in main() local
H A Dstrncmp.c132 char *pass = funtab[i].test_mte && mte_enabled () ? "MTE PASS" : "PASS"; in main() local
H A Dstpcpy.c118 char *pass = funtab[i].test_mte && mte_enabled () ? "MTE PASS" : "PASS"; in main() local
H A Dmemmove.c162 char *pass = funtab[i].test_mte && mte_enabled () ? "MTE PASS" : "PASS"; in main() local
/freebsd/crypto/openssl/test/
H A Dendecode_test.c163 const char *pass, const char *pcipher, in test_encode_decode()
253 const char *pass, const char *pcipher) in encode_EVP_PKEY_prov()
294 const char *pass) in decode_EVP_PKEY_prov()
369 const char *pass, const char *pcipher) in encode_EVP_PKEY_legacy_PEM()
409 ossl_unused const char *pass, in encode_EVP_PKEY_MSBLOB()
454 const char *pass, in encode_EVP_PKEY_PVK()
722 static const char *pass = "the holy handgrenade of antioch"; variable
H A Dacvp_test.c921 int enc, int pass) in aes_ccm_enc_dec()
980 const int pass = 1; in aes_ccm_enc_dec_test() local
1008 int enc, int pass, in aes_gcm_enc_dec()
1095 int pass = 1; in aes_gcm_enc_dec_test() local
1120 int pass = 1; in aes_gcm_gen_iv_internal_test() local
1141 BN_CTX *bn_ctx, int pass) in dh_create_pkey()
/freebsd/crypto/openssl/crypto/srp/
H A Dsrp_lib.c144 BIGNUM *SRP_Calc_x_ex(const BIGNUM *s, const char *user, const char *pass, in SRP_Calc_x_ex()
191 BIGNUM *SRP_Calc_x(const BIGNUM *s, const char *user, const char *pass) in SRP_Calc_x()
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransUnbridgedCasts.cpp68 UnbridgedCastRewriter(MigrationPass &pass) in UnbridgedCastRewriter()
463 void trans::rewriteUnbridgedCasts(MigrationPass &pass) { in rewriteUnbridgedCasts()
/freebsd/usr.bin/localedef/
H A Dcollate.c148 int pass; member
328 static int32_t pass = 0; in resolve_pri() local
1024 add_weight(int32_t ref, int pass) in add_weight()
1060 get_weight(int32_t ref, int pass) in get_weight()
/freebsd/sys/geom/bde/
H A Dg_bde.c
/freebsd/crypto/openssl/providers/implementations/kdfs/
H A Dpbkdf2.c52 unsigned char *pass; member
377 static int pbkdf2_derive(KDF_PBKDF2 *ctx, const char *pass, size_t passlen, in pbkdf2_derive()
H A Dscrypt.c46 unsigned char *pass; member
444 static int scrypt_alg(const char *pass, size_t passlen, in scrypt_alg()
/freebsd/usr.bin/newgrp/
H A Dnewgrp.c153 char *ep, *pass, *cryptpw; in addgroup() local
/freebsd/contrib/tnftp/src/
H A Dfetch.c323 char **uuser, char **pass, char **host, char **port, in parse_url()
502 char *uuser, *pass, *host, *port, *path; in fetch_url() local
1373 char *host, *path, *dir, *file, *uuser, *pass; in fetch_ftp() local
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/vdev_disk/
H A Dpage_alignment.c453 bool pass = (run_test(test, false) == want); in run_test_set() local
/freebsd/lib/libpam/modules/pam_krb5/
H A Dpam_krb5.c130 const char *user, *pass; in pam_sm_authenticate() local
734 const char *pass; in pam_sm_chauthtok() local
/freebsd/crypto/openssl/apps/lib/
H A Dtlssrp_depr.c106 char *pass = app_malloc(PWD_STRLEN + 1, "SRP password buffer"); in ssl_give_srp_client_pwd_cb() local
H A Dapps.c215 char *get_passwd(const char *pass, const char *desc) in get_passwd()
489 const char *pass, const char *desc) in load_cert_pass()
610 const char *pass, ENGINE *e, const char *desc) in load_key()
629 const char *pass, ENGINE *e, const char *desc) in load_pubkey()
745 int exclude_http, const char *pass, const char *desc, in load_cert_certs()
832 X509_STORE *load_certstore(char *input, const char *pass, const char *desc, in load_certstore()
861 const char *pass, const char *desc) in load_certs()
882 const char *pass, const char *desc) in load_crls()
943 const char *pass, const char *desc, int quiet, in load_key_certs_crls()
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_auth.c332 u_32_t pass; in ipf_auth_check() local
1186 ipf_auth_pre_scanlist(ipf_main_softc_t *softc, fr_info_t *fin, u_32_t pass) in ipf_auth_pre_scanlist()
/freebsd/crypto/openssh/
H A Dreadpass.c55 char *pass; in ssh_askpass() local

123456789