Searched refs:sha (Results 1 – 7 of 7) sorted by relevance
| /third_party/ulib/uboringssl/include/openssl/ |
| A D | sha.h | 77 OPENSSL_EXPORT int SHA1_Init(SHA_CTX *sha); 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); 129 OPENSSL_EXPORT int SHA224_Init(SHA256_CTX *sha); 137 OPENSSL_EXPORT int SHA224_Final(uint8_t *md, SHA256_CTX *sha); 154 OPENSSL_EXPORT int SHA256_Init(SHA256_CTX *sha); 162 OPENSSL_EXPORT int SHA256_Final(uint8_t *md, SHA256_CTX *sha); 199 OPENSSL_EXPORT int SHA384_Init(SHA512_CTX *sha); 207 OPENSSL_EXPORT int SHA384_Final(uint8_t *md, SHA512_CTX *sha); 224 OPENSSL_EXPORT int SHA512_Init(SHA512_CTX *sha); [all …]
|
| /third_party/ulib/uboringssl/ |
| A D | zircon-unused.c | 77 int SHA1_Final(uint8_t* md, SHA_CTX* sha) { in SHA1_Final() argument 81 int SHA1_Init(SHA_CTX* sha) { in SHA1_Init() argument 85 int SHA1_Update(SHA_CTX* sha, const void* data, size_t len) { in SHA1_Update() argument 89 int SHA384_Final(uint8_t* md, SHA512_CTX* sha) { in SHA384_Final() argument 93 int SHA384_Init(SHA512_CTX* sha) { in SHA384_Init() argument 97 int SHA384_Update(SHA512_CTX* sha, const void* data, size_t len) { in SHA384_Update() argument 101 int SHA512_Final(uint8_t* md, SHA512_CTX* sha) { in SHA512_Final() argument 105 int SHA512_Init(SHA512_CTX* sha) { in SHA512_Init() argument 109 int SHA512_Update(SHA512_CTX* sha, const void* data, size_t len) { in SHA512_Update() argument
|
| A D | rules.mk | 33 $(CRYPTO_DIR)/fipsmodule/sha/sha256.c \
|
| /third_party/ulib/uboringssl/crypto/fipsmodule/sha/ |
| A D | sha256.c | 74 sha->h[0] = 0xc1059ed8UL; in SHA224_Init() 75 sha->h[1] = 0x367cd507UL; in SHA224_Init() 76 sha->h[2] = 0x3070dd17UL; in SHA224_Init() 77 sha->h[3] = 0xf70e5939UL; in SHA224_Init() 78 sha->h[4] = 0xffc00b31UL; in SHA224_Init() 79 sha->h[5] = 0x68581511UL; in SHA224_Init() 80 sha->h[6] = 0x64f98fa7UL; in SHA224_Init() 81 sha->h[7] = 0xbefa4fa4UL; in SHA224_Init() 88 sha->h[0] = 0x6a09e667UL; in SHA256_Init() 89 sha->h[1] = 0xbb67ae85UL; in SHA256_Init() [all …]
|
| /third_party/tools/android/ |
| A D | mkbootimg | 34 def update_sha(sha, f): 36 sha.update(f.read()) 38 sha.update(pack('I', filesize(f))) 40 sha.update(pack('I', 0)) 65 sha = sha1() 66 update_sha(sha, args.kernel) 67 update_sha(sha, args.ramdisk) 68 update_sha(sha, args.second) 69 img_id = pack('32s', sha.digest())
|
| /third_party/lib/uboringssl/ |
| A D | rules.mk | 22 $(SRC_DIR)/fipsmodule/sha/sha256.c \
|
| /third_party/ulib/musl/ |
| A D | WHATSNEW | 724 - sha 256/512 password hash functions in crypt 1693 - wrongly clamping (rather than failing) excessive rounds in crypt-sha*
|
Completed in 11 milliseconds