HomeSort by relevance Sort by last modified time
    Searched refs:SHA_CTX (Results 1 - 23 of 23) sorted by null

  /device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/Hash/
CryptSha1.c 34 return (UINTN) (sizeof (SHA_CTX));
65 return (BOOLEAN) (SHA1_Init ((SHA_CTX *) Sha1Context));
95 CopyMem (NewSha1Context, Sha1Context, sizeof (SHA_CTX));
143 return (BOOLEAN) (SHA1_Update ((SHA_CTX *) Sha1Context, Data, DataSize));
183 return (BOOLEAN) (SHA1_Final (HashValue, (SHA_CTX *) Sha1Context));
  /external/ppp/pppd/
openssl-hash.h 26 #define SHA1_CTX SHA_CTX
  /external/boringssl/src/include/openssl/
sha.h 77 OPENSSL_EXPORT int SHA1_Init(SHA_CTX *sha);
80 OPENSSL_EXPORT int SHA1_Update(SHA_CTX *sha, const void *data, size_t len);
85 OPENSSL_EXPORT int SHA1_Final(uint8_t *md, SHA_CTX *sha);
95 OPENSSL_EXPORT void SHA1_Transform(SHA_CTX *sha, const uint8_t *block);
base.h 390 typedef struct sha_state_st SHA_CTX;
  /external/curl/src/
tool_metalink.c 42 # define SHA_CTX struct sha1_ctx
47 # define SHA_CTX gcry_md_hd_t
53 # define SHA_CTX void *
62 # define SHA_CTX sha1_context
93 # define SHA_CTX struct win32_crypto_hash
145 static int SHA1_Init(SHA_CTX *ctx)
151 static void SHA1_Update(SHA_CTX *ctx,
158 static void SHA1_Final(unsigned char digest[20], SHA_CTX *ctx)
202 static int SHA1_Init(SHA_CTX *ctx)
208 static void SHA1_Update(SHA_CTX *ctx
    [all...]
  /external/boringssl/src/crypto/fipsmodule/sha/
sha_test.cc 25 SHA_CTX ctx;
sha1.c 67 int SHA1_Init(SHA_CTX *sha) {
68 OPENSSL_memset(sha, 0, sizeof(SHA_CTX));
78 SHA_CTX ctx;
88 #define HASH_CTX SHA_CTX
  /external/ltp/testcases/kernel/security/integrity/ima/src/
ima_boot_aggregate.c 68 SHA_CTX c;
  /external/wpa_supplicant_8/src/crypto/
fips_prf_openssl.c 18 SHA_CTX context;
  /external/boringssl/src/crypto/fipsmodule/digest/
digests.c 146 out->ctx_size = sizeof(SHA_CTX);
248 SHA_CTX sha1;
  /bootable/recovery/tests/unit/
package_test.cpp 90 SHA_CTX ctx;
  /external/libbrillo/brillo/
cryptohome.cc 80 SHA_CTX ctx;
  /external/nos/host/android/hals/authsecret/
AuthSecret.cpp 41 SHA_CTX c;
  /external/boringssl/src/crypto/cipher_extra/
tls_cbc.c 210 SHA_CTX sha1;
231 SHA_CTX *sha1 = &ctx->sha1;
  /art/dex2oat/linker/
elf_writer_quick.cc 305 SHA_CTX ctx;
  /bootable/recovery/applypatch/
applypatch.cpp 365 SHA_CTX ctx;
  /bootable/recovery/install/
verifier.cpp 210 SHA_CTX sha1_ctx;
  /external/ipsec-tools/src/racoon/
crypto_openssl.c     [all...]
  /external/nos/host/generic/citadel/updater/
updater.cpp 340 SHA_CTX ctx;
    [all...]
  /bootable/recovery/updater/
blockimg.cpp     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/
infinite_recursion.py     [all...]
  /external/python/cpython2/Lib/lib2to3/tests/data/
infinite_recursion.py     [all...]
  /external/python/cpython3/Lib/lib2to3/tests/data/
infinite_recursion.py     [all...]

Completed in 1034 milliseconds