Searched refs:isha (Results 1 - 1 of 1) sorted by relevance

/external/dropbear/libtomcrypt/src/mac/hmac/
H A Dhmac_done.c31 unsigned char *buf, *isha; local
49 isha = XMALLOC(hashsize);
50 if (buf == NULL || isha == NULL) {
54 if (isha != NULL) {
55 XFREE(isha);
61 if ((err = hash_descriptor[hash].done(&hmac->md, isha)) != CRYPT_OK) {
77 if ((err = hash_descriptor[hash].process(&hmac->md, isha, hashsize)) != CRYPT_OK) {
94 zeromem(isha, hashsize);
99 XFREE(isha);

Completed in 38 milliseconds