/external/mmc-utils/ |
Android.mk | 7 LOCAL_SRC_FILES += 3rdparty/hmac_sha/sha2.c 3rdparty/hmac_sha/hmac_sha2.c
|
Makefile | 8 3rdparty/hmac_sha/sha2.o
|
/device/google/contexthub/util/nanoapp_encr/ |
Makefile | 18 SRC = nanoapp_encr.c ../../lib/nanohub/aes.c ../../lib/nanohub/sha2.c ../../lib/nanohub/nanoapp.c
|
nanoapp_encr.c | 25 #include <nanohub/sha2.h> 144 // finally, encrypt and output SHA2 hash
|
/device/google/contexthub/util/nanoapp_sign/ |
Makefile | 18 SRC = nanoapp_sign.c ../../lib/nanohub/rsa.c ../../lib/nanohub/sha2.c ../../lib/nanohub/nanoapp.c
|
nanoapp_sign.c | 25 #include <nanohub/sha2.h> 367 printHash(stderr, "SHA2 hash", hash, SHA2_HASH_WORDS);
|
/prebuilts/go/darwin-x86/src/crypto/x509/ |
sha2_windows_test.go | 15 // Windows XP SP2 and Windows 2003 do not support SHA2. 16 // http://blogs.technet.com/b/pki/archive/2010/09/30/sha2-and-windows.aspx
|
verify_test.go | 29 sha2 bool 221 sha2: true, 430 if useSystemRoots && !supportSHA2 && test.sha2 { [all...] |
/prebuilts/go/linux-x86/src/crypto/x509/ |
sha2_windows_test.go | 15 // Windows XP SP2 and Windows 2003 do not support SHA2. 16 // http://blogs.technet.com/b/pki/archive/2010/09/30/sha2-and-windows.aspx
|
verify_test.go | 29 sha2 bool 221 sha2: true, 430 if useSystemRoots && !supportSHA2 && test.sha2 { [all...] |
/device/google/contexthub/lib/ |
Android.mk | 22 nanohub/sha2.c \
|
/external/pdfium/core/fpdfapi/parser/ |
cpdf_security_handler.cpp | 638 CRYPT_sha2_context sha2; local 644 CRYPT_SHA256Start(&sha2); 645 CRYPT_SHA256Update(&sha2, password.raw_str(), password.GetLength()); 646 CRYPT_SHA256Update(&sha2, digest, 8); 648 CRYPT_SHA256Update(&sha2, ukey.raw_str(), ukey.GetLength()); 650 CRYPT_SHA256Finish(&sha2, digest1); 659 CRYPT_SHA256Start(&sha2); 660 CRYPT_SHA256Update(&sha2, password.raw_str(), password.GetLength()); 661 CRYPT_SHA256Update(&sha2, digest + 8, 8); 663 CRYPT_SHA256Update(&sha2, ukey.raw_str(), ukey.GetLength()) [all...] |
/system/tpm/trunks/ |
policy_session_impl.cc | 25 #include <crypto/sha2.h>
|
policy_session_test.cc | 19 #include <crypto/sha2.h>
|
/device/google/contexthub/firmware/ |
firmware.mk | 76 SRCS_bl += ../lib/nanohub/sha2.c ../lib/nanohub/rsa.c ../lib/nanohub/aes.c os/core/seos.c
|
/device/google/contexthub/lib/nanohub/ |
sha2.c | 18 #include <nanohub/sha2.h>
|
/external/dhcpcd-6.8.2/ |
configure | 74 --without-sha2) SHA2=no;; 75 --without-sha256) SHA2=no;; 993 if [ -z "$SHA2_H" -a -z "$SHA2" -o "$SHA2" != no ]; then 994 printf "Testing for sha2.h ... " 995 if [ -e /usr/include/sha2.h ]; then 996 SHA2_H=sha2.h 1007 if [ -z "$SHA2" ]; then 1030 SHA2=ye [all...] |
/system/tpm/tpm_manager/client/ |
main.cc | 35 #include <crypto/sha2.h>
|
/device/google/contexthub/firmware/os/core/ |
appSec.c | 24 #include <nanohub/sha2.h> 47 #define STATE_VERIFY 5 // decryption of ciphertext done; now decrypting and verifying the encrypted plaintext SHA2
|
bl.c | 24 #include <nanohub/sha2.h>
|
/system/tpm/attestation/common/ |
crypto_utility_impl.cc | 27 #include <crypto/sha2.h>
|
tpm_utility_v1.cc | 25 #include <crypto/sha2.h>
|
/external/ipsec-tools/src/racoon/missing/crypto/sha2/ |
sha2.c | 1 /* $NetBSD: sha2.c,v 1.4 2006/09/09 16:22:36 manu Exp $ */ 3 /* Id: sha2.c,v 1.6 2004/09/21 14:35:25 ludvigm Exp */ 6 * sha2.c 47 #include <crypto/sha2/sha2.h> 75 * cc -DSHA2_UNROLL_TRANSFORM -o sha2 sha2.c sha2prog.c 148 /* NOTE: Most of these are in sha2.h */ [all...] |
/system/tpm/attestation/server/ |
attestation_service.cc | 26 #include <crypto/sha2.h>
|
/external/curl/lib/vtls/ |
gtls.c | 42 #include <nettle/sha2.h> [all...] |