Searched refs:tagbuflen (Results 1 – 1 of 1) sorted by relevance
38 unsigned long tagbuflen; in ocb_done_decrypt() local55 tagbuflen = MAXBLOCKSIZE; in ocb_done_decrypt()56 if ((err = s_ocb_done(ocb, ct, ctlen, pt, tagbuf, &tagbuflen, 1)) != CRYPT_OK) { in ocb_done_decrypt()60 if (taglen <= tagbuflen && XMEMCMP(tagbuf, tag, taglen) == 0) { in ocb_done_decrypt()