HomeSort by relevance Sort by last modified time
    Searched defs:trailer (Results 1 - 12 of 12) sorted by null

  /external/ipsec-tools/src/racoon/
isakmp_frag.c 94 unsigned int trailer; local
111 (sizeof(*hdr) + sizeof(*fraghdr) + sizeof(trailer));
  /dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/signers/
PSSSigner.java 35 private byte trailer; field in class:PSSSigner
56 byte trailer)
64 this.trailer = trailer;
178 block[block.length - 1] = trailer;
211 if (block[block.length - 1] != trailer)
ISO9796d2PSSSigner.java 40 private int trailer; field in class:ISO9796d2PSSSigner
56 * @param implicit whether or not the trailer is implicit or gives the hash.
71 trailer = TRAILER_IMPLICIT;
77 trailer = TRAILER_SHA1;
82 // trailer = TRAILER_RIPEMD160;
86 // trailer = TRAILER_RIPEMD128;
91 throw new IllegalArgumentException("no valid trailer for digest");
97 * Constructor for a signer with an explicit digest trailer.
159 if (trailer == TRAILER_IMPLICIT)
299 if (trailer == TRAILER_IMPLICIT
    [all...]
ISO9796d2Signer.java 29 private int trailer; field in class:ISO9796d2Signer
43 * @param implicit whether or not the trailer is implicit or gives the hash.
55 trailer = TRAILER_IMPLICIT;
61 trailer = TRAILER_SHA1;
66 // trailer = TRAILER_RIPEMD160;
70 // trailer = TRAILER_RIPEMD128;
75 throw new IllegalArgumentException("no valid trailer for digest");
81 * Constructor for a signer with an explicit digest trailer.
105 if (trailer == TRAILER_IMPLICIT)
237 if (trailer == TRAILER_IMPLICIT
    [all...]
  /dalvik/libcore/security/src/main/java/org/bouncycastle/jce/provider/
JDKPSSSigner.java 34 private byte trailer; field in class:JDKPSSSigner
46 throw new IllegalArgumentException("unknown trailer field");
71 this.trailer = getTrailer(paramSpec.getTrailerField());
98 pss = new PSSSigner(signer, digest, saltLength, trailer);
111 pss = new PSSSigner(signer, digest, saltLength, trailer);
191 this.trailer = getTrailer(paramSpec.getTrailerField());
  /external/skia/src/core/
SkMemory_stdlib.cpp 76 void* trailer = (char*)result + realSize; local
77 memcpy(trailer, kBlockTrailerTag, sizeof(kBlockTrailerTag));
136 const char* trailer = fTrailer + fSize; local
137 SkASSERT(memcmp(trailer, kBlockTrailerTag, sizeof(kBlockTrailerTag)) == 0);
152 char* trailer = header->fTrailer + header->fSize; local
153 SkASSERT(memcmp(trailer, kBlockTrailerTag, sizeof(kBlockTrailerTag)) == 0);
  /external/webkit/WebCore/platform/cf/
BinaryPropertyList.cpp 462 // 32-byte trailer
469 // data. Finally, the header and trailer are written.
477 // 32-byte trailer
520 // Write trailer.
521 UInt8* trailer = m_buffer + m_bufferSize - trailerSize; local
522 memset(trailer, 0, 6);
523 trailer[6] = m_offsetSize;
524 trailer[7] = m_objectReferenceSize;
525 storeLength(trailer + 8, m_plan.objectCount());
526 storeLength(trailer + 16, m_plan.objectCount() - 1)
    [all...]
  /external/webkit/WebKitTools/android/flex-2.5.4a/MISC/
alloca.c 298 include the fifteen word trailer area. */
311 this trailer). */
314 long link; /* Address of trailer block of previous
339 struct stk_trailer *trailer; local
352 trailer = (struct stk_trailer *) (status.current_address
357 a fatal error if "trailer" is null. */
359 if (trailer == 0)
364 while (trailer != 0)
366 block = (long *) trailer->this_address;
367 size = trailer->this_size
    [all...]
  /bionic/libc/bionic/
dlmalloc.c 4001 void* trailer = 0; local
    [all...]
  /external/libffi/src/
dlmalloc.c 3865 void* trailer = 0; local
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/stdlib/
SDL_malloc.c 3875 void* trailer = 0; local
    [all...]
  /prebuilt/common/jython/
jython.jar 

Completed in 1113 milliseconds