Searched refs:sha1 (Results 1 - 8 of 8) sorted by relevance

/openwrt/package/utils/px5g-standalone/src/polarssl/
H A Dsha1.h2 * \file sha1.h
87 void sha1( unsigned char *input, int ilen, unsigned char output[20] );
150 #endif /* sha1.h */
/openwrt/package/network/services/ead/src/
H A DMakefile23 ead-crypt.o: aes.c sha1.c
/openwrt/tools/firmware-utils/
H A DMakefile42 $(call cc,mkplanexfw sha1)
77 $(call cc,mkmerakifw sha1, -Wall)
/openwrt/package/kernel/linux/modules/
H A Dcrypto.mk531 define KernelPackage/crypto-sha1
542 define KernelPackage/crypto-sha1/octeon
543 FILES+=$(LINUX_DIR)/arch/mips/cavium-octeon/crypto/octeon-sha1.ko
544 AUTOLOAD:=$(call AutoLoad,09,octeon-sha1)
547 $(eval $(call KernelPackage,crypto-sha1))
H A Dnetsupport.mk289 DEPENDS:=+kmod-crypto-authenc +kmod-crypto-iv +kmod-crypto-des +kmod-crypto-hmac +kmod-crypto-md5 +kmod-crypto-sha1 +kmod-crypto-deflate +kmod-crypto-cbc +kmod-crypto-echainiv
713 DEPENDS:=kmod-ppp +kmod-crypto-sha1 +kmod-crypto-ecb
/openwrt/package/utils/px5g-standalone/src/library/
H A Drsa.c587 #include "polarssl/sha1.h"
717 sha1( rsa_plaintext, PT_LEN, sha1sum );
H A Dsha1.c45 #include "polarssl/sha1.h"
328 void sha1( unsigned char *input, int ilen, unsigned char output[20] ) function
381 sha1( key, keylen, sum );
H A Dx509write.c38 #include "polarssl/sha1.h"
977 sha1(chain->tbs.data, chain->tbs.len, hash);

Completed in 57 milliseconds