Searched refs:cname (Results 1 - 25 of 47) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/evp/
H A Devp_locl.h70 #define BLOCK_CIPHER_func_ecb(cname, cprefix, kstruct, ksched) \
71 static int cname##_ecb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, unsigned int inl) \
78 #define BLOCK_CIPHER_func_ofb(cname, cprefix, cbits, kstruct, ksched) \
79 static int cname##_ofb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, unsigned int inl) \
85 #define BLOCK_CIPHER_func_cbc(cname, cprefix, kstruct, ksched) \
86 static int cname##_cbc_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, unsigned int inl) \
92 #define BLOCK_CIPHER_func_cfb(cname, cprefix, cbits, kstruct, ksched) \
93 static int cname##_cfb##cbits##_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, unsigned int inl) \
99 #define BLOCK_CIPHER_all_funcs(cname, cprefix, cbits, kstruct, ksched) \
100 BLOCK_CIPHER_func_cbc(cname, cprefi
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/evp/
H A Devp_locl.h70 #define BLOCK_CIPHER_func_ecb(cname, cprefix, kstruct, ksched) \
71 static int cname##_ecb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, unsigned int inl) \
78 #define BLOCK_CIPHER_func_ofb(cname, cprefix, cbits, kstruct, ksched) \
79 static int cname##_ofb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, unsigned int inl) \
85 #define BLOCK_CIPHER_func_cbc(cname, cprefix, kstruct, ksched) \
86 static int cname##_cbc_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, unsigned int inl) \
92 #define BLOCK_CIPHER_func_cfb(cname, cprefix, cbits, kstruct, ksched) \
93 static int cname##_cfb##cbits##_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, unsigned int inl) \
99 #define BLOCK_CIPHER_all_funcs(cname, cprefix, cbits, kstruct, ksched) \
100 BLOCK_CIPHER_func_cbc(cname, cprefi
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/apps/
H A DCA.pl119 my $cname = $ARGV[1];
120 $cname = "My Certificate" unless defined $cname;
123 "-export -name \"$cname\"");
H A DCA.pl.in119 my $cname = $ARGV[1];
120 $cname = "My Certificate" unless defined $cname;
123 "-export -name \"$cname\"");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A DCA.pl125 my $cname = $ARGV[1];
126 $cname = "My Certificate" unless defined $cname;
129 "-export -name \"$cname\"");
H A DCA.pl.in125 my $cname = $ARGV[1];
126 $cname = "My Certificate" unless defined $cname;
129 "-export -name \"$cname\"");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/utils/
H A Dtestparm.c208 const char *cname; local
233 cname = poptGetArg(pc);
236 if ( cname && ! caddr ) {
355 if (!cname) {
364 if(cname && caddr){
368 if (allow_access(lp_hostsdeny(-1), lp_hostsallow(-1), cname, caddr)
369 && allow_access(lp_hostsdeny(s), lp_hostsallow(s), cname, caddr)) {
371 cname,caddr,lp_servicename(s));
374 cname,caddr,lp_servicename(s));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/lib/
H A Daccess.c200 const char *cname, const char *caddr)
204 client[0] = cname;
253 const char *cname, const char *caddr)
256 char *nc_cname = smb_xstrdup(cname);
199 allow_access_internal(const char **deny_list,const char **allow_list, const char *cname, const char *caddr) argument
252 allow_access(const char **deny_list, const char **allow_list, const char *cname, const char *caddr) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/misc/
H A Dlnstat.c165 char *cname, *fname = fps->params[i].lf->name; local
174 cname = fname;
176 if (cname - fname >= strlen(fname))
180 snprintf(th.hdr[h]+ofs, width+2, fmt, cname);
182 cname += width;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/misc/
H A Dlkdtm.c66 enum cname { enum
116 static enum cname cpoint = INVALID;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/include/openssl/
H A Dkrb5_asn.h197 ** cname[2] PrincipalName,
210 KRB5_PRINCNAME *cname; member in struct:krb5_authenticator_st
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/krb5/
H A Dkrb5_asn.h197 ** cname[2] PrincipalName,
210 KRB5_PRINCNAME *cname; member in struct:krb5_authenticator_st
H A Dkrb5_asn.c149 ASN1_EXP(KRB5_AUTHENTBODY, cname, KRB5_PRINCNAME, 2),
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/krb5/
H A Dkrb5_asn.h197 ** cname[2] PrincipalName,
210 KRB5_PRINCNAME *cname; member in struct:krb5_authenticator_st
H A Dkrb5_asn.c149 ASN1_EXP(KRB5_AUTHENTBODY, cname, KRB5_PRINCNAME, 2),
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dkrb5_asn.h197 ** cname[2] PrincipalName,
210 KRB5_PRINCNAME *cname; member in struct:krb5_authenticator_st
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-core/
H A Drr.h89 } ptr, ns, cname; /**< Data for PTR, NS and CNAME records */ member in union:AvahiRecord::__anon1803
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Dextattrs.c128 if (NULL == ( s_path = cname( vol, dir, &ibuf )) ) {
129 LOG(log_debug, logtype_afpd, "afp_listextattr: cname error: %s", strerror(errno));
306 if (NULL == ( s_path = cname( vol, dir, &ibuf )) ) {
307 LOG(log_debug, logtype_afpd, "afp_getextattr: cname error: %s", strerror(errno));
388 if (NULL == ( s_path = cname( vol, dir, &ibuf )) ) {
389 LOG(log_debug, logtype_afpd, "afp_setextattr: cname error: %s", strerror(errno));
459 if (NULL == ( s_path = cname( vol, dir, &ibuf )) ) {
460 LOG(log_debug, logtype_afpd, "afp_setextattr: cname error: %s", strerror(errno));
H A Dappl.c117 * pathname. makemacpath() builds something that looks like a cname,
121 * pathname. makemacpath() builds a cname. (zero is a path separator
231 if (NULL == ( path = cname( vol, dir, &ibuf )) ) {
314 if (NULL == ( path = cname( vol, dir, &ibuf )) ) {
464 /* fake up a cname */
472 if (( path = cname( vol, vol->v_root, &q )) == NULL ) {
H A Ddirectory.h112 extern struct path *cname (struct vol *, struct dir *, char **);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/test/afpd/
H A Dtest.c84 TEST_expr(path = cname(vol, retdir, cnamewrap("Network Trash Folder")), path != NULL);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dextattrs.c128 if (NULL == ( s_path = cname( vol, dir, &ibuf )) ) {
129 LOG(log_debug, logtype_afpd, "afp_listextattr: cname error: %s", strerror(errno));
294 if (NULL == ( s_path = cname( vol, dir, &ibuf )) ) {
295 LOG(log_debug, logtype_afpd, "afp_getextattr: cname error: %s", strerror(errno));
376 if (NULL == ( s_path = cname( vol, dir, &ibuf )) ) {
377 LOG(log_debug, logtype_afpd, "afp_setextattr: cname error: %s", strerror(errno));
447 if (NULL == ( s_path = cname( vol, dir, &ibuf )) ) {
448 LOG(log_debug, logtype_afpd, "afp_setextattr: cname error: %s", strerror(errno));
H A Dappl.c117 * pathname. makemacpath() builds something that looks like a cname,
121 * pathname. makemacpath() builds a cname. (zero is a path separator
231 if (NULL == ( path = cname( vol, dir, &ibuf )) ) {
316 if (NULL == ( path = cname( vol, dir, &ibuf )) ) {
467 /* fake up a cname */
475 if (( path = cname( vol, vol->v_root, &q )) == NULL ) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/test/afpd/
H A Dtest.c84 TEST_expr(path = cname(vol, retdir, cnamewrap("Network Trash Folder")), path != NULL);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/joystick/
H A Dadi.c123 char cname[ADI_MAX_CNAME_LENGTH]; member in struct:adi
377 adi->cname[i] = adi_get_bits(adi, 8);
378 adi->cname[i] = 0;
415 snprintf(adi->name, ADI_MAX_NAME_LENGTH, "Logitech %s [%s]", buf, adi->cname);

Completed in 129 milliseconds

12