HomeSort by relevance Sort by last modified time
    Searched full:tagbuf (Results 1 - 3 of 3) sorted by null

  /external/dropbear/libtomcrypt/src/encauth/ocb/
ocb_done_decrypt.c 37 unsigned char *tagbuf; local
50 tagbuf = XMALLOC(MAXBLOCKSIZE);
51 if (tagbuf == NULL) {
56 if ((err = s_ocb_done(ocb, ct, ctlen, pt, tagbuf, &tagbuflen, 1)) != CRYPT_OK) {
60 if (taglen <= tagbuflen && XMEMCMP(tagbuf, tag, taglen) == 0) {
67 zeromem(tagbuf, MAXBLOCKSIZE);
70 XFREE(tagbuf);
  /external/llvm/include/llvm-c/
Disassembler.h 38 * will be the instruction width. The information is returned in TagBuf and is
45 int TagType, void *TagBuf);
  /external/icu4c/common/
uloc_tag.c     [all...]

Completed in 548 milliseconds