Searched refs:cryp (Results 1 – 5 of 5) 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 …]
358 struct crypt_op cryp; in cryptodev_cipher() local371 memset(&cryp, 0, sizeof(cryp)); in cryptodev_cipher()373 cryp.ses = sess->ses; in cryptodev_cipher()374 cryp.flags = 0; in cryptodev_cipher()375 cryp.len = inl; in cryptodev_cipher()376 cryp.src = (caddr_t) in; in cryptodev_cipher()377 cryp.dst = (caddr_t) out; in cryptodev_cipher()378 cryp.mac = 0; in cryptodev_cipher()380 cryp.op = ctx->encrypt ? COP_ENCRYPT : COP_DECRYPT; in cryptodev_cipher()383 cryp.iv = (caddr_t) ctx->iv; in cryptodev_cipher()[all …]
1 dnl From http://autoconf-archive.cryp.to/
2 # http://autoconf-archive.cryp.to/ax_compare_version.html
2604 # from http://autoconf-archive.cryp.to/ax_tls.html