Searched refs:cryp (Results 1 – 3 of 3) sorted by relevance
154 struct crypt_op cryp;163 memset(&cryp, '\0', sizeof cryp);164 cryp.ses = CDATA(ctx)->ses;165 cryp.op = ctx->encrypt ? COP_ENCRYPT : COP_DECRYPT;166 cryp.flags = 0;167 cryp.len = inl;169 cryp.src = (void *) in;170 cryp.dst = (void *) out;171 cryp.mac = 0;173 cryp.iv = (void *) ctx->iv;[all …]
400 struct crypt_op cryp; in cryptodev_cipher() local413 memset(&cryp, 0, sizeof(cryp)); in cryptodev_cipher()415 cryp.ses = sess->ses; in cryptodev_cipher()416 cryp.flags = 0; in cryptodev_cipher()417 cryp.len = inl; in cryptodev_cipher()418 cryp.src = (void *) in; in cryptodev_cipher()419 cryp.dst = (void *) out; in cryptodev_cipher()420 cryp.mac = 0; in cryptodev_cipher()422 cryp.op = ctx->encrypt ? COP_ENCRYPT : COP_DECRYPT; in cryptodev_cipher()425 cryp.iv = (void *) ctx->iv; in cryptodev_cipher()[all …]
1 ##### http://autoconf-archive.cryp.to/acx_pthread.html