Searched refs:tagbuflen (Results 1 – 1 of 1) sorted by relevance
30 unsigned long tagbuflen; in ocb_done_decrypt() local47 tagbuflen = MAXBLOCKSIZE; in ocb_done_decrypt()48 if ((err = s_ocb_done(ocb, ct, ctlen, pt, tagbuf, &tagbuflen, 1)) != CRYPT_OK) { in ocb_done_decrypt()52 if (taglen <= tagbuflen && XMEM_NEQ(tagbuf, tag, taglen) == 0) { in ocb_done_decrypt()
Completed in 2 milliseconds