Searched refs:hmac (Results 51 - 75 of 136) sorted by relevance

123456

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dtyphoon.c1371 u32 hmac; local
1407 hmac = le32_to_cpu(fHdr->hmacDigest[0]);
1408 iowrite32(hmac, ioaddr + TYPHOON_REG_DOWNLOAD_HMAC_0);
1409 hmac = le32_to_cpu(fHdr->hmacDigest[1]);
1410 iowrite32(hmac, ioaddr + TYPHOON_REG_DOWNLOAD_HMAC_1);
1411 hmac = le32_to_cpu(fHdr->hmacDigest[2]);
1412 iowrite32(hmac, ioaddr + TYPHOON_REG_DOWNLOAD_HMAC_2);
1413 hmac = le32_to_cpu(fHdr->hmacDigest[3]);
1414 iowrite32(hmac, ioaddr + TYPHOON_REG_DOWNLOAD_HMAC_3);
1415 hmac
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/evp/
H A Dp5_crpt2.c64 #include <openssl/hmac.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/tests/
H A Dcavs_driver.pl223 my $hmac;
499 my $program = "fipsdrv --key $key --algo $hashtype hmac-sha";
1142 $out .= "Mac = " . &$hmac($key, $tlen, $msg, $hashtype{$tlen}) . "\n";
1770 die "Interface function hmac for HMAC testing not defined for tested library"
1771 if (!defined($hmac));
2200 $hmac = \&libgcrypt_hmac;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/tests/
H A Dcavs_driver.pl223 my $hmac;
499 my $program = "fipsdrv --key $key --algo $hashtype hmac-sha";
1142 $out .= "Mac = " . &$hmac($key, $tlen, $msg, $hashtype{$tlen}) . "\n";
1770 die "Interface function hmac for HMAC testing not defined for tested library"
1771 if (!defined($hmac));
2200 $hmac = \&libgcrypt_hmac;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/evp/
H A Dp5_crpt2.c65 # include <openssl/hmac.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/hmac/
H A Dhmac.c1 /* crypto/hmac/hmac.c */
62 #include <openssl/hmac.h>
H A Dhmactest.c1 /* crypto/hmac/hmactest.c */
72 # include <openssl/hmac.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/evp/
H A Dp5_crpt2.c65 # include <openssl/hmac.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/hmac/
H A Dhmac.c1 /* crypto/hmac/hmac.c */
62 #include <openssl/hmac.h>
H A Dhmactest.c1 /* crypto/hmac/hmactest.c */
72 # include <openssl/hmac.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/cipher/
H A DMakefile.in77 hmac-tests.lo primegen.lo hash-common.lo
260 hmac-tests.c \
358 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hmac-tests.Plo@am__quote@
H A DMakefile77 hmac-tests.lo primegen.lo hash-common.lo
260 hmac-tests.c \
358 include ./$(DEPDIR)/hmac-tests.Plo
H A Dmd.c157 int secure, int hmac);
431 md_open (gcry_md_hd_t *h, int algo, int secure, int hmac) argument
479 if (hmac)
832 /* Finish the hmac. */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A DMakefile.in77 hmac-tests.lo primegen.lo hash-common.lo
260 hmac-tests.c \
358 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hmac-tests.Plo@am__quote@
H A DMakefile77 hmac-tests.lo primegen.lo hash-common.lo
260 hmac-tests.c \
358 include ./$(DEPDIR)/hmac-tests.Plo
H A Dmd.c157 int secure, int hmac);
431 md_open (gcry_md_hd_t *h, int algo, int secure, int hmac) argument
479 if (hmac)
832 /* Finish the hmac. */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A DMakefile.inc41 pingpong.c rtsp.c curl_threads.c warnless.c hmac.c curl_rtmp.c \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/
H A Dinstall.com52 $ EXHEADER_HMAC := hmac.h
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A DGNUmakefile106 DLLSRCS = algebra.cpp algparam.cpp asn.cpp basecode.cpp cbcmac.cpp channels.cpp cryptlib.cpp des.cpp dessp.cpp dh.cpp dll.cpp dsa.cpp ec2n.cpp eccrypto.cpp ecp.cpp eprecomp.cpp files.cpp filters.cpp fips140.cpp fipstest.cpp gf2n.cpp gfpcrypt.cpp hex.cpp hmac.cpp integer.cpp iterhash.cpp misc.cpp modes.cpp modexppc.cpp mqueue.cpp nbtheory.cpp oaep.cpp osrng.cpp pch.cpp pkcspad.cpp pubkey.cpp queue.cpp randpool.cpp rdtables.cpp rijndael.cpp rng.cpp rsa.cpp sha.cpp simple.cpp skipjack.cpp strciphr.cpp trdlocal.cpp
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sctp/
H A Dendpointola.c254 crypto_free_hash(sctp_sk(ep->base.sk)->hmac);
H A Dsm_make_chunk.c1183 __u8 *hmac; local
1185 /* Get the first hmac that the peer told us to use */
1201 hmac = skb_put(retval->skb, hmac_desc->hmac_len);
1202 memset(hmac, 0, hmac_desc->hmac_len);
1584 if (sctp_sk(ep->base.sk)->hmac) {
1591 desc.tfm = sctp_sk(ep->base.sk)->hmac;
1653 if (!sctp_sk(ep->base.sk)->hmac)
1660 desc.tfm = sctp_sk(ep->base.sk)->hmac;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dsctp.h703 __u8 hmac[0]; member in struct:sctp_authhdr
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A DMakefile246 ciphers.o: ../include/openssl/hmac.h ../include/openssl/kssl.h
313 dgst.o: ../include/openssl/hmac.h ../include/openssl/lhash.h
428 engine.o: ../include/openssl/hmac.h ../include/openssl/kssl.h
449 errstr.o: ../include/openssl/hmac.h ../include/openssl/kssl.h
556 ocsp.o: ../include/openssl/evp.h ../include/openssl/hmac.h
577 openssl.o: ../include/openssl/hmac.h ../include/openssl/kssl.h
792 s_cb.o: ../include/openssl/hmac.h ../include/openssl/kssl.h
814 s_client.o: ../include/openssl/evp.h ../include/openssl/hmac.h
838 s_server.o: ../include/openssl/evp.h ../include/openssl/hmac.h
862 s_socket.o: ../include/openssl/hmac
[all...]
H A Ddgst.c69 #include <openssl/hmac.h>
216 else if (!strcmp(*argv, "-hmac")) {
262 BIO_printf(bio_err, "-hmac arg set the HMAC key to arg\n");
276 BIO_printf(bio_err, "-hmac key create hashed MAC with key\n");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A DMakefile246 ciphers.o: ../include/openssl/hmac.h ../include/openssl/kssl.h
313 dgst.o: ../include/openssl/hmac.h ../include/openssl/lhash.h
428 engine.o: ../include/openssl/hmac.h ../include/openssl/kssl.h
449 errstr.o: ../include/openssl/hmac.h ../include/openssl/kssl.h
556 ocsp.o: ../include/openssl/evp.h ../include/openssl/hmac.h
577 openssl.o: ../include/openssl/hmac.h ../include/openssl/kssl.h
792 s_cb.o: ../include/openssl/hmac.h ../include/openssl/kssl.h
814 s_client.o: ../include/openssl/evp.h ../include/openssl/hmac.h
838 s_server.o: ../include/openssl/evp.h ../include/openssl/hmac.h
862 s_socket.o: ../include/openssl/hmac
[all...]

Completed in 176 milliseconds

123456