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

  /external/boringssl/src/include/openssl/
ripemd.h 69 # define RIPEMD160_DIGEST_LENGTH 20
86 // digest to |md|, which must have at least |RIPEMD160_DIGEST_LENGTH| bytes of
91 // |out|. There must be at least |RIPEMD160_DIGEST_LENGTH| bytes of space in
  /external/boringssl/src/decrepit/ripemd/
ripemd_test.cc 30 uint8_t expected[RIPEMD160_DIGEST_LENGTH];
69 uint8_t digest[RIPEMD160_DIGEST_LENGTH];
104 uint8_t digest[RIPEMD160_DIGEST_LENGTH];
107 static const uint8_t kMillionADigest[RIPEMD160_DIGEST_LENGTH] = {

Completed in 73 milliseconds