Home
last modified time | relevance | path

Searched defs:pass (Results 1 – 25 of 176) sorted by relevance

12345678

/freebsd-11-stable/contrib/gcc/
HDpasses.c307 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/
HDp12_kiss.c82 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()
HDp12_mutl.c69 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()
HDp12_decr.c74 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()
HDp12_add.c109 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()
HDp12_crt.c80 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()
HDp12_p8d.c64 PKCS8_PRIV_KEY_INFO *PKCS8_decrypt(X509_SIG *p8, const char *pass, in PKCS8_decrypt()
HDp12_key.c80 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()
HDp12_p8e.c65 const char *pass, int passlen, in PKCS8_encrypt()
/freebsd-11-stable/crypto/openssl/crypto/evp/
HDp5_crpt2.c82 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/
HDfloat.c47 #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/
HDTransUnusedInitDelegate.cpp40 UnusedInitRewriter(MigrationPass &pass) in UnusedInitRewriter()
74 void trans::rewriteUnusedInitDelegate(MigrationPass &pass) { in rewriteUnusedInitDelegate()
HDTransARCAssign.cpp39 ARCAssignChecker(MigrationPass &pass) : Pass(pass) { } in ARCAssignChecker()
74 void trans::makeAssignARCSafe(MigrationPass &pass) { in makeAssignARCSafe()
HDTransAPIUses.cpp38 APIChecker(MigrationPass &pass) : Pass(pass) { in APIChecker()
105 void trans::checkAPIUses(MigrationPass &pass) { in checkAPIUses()
HDTransEmptyStatementsAndDealloc.cpp151 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/
HDgeneric.c62 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/
HDtestpass.c124 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/
HDmatches_test.sh14 pass() function
/freebsd-11-stable/lib/libc/locale/
HDcollate.c208 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/
HDcrypt.c35 char *salt, *pass, *hash; in main() local
/freebsd-11-stable/crypto/openssl/apps/
HDpkcs12.c111 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/
HDPassManager.h30 void add(std::unique_ptr<Pass> pass) { in add()
/freebsd-11-stable/crypto/openssl/crypto/cms/
HDcms_pwri.c67 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/
HDauth-sia.c53 sys_auth_passwd(Authctxt *authctxt, const char *pass) in sys_auth_passwd()
/freebsd-11-stable/sys/contrib/ipfilter/netinet/
HDip_frag.c372 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

12345678