Searched refs:crypt (Results 26 - 50 of 74) sorted by relevance

123

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/
H A DMakefile.flags62 BBOX_LIB_LIST = m crypt
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavutil/
H A Daes.c80 static inline void crypt(AVAES *a, int s, const uint8_t *sbox, const uint32_t *multbl){ function
94 crypt(a, 0, inv_sbox, dec_multbl);
102 crypt(a, 2, sbox, enc_multbl);
H A Ddes.c351 static const DECLARE_ALIGNED(8, uint8_t, crypt[]) = {0x4a, 0xb6, 0x5b, 0x3d, 0x4b, 0x06, 0x15, 0x18};
398 if (ff_des_encdec(data, key[0], 0) != AV_RB64(crypt)) {
405 if (memcmp(tmp, crypt, sizeof(crypt))) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp/pppd/
H A DMakefile76 ifneq ($(wildcard /usr/include/crypt.h),)
H A DMakefile.linux69 ifneq ($(wildcard /usr/include/crypt.h),)
H A Dchap_ms.c46 #include <crypt.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/ms/
H A Dmingw32.bat24 echo crypt
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/etc/uams/
H A Duams_dhx_passwd.c14 #define _XOPEN_SOURCE 500 /* for crypt() */
17 #define _XOPEN_SOURCE /* for crypt() */
27 #include <crypt.h>
355 p = crypt( rbuf, dhxpwd->pw_passwd );
H A Duams_dhx2_passwd.c22 #define _XOPEN_SOURCE 500 /* for crypt() */
25 #define _XOPEN_SOURCE /* for crypt() */
33 #include <crypt.h>
556 p = crypt( ibuf, dhxpwd->pw_passwd );
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/ms/
H A Dmingw32.bat24 echo crypt
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/crypto/
H A Dcryptd.c75 int (*crypt)(struct blkcipher_desc *desc,
94 err = crypt(&desc, req->dst, req->src, req->nbytes);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/ospfd/
H A Dospf_packet.c274 ospfh->u.crypt.key_id);
280 if (nbr && ntohl(nbr->crypt_seqnum) >= ntohl(ospfh->u.crypt.crypt_seqnum))
295 nbr->crypt_seqnum = ospfh->u.crypt.crypt_seqnum;
321 ospfh->u.crypt.crypt_seqnum = htonl (oi->crypt_seqnum++);
759 nbr->crypt_seqnum = ospfh->u.crypt.crypt_seqnum;
2054 if (ospfh->u.crypt.auth_data_len == OSPF_AUTH_MD5_SIZE &&
2055 ospfh->u.crypt.key_id == ck->key_id &&
2343 ospfh->u.crypt.zero = 0;
2344 ospfh->u.crypt.key_id = 0;
2345 ospfh->u.crypt
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/tests/
H A Dcrypttest.c18 This bit of code was derived from the UFC-crypt package which
30 that this crypt routine may sometimes get the wrong answer. Only
36 * UFC-crypt: ultra fast crypt(3) implementation
517 * Hopefully we'll not see a new salt in each crypt call.
536 * This is the only crypt change to DES:
647 * crypt only: convert from 64 bit to 11 bit ASCII
674 * UNIX crypt function
790 #define crypt ufc_crypt macro
806 strcpy(c_out1, crypt(passw
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/os2/
H A DOS2-EMX.cmd28 echo crypt(3)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/os2/
H A DOS2-EMX.cmd28 echo crypt(3)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/bftpd-1.6.6/
H A Dlogin.c13 #include <crypt.h>
702 //if (strcmp(userinfo.pw_passwd, (char *) crypt(password, userinfo.pw_passwd))) {
713 if (strcmp (shd->sp_pwdp, (char *) crypt (password, shd->sp_pwdp)))
H A Dconfigure1172 echo $ac_n "checking for crypt in -lcrypt""... $ac_c" 1>&6
1173 echo "configure:1174: checking for crypt in -lcrypt" >&5
1174 ac_lib_var=`echo crypt'_'crypt | sed 'y%./+-%__p_%'`
1186 char crypt();
1189 crypt() function
1862 for ac_hdr in crypt.h
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/des/
H A Dspeed.c289 printf("Doing crypt for 10 seconds\n");
292 printf("Doing crypt %ld times\n",ce);
296 crypt("testing1","ef");
305 printf("crypt per sec = %12.2f (%9.3fuS)\n",e,1.0e6/e);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/pppd/
H A DMakefile128 ifneq ($(wildcard /usr/include/crypt.h),)
H A DMakefile.linux120 ifneq ($(wildcard /usr/include/crypt.h),)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/md/
H A DMakefile33 obj-$(CONFIG_DM_CRYPT) += dm-crypt.o
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/wireless/prism54/
H A Disl_ioctl.c2569 } crypt; member in union:prism2_hostapd_param::__anon6102
2602 if (param->u.crypt.key_len > 0) {
2604 int index = param->u.crypt.idx;
2612 if (!(param->u.crypt.flags & IW_ENCODE_NOKEY)) {
2613 key.length = param->u.crypt.key_len > sizeof (param->u.crypt.key) ?
2614 sizeof (param->u.crypt.key) : param->u.crypt.key_len;
2615 memcpy(key.key, param->u.crypt.key, key.length);
2636 int index = (param->u.crypt
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/wireless/hostap/
H A Dhostap_common.h400 } crypt; member in union:prism2_hostapd_param::__anon6033
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/examples/LDAP/smbldap-tools-0.8.7/
H A Dsmbldap-passwd271 $hash_pass = "{CRYPT}" . crypt($clear_pass,$salt);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/pppd/plugins/radius/
H A Dradius.c781 u_char *crypt = vp->strvalue + 2; local
800 memcpy(plain, crypt, 32);
819 MD5_Update(&Context, crypt, 16);

Completed in 304 milliseconds

123