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

  /external/openssl/crypto/evp/
m_sha1.c 182 SHA512_CBLOCK,
201 SHA512_CBLOCK,
  /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];
  /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

Completed in 53 milliseconds