| /onnv-gate/usr/src/cmd/ipf/examples/ |
| H A D | example.3 | 6 # pass through packets to and from localhost. 8 pass in from 127.0.0.1/32 to 127.0.0.1/32 13 pass in from 10.1.3.1/32 to any 14 pass in from 10.1.3.2/32 to any 15 pass in from 10.1.3.3/32 to any 16 pass in from 10.1.3.4/32 to any 17 pass in from 10.1.3.5/32 to any 18 pass in from 10.1.0.13/32 to any 19 pass in from 10.1.1.1/32 to any 20 pass in from 10.1.2.1/32 to any [all …]
|
| H A D | BASIC_1.FW | 41 pass in quick on lo0 all 42 pass out quick on lo0 all 60 pass in quick proto udp from any to any port = 53 keep state group 202 70 pass in quick proto tcp from any to any port = ftp keep state group 201 71 pass in quick proto tcp from any to any port = ftp-data keep state group 201 72 pass in quick proto tcp from any port = ftp-data to any port > 1023 keep state group 101 76 pass in quick proto udp from any to any port = ntp keep state group 202 80 pass in quick proto tcp from any to any port = 22 keep state group 201 81 pass in quick proto tcp from any to any port = telnet keep state group 201 82 pass in quick proto tcp from any to any port = www keep state group 201 [all …]
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/ |
| H A D | test.pl | 52 my ($pass, $where, $name, @mess) = @_; 59 $out = $pass ? "ok $test - $name" : "not ok $test - $name"; 61 $out = $pass ? "ok $test" : "not ok $test"; 67 unless ($pass) { 76 return $pass; 86 my ($pass, $name, @mess) = @_; 87 _ok($pass, _where(), $name, @mess); 138 my $pass; 141 $pass = !defined $got && !defined $expected; 144 $pass = $got eq $expected; [all …]
|
| /onnv-gate/usr/src/lib/lvm/libmeta/common/ |
| H A D | meta_mirror_resync.c | 45 mm_pass_num_t pass; /* pass number */ member 167 lp->pass = mirrorp->pass_num; in setup_units() 168 if ((lp->pass < 0) || (lp->pass > MD_PASS_MAX)) in setup_units() 169 lp->pass = MD_PASS_MAX; in setup_units() 172 lp->next = mirrors[lp->pass]; in setup_units() 173 mirrors[lp->pass] = lp; in setup_units() 192 mm_pass_num_t pass, max_pass; in meta_mirror_resync_all() local 241 for (pass = MD_PASS_MAX; pass > 1; --pass) { in meta_mirror_resync_all() 242 if (mirrors[pass] != NULL) { in meta_mirror_resync_all() 243 max_pass = pass; in meta_mirror_resync_all() [all …]
|
| /onnv-gate/usr/src/cmd/agents/snmp/snmprelayd/ |
| H A D | snmpdx_stub.h | 66 extern int set_relayProcessIDFile(int pass, String *relayProcessIDFile); 69 extern int set_relayResourceFile(int pass, String *relayResourceFile); 72 extern int set_relayPersonalFileDir(int pass, String *relayPersonalFileDir); 76 extern int set_relayCheckPoint(int pass, String *relayCheckPoint); 84 extern int set_agentStatus(int pass, IndexType index, Integer *agentStatus); 86 extern int set_agentTimeOut(int pass, IndexType index, Integer *agentTimeOut); 88 extern int set_agentPortNumber(int pass, IndexType index, Integer *agentPortNumber); 90 extern int set_agentPersonalFile(int pass, IndexType index, String *agentPersonalFile); 93 extern int set_agentConfigFile(int pass, IndexType index, String *agentConfigFile); 96 extern int set_agentExecutable(int pass, IndexType index, String *agentExecutable); [all …]
|
| H A D | mib_handler.c | 50 typedef int (*SapModifyEntryFunc)(int pass,char* t,int offset,Integer num,String *str, Oid *name); 100 int modify_entry_Agent(int pass,char *t,int offset, Integer num, String *str, 148 int modify_entry_Subtree(int pass,char *t,int offset, Integer num, String *str, 185 int modify_entry_Table(int pass,char *t,int offset, Integer num, String *str, 324 int modify_entry_Agent(int pass,char *t, int offset, Integer num, String *str, in modify_entry_Agent() argument 335 if(pass==FIRST_PASS) return(res); in modify_entry_Agent() 345 if(pass==FIRST_PASS) return(res); in modify_entry_Agent() 354 if(pass==FIRST_PASS) return(res); in modify_entry_Agent() 372 if(pass==SECOND_PASS){ in modify_entry_Agent() 377 if(pass==SECOND_PASS) in modify_entry_Agent() [all …]
|
| H A D | snmpdx_stub.c | 68 int set_relayProcessIDFile(int pass, String *relayProcessIDFile) in set_relayProcessIDFile() argument 70 switch(pass) in set_relayProcessIDFile() 124 int set_relayResourceFile(int pass, String *relayResourceFile) in set_relayResourceFile() argument 126 switch(pass) in set_relayResourceFile() 180 int set_relayPersonalFileDir(int pass, String *relayPersonalFileDir) in set_relayPersonalFileDir() argument 182 switch(pass) in set_relayPersonalFileDir() 244 int set_relayCheckPoint(int pass, String *relayCheckPoint) in set_relayCheckPoint() argument 246 switch(pass) in set_relayCheckPoint() 300 int set_agentTableIndex(int pass, Integer *agentTableIndex) in set_agentTableIndex() argument 302 switch(pass) in set_agentTableIndex()
|
| H A D | snmpdx_agentEntry.c | 232 int set_agentStatus(int pass, IndexType index, Integer *agentStatus) in set_agentStatus() argument 234 switch(pass) in set_agentStatus() 304 int set_agentTimeOut(int pass, IndexType index, Integer *agentTimeOut) in set_agentTimeOut() argument 306 switch(pass) in set_agentTimeOut() 376 int set_agentPortNumber(int pass, IndexType index, Integer *agentPortNumber) in set_agentPortNumber() argument 378 switch(pass) in set_agentPortNumber() 464 int set_agentPersonalFile(int pass, IndexType index, String *agentPersonalFile) in set_agentPersonalFile() argument 468 switch(pass) in set_agentPersonalFile() 565 int set_agentConfigFile(int pass, IndexType index, String *agentConfigFile) in set_agentConfigFile() argument 569 switch(pass) in set_agentConfigFile() [all …]
|
| H A D | snmpdx_regTblEntry.c | 269 int set_regTblOID(int pass, IndexType index, Oid *regTblOID) in set_regTblOID() argument 271 switch(pass) in set_regTblOID() 350 int set_regTblStartColumn(int pass, IndexType index, Integer *regTblStartColumn) in set_regTblStartColumn() argument 352 switch(pass) in set_regTblStartColumn() 422 int set_regTblEndColumn(int pass, IndexType index, Integer *regTblEndColumn) in set_regTblEndColumn() argument 424 switch(pass) in set_regTblEndColumn() 494 int set_regTblStartRow(int pass, IndexType index, Integer *regTblStartRow) in set_regTblStartRow() argument 496 switch(pass) in set_regTblStartRow() 566 int set_regTblEndRow(int pass, IndexType index, Integer *regTblEndRow) in set_regTblEndRow() argument 568 switch(pass) in set_regTblEndRow() [all …]
|
| /onnv-gate/usr/src/cmd/keyserv/ |
| H A D | newkey.c | 91 char *pass, *target_host = NULL, in main() local 205 pass = get_password(uid, target_host, username); in main() 207 if (pass == NULL) in main() 210 (void) strlcpy(short_pass, pass, sizeof (short_pass)); in main() 337 *pass = NULL; local 374 pass = getpassphrase(prompt); 375 if (pass && strlen(pass) == 0) { 380 strcpy(password, pass); 388 pass = getpassphrase("Please retype password:"); 389 if (pass && strlen(pass) == 0) { [all …]
|
| /onnv-gate/usr/src/common/openssl/crypto/pkcs12/ |
| H A D | p12_kiss.c | 65 static int parse_pk12( PKCS12 *p12, const char *pass, int passlen, 68 static int parse_bags( STACK_OF(PKCS12_SAFEBAG) *bags, const char *pass, 73 static int parse_bag( PKCS12_SAFEBAG *bag, const char *pass, int passlen, 83 int PKCS12_parse(PKCS12 *p12, const char *pass, EVP_PKEY **pkey, X509 **cert, in PKCS12_parse() argument 113 if(!pass || !*pass) { in PKCS12_parse() 114 if(PKCS12_verify_mac(p12, NULL, 0)) pass = NULL; in PKCS12_parse() 115 else if(PKCS12_verify_mac(p12, "", 0)) pass = ""; in PKCS12_parse() 120 } else if (!PKCS12_verify_mac(p12, pass, -1)) { in PKCS12_parse() 125 if (!parse_pk12 (p12, pass, -1, pkey, cert, ca)) in PKCS12_parse() 144 static int parse_pk12(PKCS12 *p12, const char *pass, int passlen, in parse_pk12() argument [all …]
|
| H A D | pkcs12.h | 180 PKCS8_PRIV_KEY_INFO *PKCS8_decrypt(X509_SIG *p8, const char *pass, int passlen); 181 PKCS8_PRIV_KEY_INFO *PKCS12_decrypt_skey(PKCS12_SAFEBAG *bag, const char *pass, 184 const char *pass, int passlen, 187 PKCS12_SAFEBAG *PKCS12_MAKE_SHKEYBAG(int pbe_nid, const char *pass, 193 PKCS7 *PKCS12_pack_p7encdata(int pbe_nid, const char *pass, int passlen, 196 STACK_OF(PKCS12_SAFEBAG) *PKCS12_unpack_p7encdata(PKCS7 *p7, const char *pass, int passlen); 211 unsigned char *PKCS12_pbe_crypt(X509_ALGOR *algor, const char *pass, 215 const char *pass, int passlen, ASN1_OCTET_STRING *oct, int zbuf); 217 const char *pass, int passlen, 220 int PKCS12_key_gen_asc(const char *pass, int passlen, unsigned char *salt, [all …]
|
| H A D | p12_add.c | 104 PKCS12_SAFEBAG *PKCS12_MAKE_SHKEYBAG(int pbe_nid, const char *pass, in PKCS12_MAKE_SHKEYBAG() argument 118 PKCS8_encrypt(pbe_nid, NULL, pass, passlen, salt, saltlen, iter, in PKCS12_MAKE_SHKEYBAG() 161 PKCS7 *PKCS12_pack_p7encdata(int pbe_nid, const char *pass, int passlen, in PKCS12_pack_p7encdata() argument 184 PKCS12_item_i2d_encrypt(pbe, ASN1_ITEM_rptr(PKCS12_SAFEBAGS), pass, passlen, in PKCS12_pack_p7encdata() 193 STACK_OF(PKCS12_SAFEBAG) *PKCS12_unpack_p7encdata(PKCS7 *p7, const char *pass, int passlen) in STACK_OF() 198 pass, passlen, in STACK_OF() 202 PKCS8_PRIV_KEY_INFO *PKCS12_decrypt_skey(PKCS12_SAFEBAG *bag, const char *pass, in PKCS12_decrypt_skey() argument 205 return PKCS8_decrypt(bag->value.shkeybag, pass, passlen); in PKCS12_decrypt_skey()
|
| H A D | p12_decr.c | 71 unsigned char * PKCS12_pbe_crypt(X509_ALGOR *algor, const char *pass, in PKCS12_pbe_crypt() argument 81 if (!EVP_PBE_CipherInit(algor->algorithm, pass, passlen, in PKCS12_pbe_crypt() 114 const char *pass, int passlen, ASN1_OCTET_STRING *oct, int zbuf) in PKCS12_item_decrypt_d2i() argument 121 if (!PKCS12_pbe_crypt(algor, pass, passlen, oct->data, oct->length, in PKCS12_item_decrypt_d2i() 151 const char *pass, int passlen, in PKCS12_item_i2d_encrypt() argument 166 if (!PKCS12_pbe_crypt(algor, pass, passlen, in, inlen, &oct->data, in PKCS12_item_i2d_encrypt()
|
| H A D | p12_crt.c | 66 PKCS12 *PKCS12_create(char *pass, char *name, EVP_PKEY *pkey, X509 *cert, in PKCS12_create() argument 117 if (bags && !PKCS12_add_safe(&safes, bags, nid_cert, iter, pass)) in PKCS12_create() 126 bag = PKCS12_add_key(&bags, pkey, keytype, iter, nid_key, pass); in PKCS12_create() 159 !PKCS12_set_mac(p12, pass, -1, NULL, 0, mac_iter, NULL)) in PKCS12_create() 218 int nid_key, char *pass) in PKCS12_add_key() argument 231 bag = PKCS12_MAKE_SHKEYBAG(nid_key, pass, -1, NULL, 0, iter, p8); in PKCS12_add_key() 255 int nid_safe, int iter, char *pass) in PKCS12_add_safe() argument 276 p7 = PKCS12_pack_p7encdata(nid_safe, pass, -1, NULL, 0, in PKCS12_add_safe()
|
| H A D | p12_key.c | 77 int PKCS12_key_gen_asc(const char *pass, int passlen, unsigned char *salt, in PKCS12_key_gen_asc() argument 84 if(!pass) { in PKCS12_key_gen_asc() 87 } else if (!asc2uni(pass, passlen, &unipass, &uniplen)) { in PKCS12_key_gen_asc() 100 int PKCS12_key_gen_uni(unsigned char *pass, int passlen, unsigned char *salt, in PKCS12_key_gen_uni() argument 115 if (!pass) { in PKCS12_key_gen_uni() 126 h__dump(pass, passlen); in PKCS12_key_gen_uni() 149 for (i = 0; i < Plen; i++) *p++ = pass[i % passlen]; in PKCS12_key_gen_uni()
|
| /onnv-gate/usr/src/common/net/wanboot/ |
| H A D | p12auxpars.c | 150 static int sunw_PKCS12_contents(PKCS12 *p12, const char *pass, 208 sunw_PKCS12_parse(PKCS12 *p12, const char *pass, int matchty, char *keyid, in sunw_PKCS12_parse() argument 249 if (pass == NULL || *pass == '\0') { in sunw_PKCS12_parse() 251 pass = NULL; in sunw_PKCS12_parse() 253 pass = ""; in sunw_PKCS12_parse() 259 } else if (PKCS12_verify_mac(p12, pass, -1) == 0) { in sunw_PKCS12_parse() 264 retval = parse_pkcs12(p12, pass, matchty, keyid, keyid_len, in sunw_PKCS12_parse() 319 parse_pkcs12(PKCS12 *p12, const char *pass, int matchty, char *keyid, in parse_pkcs12() argument 330 retval = sunw_PKCS12_contents(p12, pass, &work_kl, &work_ca); in parse_pkcs12() 498 sunw_PKCS12_contents(PKCS12 *p12, const char *pass, STACK_OF(EVP_PKEY) **pkey, in sunw_PKCS12_contents() argument [all …]
|
| /onnv-gate/usr/src/lib/libnsl/key/ |
| H A D | gen_dhkeys.c | 65 getseed(seed, seedsize, pass) in getseed() argument 68 unsigned char *pass; 77 rseed ^= (rseed << 8) | pass[i]; 82 seed[i] = (random() & 0xff) ^ pass[i % 8]; 112 __gen_dhkeys(public, secret, pass) in __gen_dhkeys() argument 115 char *pass; 137 getseed((char *)seed, (int)sizeof (seed), (uchar_t *)pass); 172 char *pass) /* in */ in __gen_dhkeys_g() argument 176 if (! pkey || ! skey || ! pass) in __gen_dhkeys_g() 180 __gen_dhkeys(pkey, skey, pass); in __gen_dhkeys_g() [all …]
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Net/ |
| H A D | POP3.pm | 72 my($me,$user,$pass) = @_; 75 ($user, $pass) = $me->_lookup_credentials($user); 79 $me->pass($pass); 85 my($me,$user,$pass) = @_; 102 ($user, $pass) = $me->_lookup_credentials($user); 105 $md->add($banner,$pass); 119 sub pass subroutine 123 my($me,$pass) = @_; 126 unless($me->_PASS($pass)); 280 my $pass = $m ? $m->password || "" [all …]
|
| /onnv-gate/usr/src/cmd/ssh/ssh-add/ |
| H A D | ssh-add.c | 78 static char *pass = NULL; variable 82 if (pass) { in clear_pass() 83 memset(pass, 0, strlen(pass)); in clear_pass() 84 xfree(pass); in clear_pass() 85 pass = NULL; in clear_pass() 152 if (private == NULL && pass != NULL) in add_file() 153 private = key_load_private(filename, pass, NULL); in add_file() 160 pass = read_passphrase(msg, RP_ALLOW_STDIN); in add_file() 161 if (strcmp(pass, "") == 0) { in add_file() 166 private = key_load_private(filename, pass, &comment); in add_file()
|
| /onnv-gate/usr/src/lib/libpp/common/ |
| H A D | pppragma.c | 31 pppragma(char* directive, char* pass, char* name, char* value, int newline) in pppragma() argument 41 if (pass) in pppragma() 48 ppprintf("%s:", pass); in pppragma() 60 if (sep || pass) in pppragma()
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Test/Simple/t/ |
| H A D | skip.t | 31 pass("Inside skip block"); 32 pass("Another inside"); 75 pass("This is supposed to run"); 84 pass("This is supposed to run, too");
|
| /onnv-gate/usr/src/cmd/cmd-inet/lib/nwamd/ |
| H A D | ipf6.conf.dfl | 31 pass in quick on lo0 32 pass out quick on lo0 35 pass in quick proto udp from any to any port = 546 36 pass out quick proto udp from any to any port = 547 39 pass in quick proto ipv6-icmp from any to any 40 pass out quick proto ipv6-icmp from any to any
|
| /onnv-gate/usr/src/common/openssl/crypto/evp/ |
| H A D | p5_crpt2.c | 79 int PKCS5_PBKDF2_HMAC_SHA1(const char *pass, int passlen, in PKCS5_PBKDF2_HMAC_SHA1() argument 91 if(!pass) passlen = 0; in PKCS5_PBKDF2_HMAC_SHA1() 92 else if(passlen == -1) passlen = strlen(pass); in PKCS5_PBKDF2_HMAC_SHA1() 103 HMAC_Init_ex(&hctx, pass, passlen, EVP_sha1(), NULL); in PKCS5_PBKDF2_HMAC_SHA1() 109 HMAC(EVP_sha1(), pass, passlen, in PKCS5_PBKDF2_HMAC_SHA1() 120 h__dump (pass, passlen); in PKCS5_PBKDF2_HMAC_SHA1() 147 int PKCS5_v2_PBE_keyivgen(EVP_CIPHER_CTX *ctx, const char *pass, int passlen, in PKCS5_v2_PBE_keyivgen() argument 239 PKCS5_PBKDF2_HMAC_SHA1(pass, passlen, salt, saltlen, iter, keylen, key); in PKCS5_v2_PBE_keyivgen()
|
| /onnv-gate/usr/src/lib/libntfs/common/libntfs/ |
| H A D | lcnalloc.c | 112 u8 pass, done_zones, search_zone, need_writeback, bit; in ntfs_cluster_alloc() local 150 pass = 1; in ntfs_cluster_alloc() 168 pass = 2; in ntfs_cluster_alloc() 177 pass = 2; in ntfs_cluster_alloc() 187 pass = 2; in ntfs_cluster_alloc() 217 "%i.\n", done_zones, search_zone, pass, in ntfs_cluster_alloc() 430 ntfs_log_trace("At zone_pass_done, pass = %i.\n", pass); in ntfs_cluster_alloc() 431 if (pass == 1) { in ntfs_cluster_alloc() 436 pass = 2; in ntfs_cluster_alloc() 469 pass = 1; in ntfs_cluster_alloc() [all …]
|