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

  /external/openssh/openbsd-compat/
sha2.h 51 #define SHA256_DIGEST_LENGTH 32
52 #define SHA256_DIGEST_STRING_LENGTH (SHA256_DIGEST_LENGTH * 2 + 1)
82 void SHA256_Final(u_int8_t [SHA256_DIGEST_LENGTH], SHA256_CTX *)
83 __attribute__((__bounded__(__minbytes__,1,SHA256_DIGEST_LENGTH)));
  /external/ipsec-tools/src/racoon/missing/crypto/sha2/
sha2.h 50 #define SHA256_DIGEST_LENGTH 32
51 #define SHA256_DIGEST_STRING_LENGTH (SHA256_DIGEST_LENGTH * 2 + 1)
125 void SHA256_Final __P((u_int8_t[SHA256_DIGEST_LENGTH], SHA256_CTX*));
  /external/openssl/crypto/sha/
sha.h 133 #define SHA256_DIGEST_LENGTH 32
  /external/openssl/include/openssl/
sha.h 133 #define SHA256_DIGEST_LENGTH 32

Completed in 353 milliseconds