Home | History | Annotate | Download | only in hmac

Lines Matching full:hash

20 #define HMAC_BLOCKSIZE hash_descriptor[hash].blocksize
76 data = "Test Using Larger Than Block-Size Key - Hash Key First"
91 "Test Using Larger Than Block-Size Key - Hash Key First", 54,
218 data = "Test Using Larger Than Block-Size Key - Hash
235 "Test Using Larger Than Block-Size Key - Hash Key First", 54,
269 int hash = find_hash(cases[i].algo);
270 if (hash == -1) continue;
273 if((err = hmac_memory(hash, cases[i].key, cases[i].keylen, cases[i].data, cases[i].datalen, digest, &outlen)) != CRYPT_OK) {
280 if(XMEMCMP(digest, cases[i].digest, (size_t)hash_descriptor[hash].hashsize) != 0) {
286 for(j=0; j < hash_descriptor[hash].hashsize; j++) {
290 for(j=0; j < hash_descriptor[hash].hashsize; j++) {