Searched refs:prf (Results 1 - 15 of 15) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/mm/
H A Dpf_in.c89 static int skip_prefix(unsigned char *addr, struct prefix_bits *prf) argument
93 prf->shorted = 0;
94 prf->enlarged = 0;
95 prf->rexr = 0;
96 prf->rex = 0;
102 prf->shorted = 1;
105 prf->enlarged = 1;
107 prf->rexr = 1;
109 prf->rex = 1;
147 struct prefix_bits prf; local
168 struct prefix_bits prf; local
191 struct prefix_bits prf; local
415 struct prefix_bits prf; local
475 struct prefix_bits prf; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/build/bakefiles/
H A Dwxwin.py141 prf = suf = ''
142 if sources[0].isspace(): prf=' '
148 return '%s%s%s' % (prf, ' '.join(retval), suf)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/asn1/
H A Dp5_pbev2.c79 ASN1_OPT(PBKDF2PARAM, prf, X509_ALGOR)
138 * If prf NID unspecified see if cipher has a preference. An error is OK
246 /* prf can stay NULL if we are using hmacWithSHA1 */
248 kdf->prf = X509_ALGOR_new();
249 if (!kdf->prf)
251 X509_ALGOR_set0(kdf->prf, OBJ_nid2obj(prf_nid), V_ASN1_NULL, NULL);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/asn1/
H A Dp5_pbev2.c79 ASN1_OPT(PBKDF2PARAM, prf, X509_ALGOR)
138 * If prf NID unspecified see if cipher has a preference. An error is OK
246 /* prf can stay NULL if we are using hmacWithSHA1 */
248 kdf->prf = X509_ALGOR_new();
249 if (!kdf->prf)
251 X509_ALGOR_set0(kdf->prf, OBJ_nid2obj(prf_nid), V_ASN1_NULL, NULL);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/libbcmcrypto/
H A DMakefile30 OBJS := aes.o aeskeywrap.o rijndael-alg-fst.o dh.o bn.o sha1.o passhash.o prf.o md5.o hmac.o rc4.o random.o
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/evp/
H A Dp5_crpt2.c229 if(kdf->prf && (OBJ_obj2nid(kdf->prf->algorithm) != NID_hmacWithSHA1)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/evp/
H A Dp5_crpt2.c291 if (kdf->prf)
292 prf_nid = OBJ_obj2nid(kdf->prf->algorithm);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/evp/
H A Dp5_crpt2.c291 if (kdf->prf)
292 prf_nid = OBJ_obj2nid(kdf->prf->algorithm);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/asn1/
H A Dp5_pbev2.c78 ASN1_OPT(PBKDF2PARAM, prf, X509_ALGOR)
157 /* prf can stay NULL because we are using hmacWithSHA1 */
/netgear-R7000-V1.0.7.12_1.2.5/src/wl/config/
H A Dwl.mk1103 WLFILES_SRC_HI += src/bcmcrypto/prf.c
1131 WLFILES_SRC_HI += src/bcmcrypto/prf.c
1183 WLFILES_SRC_HI += src/bcmcrypto/prf.c
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dfib_trie.c2410 __be32 prf = htonl(mask_pfx(tn->key, tn->pos)); local
2414 &prf, tn->pos, tn->bits, tn->full_children,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/x509/
H A Dx509.h557 X509_ALGOR *prf; member in struct:PBKDF2PARAM_st
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/x509/
H A Dx509.h545 X509_ALGOR *prf; member in struct:PBKDF2PARAM_st
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dx509.h545 X509_ALGOR *prf; member in struct:PBKDF2PARAM_st
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/x509/
H A Dx509.h557 X509_ALGOR *prf; member in struct:PBKDF2PARAM_st

Completed in 133 milliseconds