Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/lib/libtomcrypt/src/mac/hmac/
A Dhmac_done.c23 unsigned char *buf, *isha; in hmac_done() local
41 isha = XMALLOC(hashsize); in hmac_done()
42 if (buf == NULL || isha == NULL) { in hmac_done()
46 if (isha != NULL) { in hmac_done()
47 XFREE(isha); in hmac_done()
53 if ((err = hash_descriptor[hash]->done(&hmac->md, isha)) != CRYPT_OK) { in hmac_done()
69 if ((err = hash_descriptor[hash]->process(&hmac->md, isha, hashsize)) != CRYPT_OK) { in hmac_done()
85 zeromem(isha, hashsize); in hmac_done()
90 XFREE(isha); in hmac_done()

Completed in 2 milliseconds