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

  /bootable/bootloader/legacy/libc/
crypto.c 30 #include "sha.h"
36 SHA(data, dlen, digest);
sha.h 27 const uint8_t* SHA(const void* data, int len, uint8_t* digest);
rsa.c 5 #include "sha.h"
122 // SHA-1 of PKCS1.5 signature padding for 2048 bit, as above.
129 // Verify a 2048 bit RSA PKCS1.5 signature against an expected SHA-1 hash.
134 const uint8_t* sha) {
152 // Xor sha portion, so it all becomes 00 iff equal.
154 buf[i] ^= *sha++;
158 SHA(buf, len, buf);
sha.c 6 #include "sha.h"
112 const uint8_t* SHA(const void* data, int len, uint8_t* digest) {
  /system/core/include/mincrypt/
sha.h 0 /* sha.h
55 const uint8_t* SHA(const void* data, int len, uint8_t* digest);
  /external/openssl/crypto/sha/
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);
129 #define SHA256_CBLOCK (SHA_LBLOCK*4) /* SHA-256 treats input data as a
164 * Unlike 32-bit digest algorithms, SHA-512 *relies* on SHA_LONG64
168 #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_md_init(SHA)
128 fips_md_init_ctx(SHA1, SHA)
  /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);
129 #define SHA256_CBLOCK (SHA_LBLOCK*4) /* SHA-256 treats input data as a
164 * Unlike 32-bit digest algorithms, SHA-512 *relies* on SHA_LONG64
168 #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))));
  /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"
47 // the retouched entries back to their original value (such that SHA-1 checks
103 SHA(file->data, file->size, file->sha1);
259 // Duplicate the SHA context and finalize the duplicate so we can
276 printf("partition read matched size %d sha %s\n",
693 printf("copy file doesn't match source SHA-1s either\n");
  /bootable/recovery/updater/
install.c 34 #include "mincrypt/sha.h"
852 ErrorAbort(state, "%s(): sha-1 #%d is not string", name, i);
1002 // Take a sha-1 digest and return it as a newly-allocated hex string.
1038 SHA(args[0]->data, args[0]->size, digest);
1053 fprintf(stderr, "%s(): error parsing \"%s\" as sha-1; skipping",
    [all...]
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]

Completed in 3229 milliseconds