HomeSort by relevance Sort by last modified time
    Searched defs:SHA512_CBLOCK (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/boringssl/src/include/openssl/
sha.h 197 /* SHA512_CBLOCK is the block size of SHA-512. */
198 #define SHA512_CBLOCK 128
  /external/openssl/crypto/sha/
sha.h 168 #define SHA512_CBLOCK (SHA_LBLOCK*8) /* SHA-512 treats input data as a
188 unsigned char p[SHA512_CBLOCK];
  /external/openssl/include/openssl/
sha.h 168 #define SHA512_CBLOCK (SHA_LBLOCK*8) /* SHA-512 treats input data as a
188 unsigned char p[SHA512_CBLOCK];

Completed in 85 milliseconds