Searched defs:hash_buffer (Results 1 - 3 of 3) sorted by relevance
/external/dropbear/libtomcrypt/demos/ |
H A D | hashsum.c | 20 unsigned char hash_buffer[MAXBLOCKSIZE]; local 43 x = fread(hash_buffer, 1, sizeof(hash_buffer), stdin); 44 hash_descriptor[idx].process(&md, hash_buffer, x); 45 } while (x == sizeof(hash_buffer)); 46 hash_descriptor[idx].done(&md, hash_buffer); 48 printf("%02x",hash_buffer[x]); 53 w = sizeof(hash_buffer); 54 if ((errno = hash_file(idx,argv[z],hash_buffer,&w)) != CRYPT_OK) { 58 printf("%02x",hash_buffer[ [all...] |
/external/chromium_org/content/renderer/webcrypto/ |
H A D | webcrypto_impl_openssl.cc | 255 unsigned char* const hash_buffer = local 259 if (!EVP_DigestFinal_ex(digest_context.get(), hash_buffer, &hash_size) ||
|
/external/openssh/ |
H A D | schnorr.c | 91 if (hash_buffer(buffer_ptr(&b), buffer_len(&b), evp_md, 93 error("%s: hash_buffer", __func__); 452 hash_buffer(const u_char *buf, u_int len, const EVP_MD *md, function
|
Completed in 64 milliseconds