OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sha2
(Results
1 - 25
of
26
) sorted by null
1
2
/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/
Android.mk
24
../../lib/nanohub/
sha2
.c \
Makefile
18
SRC = nanoapp_encr.c ../../lib/nanohub/aes.c ../../lib/nanohub/
sha2
.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
Android.mk
23
../../lib/nanohub/
sha2
.c \
nanoapp_sign.c
25
#include <nanohub/
sha2
.h>
367
printHash(stderr, "
SHA2
hash", hash, SHA2_HASH_WORDS);
/external/libchrome/crypto/
p224_spake.h
9
#include <crypto/
sha2
.h>
/system/tpm/trunks/
policy_session_impl.cc
25
#include <crypto/
sha2
.h>
policy_session_test.cc
19
#include <crypto/
sha2
.h>
trunks_client_test.cc
29
#include <crypto/
sha2
.h>
[
all
...]
tpm_utility_impl.cc
25
#include <crypto/
sha2
.h>
[
all
...]
/device/google/contexthub/firmware/
Makefile
67
SRCS_bl += ../lib/nanohub/
sha2
.c ../lib/nanohub/rsa.c ../lib/nanohub/aes.c src/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
...]
/external/libweave/
file_lists.mk
151
third_party/chromium/crypto/
sha2
.cc
/device/google/contexthub/firmware/src/
appSec.c
21
#include <nanohub/
sha2
.h>
48
#define STATE_VERIFY 5 // decryption of ciphertext done; now decrypting and verifying the encrypted plaintext
SHA2
/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
...]
/device/google/contexthub/firmware/src/platform/stm32f4xx/
bl.c
25
#include <nanohub/
sha2
.h>
[
all
...]
/system/tpm/attestation/server/
attestation_service.cc
26
#include <crypto/
sha2
.h>
/external/libchrome/
Android.mk
474
crypto/
sha2
.cc \
/external/ipsec-tools/src/racoon/
crypto_openssl.c
92
#include <openssl/
sha2
.h>
94
#include "crypto/
sha2
/
sha2
.h"
[
all
...]
Completed in 841 milliseconds
1
2