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

/external/dropbear/libtomcrypt/src/encauth/ocb/
H A Docb_done_decrypt.c38 unsigned long tagbuflen; local
55 tagbuflen = MAXBLOCKSIZE;
56 if ((err = s_ocb_done(ocb, ct, ctlen, pt, tagbuf, &tagbuflen, 1)) != CRYPT_OK) {
60 if (taglen <= tagbuflen && XMEMCMP(tagbuf, tag, taglen) == 0) {

Completed in 70 milliseconds