Searched refs:COP_DECRYPT (Results 1 - 6 of 6) sorted by relevance

/freebsd-10-stable/contrib/netbsd-tests/crypto/opencrypto/
H A Dh_aesctr2.c84 co.op = COP_DECRYPT;
H A Dh_gcm.c110 co.op = COP_DECRYPT;
/freebsd-10-stable/sys/opencrypto/
H A Dcryptodev.h176 #define COP_DECRYPT 2 macro
/freebsd-10-stable/crypto/openssl/crypto/evp/
H A Dopenbsd_hw.c165 cryp.op = ctx->encrypt ? COP_ENCRYPT : COP_DECRYPT;
/freebsd-10-stable/tools/tools/crypto/
H A Dcryptotest.c338 cop.op = COP_DECRYPT;
/freebsd-10-stable/crypto/openssl/crypto/engine/
H A Deng_cryptodev.c420 cryp.op = ctx->encrypt ? COP_ENCRYPT : COP_DECRYPT;

Completed in 79 milliseconds