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

  /bootable/bootloader/legacy/libc/
crypto.c 30 #include "sha.h"
36 SHA(data, dlen, digest);
sha.h 49 const uint8_t* SHA(const void *data, int len, uint8_t *digest);
sha.c 29 #include "sha.h"
132 const uint8_t* SHA(const void *data, int len, uint8_t *digest) {
  /external/openssl/crypto/sha/
sha_one.c 1 /* crypto/sha/sha_one.c */
61 #include <openssl/sha.h>
65 unsigned char *SHA(const unsigned char *d, size_t n, unsigned char *md)
sha.h 1 /* crypto/sha/sha.h */
70 #error SHA is disabled.
94 #define SHA_CBLOCK (SHA_LBLOCK*4) /* SHA treats input data as a
115 unsigned char *SHA(const unsigned char *d, size_t n, unsigned char *md);
126 #define SHA256_CBLOCK (SHA_LBLOCK*4) /* SHA-256 treats input data as a
157 * Unlike 32-bit digest algorithms, SHA-512 *relies* on SHA_LONG64
161 #define SHA512_CBLOCK (SHA_LBLOCK*8) /* SHA-512 treats input data as a
sha_locl.h 1 /* crypto/sha/sha_locl.h */
63 #include <openssl/sha.h>
126 FIPS_NON_FIPS_MD_Init(SHA)
  /system/core/include/mincrypt/
sha.h 0 /* sha.h
55 const uint8_t* SHA(const void* data, int len, uint8_t* digest);
  /external/openssl/include/openssl/
sha.h 1 /* crypto/sha/sha.h */
70 #error SHA is disabled.
94 #define SHA_CBLOCK (SHA_LBLOCK*4) /* SHA treats input data as a
115 unsigned char *SHA(const unsigned char *d, size_t n, unsigned char *md);
126 #define SHA256_CBLOCK (SHA_LBLOCK*4) /* SHA-256 treats input data as a
157 * Unlike 32-bit digest algorithms, SHA-512 *relies* on SHA_LONG64
161 #define SHA512_CBLOCK (SHA_LBLOCK*8) /* SHA-512 treats input data as a
  /external/tcpdump/
print-arp.c 93 #define SHA(ap) (ar_sha(ap))
297 ND_PRINT((ndo, " is-at %s", linkaddr_string(SHA(ap), HLN(ap))));
303 linkaddr_string(SHA(ap), HLN(ap))));
315 linkaddr_string(SHA(ap), HLN(ap))));
  /external/openssl/crypto/
install.com 45 MD2,MD4,MD5,SHA,MDC2,HMAC,RIPEMD,-
58 $ EXHEADER_SHA := sha.h
  /system/core/libmincrypt/
sha.c 0 /* sha.c
28 #include "mincrypt/sha.h"
296 const uint8_t* SHA(const void *data, int len, uint8_t *digest) {
  /bootable/recovery/applypatch/
applypatch.c 28 #include "mincrypt/sha.h"
77 SHA(file->data, file->size, file->sha1);
206 // Duplicate the SHA context and finalize the duplicate so we can
223 printf("mtd read matched size %d sha %s\n",
597 printf("copy file doesn't match source SHA-1s either\n");
  /bootable/recovery/updater/
install.c 32 #include "mincrypt/sha.h"
764 ErrorAbort(state, "%s(): sha-1 #%d is not string", name, i);
906 // Take a sha-1 digest and return it as a newly-allocated hex string.
942 SHA(args[0]->data, args[0]->size, digest);
957 fprintf(stderr, "%s(): error parsing \"%s\" as sha-1; skipping",
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]

Completed in 142 milliseconds