OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:isha
(Results
1 - 1
of
1
) sorted by null
/external/dropbear/libtomcrypt/src/mac/hmac/
hmac_done.c
31
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 10 milliseconds