Searched refs:SHA1_HASH_SIZE (Results 1 – 5 of 5) sorted by relevance
35 #define SHA1_HASH_SIZE ( 160 / 8 ) macro39 uint8_t bytes [SHA1_HASH_SIZE];
54 #define DIGEST_SPECFILE_SIZE SHA1_HASH_SIZE
210 for( i=0; i<SHA1_HASH_SIZE; i++ ) in Sha1Finalise()
6 #define SHA1_HASH_SIZE 20 macro
389 char accept[B64LEN(SHA1_HASH_SIZE) + 1]; in webSocketsHandshake()