Searched refs:cn (Results 1 - 21 of 21) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/connector/
H A DMakefile1 obj-$(CONFIG_CONNECTOR) += cn.o
4 cn-y += cn_queue.o connector.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/test/
H A Devp_test.c138 const unsigned char *ciphertext,int cn,
151 hexdump(stdout,"Ciphertext",ciphertext,cn);
183 if(outl+outl2 != cn*multiplier)
186 outl+outl2,cn);
190 if(memcmp(out,ciphertext,cn))
193 hexdump(stderr,"Got",out,cn);
194 hexdump(stderr,"Expected",ciphertext,cn);
209 if(!EVP_DecryptUpdate(&ctx,out,&outl,ciphertext,cn*multiplier))
222 if(outl+outl2 != cn*multiplier)
225 outl+outl2,cn);
135 test1(const EVP_CIPHER *c,const unsigned char *key,int kn, const unsigned char *iv,int in, const unsigned char *plaintext,int pn, const unsigned char *ciphertext,int cn, int encdec,int multiplier) argument
243 test_cipher(const char *cipher,const unsigned char *key,int kn, const unsigned char *iv,int in, const unsigned char *plaintext,int pn, const unsigned char *ciphertext,int cn, int encdec,int multiplier) argument
260 test_digest(const char *digest, const unsigned char *plaintext,int pn, const unsigned char *ciphertext, unsigned int cn) argument
370 int kn,in,pn,cn; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/evp/
H A Devp_test.c138 const unsigned char *ciphertext,int cn,
151 hexdump(stdout,"Ciphertext",ciphertext,cn);
183 if(outl+outl2 != cn*multiplier)
186 outl+outl2,cn);
190 if(memcmp(out,ciphertext,cn))
193 hexdump(stderr,"Got",out,cn);
194 hexdump(stderr,"Expected",ciphertext,cn);
209 if(!EVP_DecryptUpdate(&ctx,out,&outl,ciphertext,cn*multiplier))
222 if(outl+outl2 != cn*multiplier)
225 outl+outl2,cn);
135 test1(const EVP_CIPHER *c,const unsigned char *key,int kn, const unsigned char *iv,int in, const unsigned char *plaintext,int pn, const unsigned char *ciphertext,int cn, int encdec,int multiplier) argument
243 test_cipher(const char *cipher,const unsigned char *key,int kn, const unsigned char *iv,int in, const unsigned char *plaintext,int pn, const unsigned char *ciphertext,int cn, int encdec,int multiplier) argument
260 test_digest(const char *digest, const unsigned char *plaintext,int pn, const unsigned char *ciphertext, unsigned int cn) argument
370 int kn,in,pn,cn; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/evp/
H A Devp_test.c139 const unsigned char *ciphertext,int cn,
152 hexdump(stdout,"Ciphertext",ciphertext,cn);
184 if(outl+outl2 != cn)
187 outl+outl2,cn);
191 if(memcmp(out,ciphertext,cn))
194 hexdump(stderr,"Got",out,cn);
195 hexdump(stderr,"Expected",ciphertext,cn);
210 if(!EVP_DecryptUpdate(&ctx,out,&outl,ciphertext,cn))
223 if(outl+outl2 != cn)
226 outl+outl2,cn);
136 test1(const EVP_CIPHER *c,const unsigned char *key,int kn, const unsigned char *iv,int in, const unsigned char *plaintext,int pn, const unsigned char *ciphertext,int cn, int encdec) argument
244 test_cipher(const char *cipher,const unsigned char *key,int kn, const unsigned char *iv,int in, const unsigned char *plaintext,int pn, const unsigned char *ciphertext,int cn, int encdec) argument
261 test_digest(const char *digest, const unsigned char *plaintext,int pn, const unsigned char *ciphertext, unsigned int cn) argument
371 int kn,in,pn,cn; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/test/
H A Devp_test.c139 const unsigned char *ciphertext,int cn,
152 hexdump(stdout,"Ciphertext",ciphertext,cn);
184 if(outl+outl2 != cn)
187 outl+outl2,cn);
191 if(memcmp(out,ciphertext,cn))
194 hexdump(stderr,"Got",out,cn);
195 hexdump(stderr,"Expected",ciphertext,cn);
210 if(!EVP_DecryptUpdate(&ctx,out,&outl,ciphertext,cn))
223 if(outl+outl2 != cn)
226 outl+outl2,cn);
136 test1(const EVP_CIPHER *c,const unsigned char *key,int kn, const unsigned char *iv,int in, const unsigned char *plaintext,int pn, const unsigned char *ciphertext,int cn, int encdec) argument
244 test_cipher(const char *cipher,const unsigned char *key,int kn, const unsigned char *iv,int in, const unsigned char *plaintext,int pn, const unsigned char *ciphertext,int cn, int encdec) argument
261 test_digest(const char *digest, const unsigned char *plaintext,int pn, const unsigned char *ciphertext, unsigned int cn) argument
371 int kn,in,pn,cn; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/reiserfs/
H A Djournal.c100 static int can_dirty(struct reiserfs_journal_cnode *cn);
384 struct reiserfs_journal_cnode *cn; local
394 cn = journal->j_cnode_free_list;
395 if (!cn) {
396 return cn;
398 if (cn->next) {
399 cn->next->prev = NULL;
401 journal->j_cnode_free_list = cn->next;
402 memset(cn, 0, sizeof(struct reiserfs_journal_cnode));
403 return cn;
409 free_cnode(struct super_block *p_s_sb, struct reiserfs_journal_cnode *cn) argument
457 struct reiserfs_journal_cnode *cn; local
490 struct reiserfs_journal_cnode *cn; local
542 insert_journal_hash(struct reiserfs_journal_cnode **table, struct reiserfs_journal_cnode *cn) argument
1171 find_newer_jl_for_cn(struct reiserfs_journal_cnode *cn) argument
1188 newer_jl_done(struct reiserfs_journal_cnode *cn) argument
1218 struct reiserfs_journal_cnode *cn, *last; local
1366 struct reiserfs_journal_cnode *cn, *last; local
1624 struct reiserfs_journal_cnode *cn; local
1650 struct reiserfs_journal_cnode *cn; local
1699 struct reiserfs_journal_cnode *cn; local
3201 struct reiserfs_journal_cnode *cn = NULL; local
3343 struct reiserfs_journal_cnode *cn; local
3396 can_dirty(struct reiserfs_journal_cnode *cn) argument
3641 struct reiserfs_journal_cnode *cn = NULL; local
3816 struct reiserfs_journal_cnode *cn; local
3891 struct reiserfs_journal_cnode *cn, *next, *jl_cn; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/prebuilt/WW/www/
H A Ddtree.js75 var cn = this.aNodes[n];
76 cn._p = pNode;
77 cn._ai = n;
78 this.setCS(cn);
80 if ( cn.id == this.selectedNode ) {
81 cn._is = true;
85 str += this.node(cn, n);
86 if (cn._ls) break;
159 var cn = this.aNodes[id];
161 var Dio=(cn
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/udhcp/
H A Ddhcprelay.c135 int i, cn; local
142 for (s = dev_list, cn = 1; *s; s++)
144 cn++;
146 client_dev = xzalloc(cn * sizeof(*client_dev));
158 *client_number = cn;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/brcm-boards/bcm947xx/
H A Dtime.c263 char cn[8]; local
275 bcm_chipname(sih->chip, cn, 8);
276 printk("CPU: BCM%s rev %d at %d MHz\n", cn, sih->chiprev,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/examples/LDAP/smbldap-tools-0.8.7/doc/
H A Dsmbldap-migrate-unix-accounts168 my($cn);
170 # posixAccount MUST ( cn $ uid $ uidNumber $ gidNumber $ homeDirectory )
178 $cn = $name;
180 $cn = $user;
182 $entry->replace( 'cn' => $cn );
186 my @tmp = split(/\s+/,$cn);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/examples/LDAP/
H A Dsamba-schema-netscapeds5.x15 dn: cn=schema
19 cn: schema
20 aci: (target="ldap:///cn=schema")(targetattr !="aci")(version 3.0;acl "anonymo
26 "; allow (all) groupdn = "ldap:///cn=Directory Administrators, dc=samba,dc=org";)
28 ap:///cn=slapd-sambaldap, cn=iPlanet Directory Server, cn=Server Group, cn=iPlanetDirectory.samba.org, ou=samba.org, o=NetscapeRoot";)
30 objectClasses: ( 1.3.6.1.4.1.7165.2.2.6 NAME 'sambaSamAccount' SUP top AUXILIARY DESC 'Samba 3.0 Auxilary SAM Account' MUST ( uid $ sambaSID ) MAY ( cn $ sambaLMPassword $ sambaNTPassword $ sambaPwdLastSet $ sambaLogonTime $ sambaLogoffTime $ sambaKickoffTime $ sambaPwdCanChange $ sambaPwdMustChange $ sambaAcctFlags $ displayName $ sambaHomePath $ sambaHomeDrive $ sambaLogonScript $ sambaProfilePath $ description $ sambaUserWorkstations $ sambaPrimaryGroupSID $ sambaDomainName $ sambaMungedDial $ sambaBadPasswordCount $ sambaBadPasswordTime $ sambaPasswordHistory $ sambaLogonHours) X-ORIGIN 'user defined' )
H A Dsamba-schema-netscapeds4.x39 cn,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/editors/
H A Dawk.c1107 node *cn = &sn; local
1119 cn = glptr->l.n = new_node(OC_CONCAT | SS | P(37));
1120 cn->a.n = glptr;
1127 vn = cn;
1133 cn = vn->a.n->r.n = new_node(t_info);
1134 cn->a.n = vn->a.n;
1136 cn->l.n = vn;
1142 cn->info &= ~PRIMASK;
1146 cn->r.n = vn;
1149 vn->a.n = cn;
1378 node *cn; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/bgpd/
H A Dbgp_zebra.c49 listnode cn;
54 for (cn = listhead (ifp->connected); cn; nextnode (cn))
59 co = getdata (cn);
48 listnode cn; local
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/lapb/
H A Dlapb_in.c532 int cn; local
533 cn = lapb_data_indication(lapb, skb);
542 if (cn == NET_RX_DROP) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dfib_trie.c1339 struct tnode *cn; local
1387 cn = (struct tnode *)n;
1402 * The skipped bits are key[pos+bits..cn->pos].
1418 if (tkey_extract_bits(cn->key, current_prefix_length,
1419 cn->pos - current_prefix_length) != 0 ||
1420 !(cn->child[0]))
1438 * Thus, find out where there is a mismatch (before cn->pos)
1445 * checked. The bits after cn->pos aren't checked since these are
1453 node_prefix = MASK_PFX(cn->key, cn
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/ospfd/
H A Dospfd.c692 listnode cn;
702 for (cn = listhead (ifp->connected); cn; nextnode (cn))
704 struct connected *co = getdata (cn);
687 listnode cn; local
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/examples/LDAP/smbldap-tools-0.8.7/
H A Dsmbldap-usermod48 print " -r new username (cn, sn and dn are updated)\n";
210 push(@mods, 'cn' => $tmp);
501 # change cn, sn attributes
506 push(@mods, 'cn' => $new_user);
512 $modify->code && warn "failed to change cn and sn attributes: ", $modify->error;
526 $modify->code && warn "failed to change cn and sn attributes: ", $modify->error;
585 Allow to rename a user. This option will update the cn, sn and dn attribute for the user. You can
619 set the canonical name (attribut cn)
H A Dsmbldap_tools.pm272 $filter="(&(objectclass=posixGroup)(|(cn=$group)(gidNumber=$group)))";
274 $filter="(&(objectclass=posixGroup)(cn=$group))";
383 'cn' => "$user",
552 my $modify = $ldap->add ( "cn=$gname,$config{groupsdn}",
555 cn => "$gname",
648 filter => "(&(objectclass=posixGroup)(cn=$user))"
681 push(@groups, scalar($entry->get_value('cn')));
693 filter => "(&(objectclass=posixGroup)(cn=$group))"
699 print "Error: $nb groups exist \"cn=$group\"\n";
780 filter => "(&(objectclass=posixgroup)(cn
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/ospf6d/
H A Dospf6_spf.c67 struct ospf6_spf_candidate_node *cn = node; local
72 zlog_info (format, " ", cn->cost, cn->list->count);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/expat-2.0.1/lib/
H A Dxmlparse.c6230 int cn; local
6234 for (i = 0, cn = dtd->scaffold[src_node].firstchild;
6236 i++, cn = dtd->scaffold[cn].nextsib) {
6237 build_node(parser, cn, &(dest->children[i]), contpos, strpos);

Completed in 149 milliseconds