Searched refs:hmac (Results 1 - 25 of 77) sorted by relevance

1234

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/hmac/
H A DMakefile5 DIR= hmac
25 LIBSRC=hmac.c
26 LIBOBJ=hmac.o
30 EXHEADER= hmac.h
80 hmac.o: ../../e_os.h ../../include/openssl/aes.h ../../include/openssl/asn1.h
81 hmac.o: ../../include/openssl/bio.h ../../include/openssl/blowfish.h
82 hmac.o: ../../include/openssl/bn.h ../../include/openssl/buffer.h
83 hmac.o: ../../include/openssl/cast.h ../../include/openssl/crypto.h
84 hmac.o: ../../include/openssl/des.h ../../include/openssl/des_old.h
85 hmac
[all...]
H A Dhmactest.c1 /* crypto/hmac/hmactest.c */
72 #include <openssl/hmac.h>
H A Dhmac.c1 /* crypto/hmac/hmac.c */
61 #include <openssl/hmac.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/hmac/
H A DMakefile5 DIR= hmac
20 LIBSRC=hmac.c
21 LIBOBJ=hmac.o
25 EXHEADER= hmac.h
77 hmac.o: ../../e_os.h ../../include/openssl/asn1.h ../../include/openssl/bio.h
78 hmac.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
79 hmac.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
80 hmac.o: ../../include/openssl/evp.h ../../include/openssl/hmac.h
81 hmac
[all...]
H A Dhmactest.c1 /* crypto/hmac/hmactest.c */
72 #include <openssl/hmac.h>
H A Dhmac.c1 /* crypto/hmac/hmac.c */
62 #include <openssl/hmac.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/fips/
H A Dopenssl_fips_fingerprint25 openssl sha1 -hmac etaonrishdlcupfm $lib | sed "s/(.*\//(/" | diff -w $lib.sha1 - || { echo "$libs fingerprint mismatch"; exit 1; }
30 openssl sha1 -hmac etaonrishdlcupfm -binary $exe > $exe.sha1 || rm $exe.sha1
H A Dfips.c55 #include <openssl/hmac.h>
128 HMAC_CTX hmac; local
148 HMAC_Init(&hmac,key,strlen(key),EVP_sha1());
159 if (n) HMAC_Update(&hmac,buf,n);
162 HMAC_Final(&hmac,mdbuf,&n);
163 HMAC_CTX_cleanup(&hmac);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/pkcs12/
H A Dp12_mutl.c62 #include <openssl/hmac.h>
71 HMAC_CTX hmac; local
89 HMAC_CTX_init(&hmac);
90 HMAC_Init_ex(&hmac, key, PKCS12_MAC_KEY_LENGTH, md_type, NULL);
91 HMAC_Update(&hmac, p12->authsafes->d.data->data,
93 HMAC_Final(&hmac, mac, maclen);
94 HMAC_CTX_cleanup(&hmac);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/pkcs12/
H A Dp12_mutl.c62 #include <openssl/hmac.h>
71 HMAC_CTX hmac; local
95 HMAC_CTX_init(&hmac);
96 HMAC_Init_ex(&hmac, key, EVP_MD_size(md_type), md_type, NULL);
97 HMAC_Update(&hmac, p12->authsafes->d.data->data,
99 HMAC_Final(&hmac, mac, maclen);
100 HMAC_CTX_cleanup(&hmac);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/tests/
H A DMakefile.am22 mpitests tsexp keygen pubkey hmac keygrip fips186-dsa aeswrap \
H A DMakefile.in58 tsexp$(EXEEXT) keygen$(EXEEXT) pubkey$(EXEEXT) hmac$(EXEEXT) \
88 tsexp$(EXEEXT) keygen$(EXEEXT) pubkey$(EXEEXT) hmac$(EXEEXT) \
139 hmac_SOURCES = hmac.c
140 hmac_OBJECTS = hmac.$(OBJEXT)
233 curves.c fips186-dsa.c fipsdrv.c hmac.c keygen.c keygrip.c \
238 benchmark.c curves.c fips186-dsa.c fipsdrv.c hmac.c keygen.c \
477 hmac$(EXEEXT): $(hmac_OBJECTS) $(hmac_DEPENDENCIES)
478 @rm -f hmac$(EXEEXT)
541 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hmac.Po@am__quote@
H A DMakefile58 tsexp$(EXEEXT) keygen$(EXEEXT) pubkey$(EXEEXT) hmac$(EXEEXT) \
88 tsexp$(EXEEXT) keygen$(EXEEXT) pubkey$(EXEEXT) hmac$(EXEEXT) \
139 hmac_SOURCES = hmac.c
140 hmac_OBJECTS = hmac.$(OBJEXT)
233 curves.c fips186-dsa.c fipsdrv.c hmac.c keygen.c keygrip.c \
238 benchmark.c curves.c fips186-dsa.c fipsdrv.c hmac.c keygen.c \
477 hmac$(EXEEXT): $(hmac_OBJECTS) $(hmac_DEPENDENCIES)
478 @rm -f hmac$(EXEEXT)
541 include ./$(DEPDIR)/hmac.Po
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/dist/
H A Ds_tags21 ../hmac/*.[ch] \
H A Ds_include74 for i in db btree clib common crypto dbreg env fileops hash hmac \
H A Ds_symlink42 build hmac/tags ../dist/tags
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A DMakefile.am39 hmac-tests.c \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/fips/sha1/
H A Dfips_standalone_sha1.c51 #include <openssl/hmac.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/test/
H A Dhmactest.c1 /* crypto/hmac/hmactest.c */
72 #include <openssl/hmac.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/crypto/
H A DMakefile18 obj-$(CONFIG_CRYPTO_HMAC) += hmac.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/test/
H A Dhmactest.c1 /* crypto/hmac/hmactest.c */
72 #include <openssl/hmac.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/ssl/
H A Dt1_enc.c116 #include <openssl/hmac.h>
701 HMAC_CTX hmac; local
728 HMAC_CTX_init(&hmac);
729 HMAC_Init_ex(&hmac,mac_sec,EVP_MD_size(hash),hash,NULL);
730 HMAC_Update(&hmac,seq,8);
731 HMAC_Update(&hmac,buf,5);
732 HMAC_Update(&hmac,rec->input,rec->length);
733 HMAC_Final(&hmac,md,&md_size);
734 HMAC_CTX_cleanup(&hmac);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Dt1_enc.c116 #include <openssl/hmac.h>
720 HMAC_CTX hmac; local
747 HMAC_CTX_init(&hmac);
748 HMAC_Init_ex(&hmac,mac_sec,EVP_MD_size(hash),hash,NULL);
749 HMAC_Update(&hmac,seq,8);
750 HMAC_Update(&hmac,buf,5);
751 HMAC_Update(&hmac,rec->input,rec->length);
752 HMAC_Final(&hmac,md,&md_size);
753 HMAC_CTX_cleanup(&hmac);
H A Dd1_enc.c120 #include <openssl/hmac.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/build_brew/
H A Dbdbread.mak36 OBJS =bdbread.o AEEModGen.o AEEAppGen.o bt_compact.o bt_compare.o bt_conv.o bt_curadj.o bt_cursor.o bt_delete.o bt_method.o bt_open.o bt_put.o bt_rec.o bt_reclaim.o bt_recno.o bt_rsearch.o bt_search.o bt_split.o bt_stat.o btree_auto.o atol.o isalpha.o isdigit.o isprint.o isspace.o printf.o qsort.o rand.o strcasecmp.o strerror.o strncat.o strsep.o strtol.o time.o crypto_stub.o db_byteorder.o db_err.o db_getlong.o db_idspace.o db_log2.o db_shash.o dbt.o mkpath.o zerofill.o crdel_auto.o crdel_rec.o db.o db_am.o db_auto.o db_cam.o db_cds.o db_conv.o db_dispatch.o db_dup.o db_iface.o db_join.o db_meta.o db_method.o db_open.o db_overflow.o db_pr.o db_rec.o db_reclaim.o db_remove.o db_rename.o db_ret.o db_setid.o db_setlsn.o db_stati.o db_truncate.o db_upg.o db_vrfy_stub.o dbreg.o dbreg_auto.o dbreg_rec.o dbreg_stat.o dbreg_util.o env_alloc.o env_config.o env_failchk.o env_file.o env_method.o env_name.o env_open.o env_recover.o env_region.o env_register.o env_sig.o env_stat.o fileops_auto.o fop_basic.o fop_rec.o fop_util.o hash_func.o hash_stub.o hmac.o sha1.o lock_stub.o log.o log_archive.o log_compare.o log_debug.o log_get.o log_method.o log_put.o log_stat.o mp_alloc.o mp_bh.o mp_fget.o mp_fmethod.o mp_fopen.o mp_fput.o mp_fset.o mp_method.o mp_mvcc.o mp_region.o mp_register.o mp_resize.o mp_stat.o mp_sync.o mp_trickle.o mut_stub.o os_alloc.o os_cpu.o os_fid.o os_flock.o os_getenv.o os_map.o os_root.o os_rpath.o os_stack.o os_tmpdir.o os_uid.o ctime.o fclose.o fgetc.o fgets.o fopen.o fwrite.o getcwd.o globals.o localtime.o os_abort.o os_abs.o os_clock.o os_config.o os_dir.o os_errno.o os_handle.o os_mkdir.o os_open.o os_pid.o os_rename.o os_rw.o os_seek.o os_stat.o os_truncate.o os_unlink.o os_yield.o qam_stub.o rep_stub.o repmgr_stub.o txn.o txn_auto.o txn_chkpt.o txn_failchk.o txn_method.o txn_rec.o txn_recover.o txn_region.o txn_stat.o txn_util.o xa_stub.o
327 RULE10 = ..\hmac
511 hmac.o: ..\hmac\hmac.c
512 sha1.o: ..\hmac\sha1.c

Completed in 114 milliseconds

1234