Home
last modified time | relevance | path

Searched refs:cryp (Results 1 – 3 of 3) sorted by relevance

/minix3/crypto/external/bsd/openssl/dist/crypto/evp/
H A Dopenbsd_hw.c154 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 …]
/minix3/crypto/external/bsd/openssl/dist/crypto/engine/
H A Deng_cryptodev.c400 struct crypt_op cryp; in cryptodev_cipher() local
413 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 …]
/minix3/external/bsd/libevent/dist/m4/
H A Dacx_pthread.m41 ##### http://autoconf-archive.cryp.to/acx_pthread.html