Searched refs:cryp (Results 1 – 7 of 7) sorted by relevance
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;175 cryp.iv=(caddr_t)ctx->iv;[all …]
367 struct crypt_op cryp; in cryptodev_cipher() local380 memset(&cryp, 0, sizeof(cryp)); in cryptodev_cipher()382 cryp.ses = sess->ses; in cryptodev_cipher()383 cryp.flags = 0; in cryptodev_cipher()384 cryp.len = inl; in cryptodev_cipher()385 cryp.src = (caddr_t) in; in cryptodev_cipher()386 cryp.dst = (caddr_t) out; in cryptodev_cipher()387 cryp.mac = 0; in cryptodev_cipher()389 cryp.op = ctx->encrypt ? COP_ENCRYPT : COP_DECRYPT; in cryptodev_cipher()392 cryp.iv = (caddr_t) ctx->iv; in cryptodev_cipher()[all …]
1 dnl From http://autoconf-archive.cryp.to/
97 Peter Simons simons@cryp.to
2604 # from http://autoconf-archive.cryp.to/ax_tls.html