| /freebsd-11-stable/contrib/gcc/ |
| HD | passes.c | 307 register_one_dump_file (struct tree_opt_pass *pass, bool ipa, int properties) in register_one_dump_file() 337 register_dump_files_1 (struct tree_opt_pass *pass, bool ipa, int properties) in register_dump_files_1() 371 register_dump_files (struct tree_opt_pass *pass, bool ipa, int properties) in register_dump_files() 382 next_pass_1 (struct tree_opt_pass **list, struct tree_opt_pass *pass) in next_pass_1() 826 execute_one_pass (struct tree_opt_pass *pass) in execute_one_pass() 928 execute_pass_list (struct tree_opt_pass *pass) in execute_pass_list() 942 execute_ipa_pass_list (struct tree_opt_pass *pass) in execute_ipa_pass_list()
|
| /freebsd-11-stable/crypto/openssl/crypto/pkcs12/ |
| HD | p12_kiss.c | 82 int PKCS12_parse(PKCS12 *p12, const char *pass, EVP_PKEY **pkey, X509 **cert, in PKCS12_parse() 185 static int parse_pk12(PKCS12 *p12, const char *pass, int passlen, in parse_pk12() 219 static int parse_bags(STACK_OF(PKCS12_SAFEBAG) *bags, const char *pass, in parse_bags() 231 static int parse_bag(PKCS12_SAFEBAG *bag, const char *pass, int passlen, in parse_bag()
|
| HD | p12_mutl.c | 69 int PKCS12_gen_mac(PKCS12 *p12, const char *pass, int passlen, in PKCS12_gen_mac() 114 int PKCS12_verify_mac(PKCS12 *p12, const char *pass, int passlen) in PKCS12_verify_mac() 134 int PKCS12_set_mac(PKCS12 *p12, const char *pass, int passlen, in PKCS12_set_mac()
|
| HD | p12_decr.c | 74 unsigned char *PKCS12_pbe_crypt(X509_ALGOR *algor, const char *pass, in PKCS12_pbe_crypt() 128 const char *pass, int passlen, in PKCS12_item_decrypt_d2i() 171 const char *pass, int passlen, in PKCS12_item_i2d_encrypt()
|
| HD | p12_add.c | 109 PKCS12_SAFEBAG *PKCS12_MAKE_SHKEYBAG(int pbe_nid, const char *pass, in PKCS12_MAKE_SHKEYBAG() 179 PKCS7 *PKCS12_pack_p7encdata(int pbe_nid, const char *pass, int passlen, in PKCS12_pack_p7encdata() 236 const char *pass, int passlen) in PKCS12_decrypt_skey()
|
| HD | p12_crt.c | 80 PKCS12 *PKCS12_create(char *pass, char *name, EVP_PKEY *pkey, X509 *cert, in PKCS12_create() 235 int nid_key, char *pass) in PKCS12_add_key() 270 int nid_safe, int iter, char *pass) in PKCS12_add_safe()
|
| HD | p12_p8d.c | 64 PKCS8_PRIV_KEY_INFO *PKCS8_decrypt(X509_SIG *p8, const char *pass, in PKCS8_decrypt()
|
| HD | p12_key.c | 80 int PKCS12_key_gen_asc(const char *pass, int passlen, unsigned char *salt, in PKCS12_key_gen_asc() 106 int PKCS12_key_gen_uni(unsigned char *pass, int passlen, unsigned char *salt, in PKCS12_key_gen_uni()
|
| HD | p12_p8e.c | 65 const char *pass, int passlen, in PKCS8_encrypt()
|
| /freebsd-11-stable/crypto/openssl/crypto/evp/ |
| HD | p5_crpt2.c | 82 int PKCS5_PBKDF2_HMAC(const char *pass, int passlen, in PKCS5_PBKDF2_HMAC() 164 int PKCS5_PBKDF2_HMAC_SHA1(const char *pass, int passlen, in PKCS5_PBKDF2_HMAC_SHA1() 190 int PKCS5_v2_PBE_keyivgen(EVP_CIPHER_CTX *ctx, const char *pass, int passlen, in PKCS5_v2_PBE_keyivgen() 247 int PKCS5_v2_PBKDF2_keyivgen(EVP_CIPHER_CTX *ctx, const char *pass, in PKCS5_v2_PBKDF2_keyivgen()
|
| /freebsd-11-stable/tools/regression/usr.bin/cc/ |
| HD | float.c | 47 #define test(desc, pass) test1((desc), (pass), 0) argument 48 #define skiptest(desc, pass) test1((desc), (pass), 1) argument 59 test1(const char *testdesc, int pass, int skip) in test1()
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/ARCMigrate/ |
| HD | TransUnusedInitDelegate.cpp | 40 UnusedInitRewriter(MigrationPass &pass) in UnusedInitRewriter() 74 void trans::rewriteUnusedInitDelegate(MigrationPass &pass) { in rewriteUnusedInitDelegate()
|
| HD | TransARCAssign.cpp | 39 ARCAssignChecker(MigrationPass &pass) : Pass(pass) { } in ARCAssignChecker() 74 void trans::makeAssignARCSafe(MigrationPass &pass) { in makeAssignARCSafe()
|
| HD | TransAPIUses.cpp | 38 APIChecker(MigrationPass &pass) : Pass(pass) { in APIChecker() 105 void trans::checkAPIUses(MigrationPass &pass) { in checkAPIUses()
|
| HD | TransEmptyStatementsAndDealloc.cpp | 151 EmptyStatementsRemover(MigrationPass &pass) : Pass(pass) { } in EmptyStatementsRemover() 193 static void cleanupDeallocOrFinalize(MigrationPass &pass) { in cleanupDeallocOrFinalize() 240 void trans::removeEmptyStatementsAndDeallocFinalize(MigrationPass &pass) { in removeEmptyStatementsAndDeallocFinalize()
|
| /freebsd-11-stable/usr.bin/newkey/ |
| HD | generic.c | 62 getseed(char *seed, int seedsize, unsigned char *pass) in getseed() 75 genkeys(char *public, char *secret, char *pass) in genkeys()
|
| /freebsd-11-stable/contrib/apr-util/test/ |
| HD | testpass.c | 124 const char *pass = "hellojed"; in test_shapass() local 138 const char *pass = "hellojed", *salt = "sardine"; in test_md5pass() local 179 const char *pass = "hellojed"; in test_bcryptpass() local
|
| /freebsd-11-stable/tests/sys/mac/bsdextended/ |
| HD | matches_test.sh | 14 pass() function
|
| /freebsd-11-stable/lib/libc/locale/ |
| HD | collate.c | 208 substsearch(struct xlocale_collate *table, const wchar_t key, int pass) in substsearch() 397 int pass; in _collate_wxfrm() local 517 xfrm(struct xlocale_collate *table, unsigned char *p, int pri, int pass) in xfrm() 542 int pass; in _collate_sxfrm() local
|
| /freebsd-11-stable/usr.sbin/pw/tests/ |
| HD | crypt.c | 35 char *salt, *pass, *hash; in main() local
|
| /freebsd-11-stable/crypto/openssl/apps/ |
| HD | pkcs12.c | 111 char pass[50], macpass[50]; in MAIN() local 768 int dump_certs_keys_p12(BIO *out, PKCS12 *p12, char *pass, in dump_certs_keys_p12() 814 char *pass, int passlen, int options, char *pempass) in dump_certs_pkeys_bags() 826 int dump_certs_pkeys_bag(BIO *out, PKCS12_SAFEBAG *bag, char *pass, in dump_certs_pkeys_bag()
|
| /freebsd-11-stable/contrib/llvm-project/lld/include/lld/Core/ |
| HD | PassManager.h | 30 void add(std::unique_ptr<Pass> pass) { in add()
|
| /freebsd-11-stable/crypto/openssl/crypto/cms/ |
| HD | cms_pwri.c | 67 unsigned char *pass, ossl_ssize_t passlen) in CMS_RecipientInfo_set0_password() 86 unsigned char *pass, in CMS_add0_recipient_password()
|
| /freebsd-11-stable/crypto/openssh/ |
| HD | auth-sia.c | 53 sys_auth_passwd(Authctxt *authctxt, const char *pass) in sys_auth_passwd()
|
| /freebsd-11-stable/sys/contrib/ipfilter/netinet/ |
| HD | ip_frag.c | 372 ipfr_frag_new(softc, softf, fin, pass, table in ipfr_frag_new() argument 522 ipf_frag_new(softc, fin, pass) in ipf_frag_new() argument 559 ipf_frag_natnew(softc, fin, pass, nat) in ipf_frag_natnew() argument 903 u_32_t pass; local
|