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

  /external/chromium_org/third_party/openssl/openssl/crypto/evp/
openbsd_hw.c 156 struct crypt_op cryp;
165 memset(&cryp,'\0',sizeof cryp);
166 cryp.ses=CDATA(ctx)->ses;
167 cryp.op=ctx->encrypt ? COP_ENCRYPT : COP_DECRYPT;
168 cryp.flags=0;
169 cryp.len=inl;
171 cryp.src=(caddr_t)in;
172 cryp.dst=(caddr_t)out;
173 cryp.mac=0
    [all...]
  /external/openssl/crypto/evp/
openbsd_hw.c 156 struct crypt_op cryp;
165 memset(&cryp,'\0',sizeof cryp);
166 cryp.ses=CDATA(ctx)->ses;
167 cryp.op=ctx->encrypt ? COP_ENCRYPT : COP_DECRYPT;
168 cryp.flags=0;
169 cryp.len=inl;
171 cryp.src=(caddr_t)in;
172 cryp.dst=(caddr_t)out;
173 cryp.mac=0
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/engine/
eng_cryptodev.c 367 struct crypt_op cryp; local
380 memset(&cryp, 0, sizeof(cryp));
382 cryp.ses = sess->ses;
383 cryp.flags = 0;
384 cryp.len = inl;
385 cryp.src = (caddr_t) in;
386 cryp.dst = (caddr_t) out;
387 cryp.mac = 0;
389 cryp.op = ctx->encrypt ? COP_ENCRYPT : COP_DECRYPT
710 struct crypt_op cryp; local
756 struct crypt_op cryp; local
    [all...]
  /external/openssl/crypto/engine/
eng_cryptodev.c 367 struct crypt_op cryp; local
380 memset(&cryp, 0, sizeof(cryp));
382 cryp.ses = sess->ses;
383 cryp.flags = 0;
384 cryp.len = inl;
385 cryp.src = (caddr_t) in;
386 cryp.dst = (caddr_t) out;
387 cryp.mac = 0;
389 cryp.op = ctx->encrypt ? COP_ENCRYPT : COP_DECRYPT
710 struct crypt_op cryp; local
756 struct crypt_op cryp; local
    [all...]
  /external/genext2fs/m4/
ac_func_snprintf.m4 1 dnl From http://autoconf-archive.cryp.to/
  /external/bison/
THANKS 97 Peter Simons simons@cryp.to
  /external/e2fsprogs/
aclocal.m4     [all...]

Completed in 812 milliseconds