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

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/params/
ParametersWithIV.java 21 int ivOff,
27 System.arraycopy(iv, ivOff, this.iv, 0, ivLen);
  /external/tcpdump/
print-esp.c 358 u_char *ivoff; local
468 ivoff = (u_char *)(esp + 1) + 0;
481 p = ivoff;
484 advance = ivoff - (u_char *)esp + ivlen;

Completed in 243 milliseconds