Searched refs:COP_ENCRYPT (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.0-release/crypto/openssl/crypto/evp/
H A Dopenbsd_hw.c167 cryp.op=ctx->encrypt ? COP_ENCRYPT : COP_DECRYPT;
334 cryp.op=COP_ENCRYPT;/* required to do the MAC rather than check it */
/freebsd-10.0-release/sys/opencrypto/
H A Dcryptodev.h174 u_int16_t op; /* i.e. COP_ENCRYPT */
175 #define COP_ENCRYPT 1 macro
H A Dcryptodev.c717 if (cop->op == COP_ENCRYPT)
/freebsd-10.0-release/tools/tools/crypto/
H A Dcryptotest.c320 cop.op = COP_ENCRYPT;
/freebsd-10.0-release/crypto/openssl/crypto/engine/
H A Deng_cryptodev.c389 cryp.op = ctx->encrypt ? COP_ENCRYPT : COP_DECRYPT;

Completed in 136 milliseconds