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

/freebsd-10-stable/contrib/netbsd-tests/crypto/opencrypto/
H A Dh_arc4.c67 co.op = COP_ENCRYPT;
H A Dh_cbcdes.c68 co.op = COP_ENCRYPT;
H A Dh_null.c63 co.op = COP_ENCRYPT;
H A Dh_aesctr2.c73 co.op = COP_ENCRYPT;
H A Dh_camellia.c73 co.op = COP_ENCRYPT;
H A Dh_gcm.c79 co.op = COP_ENCRYPT;
H A Dh_md5.c93 co.op = COP_ENCRYPT;
H A Dh_xcbcmac.c98 co.op = COP_ENCRYPT;
H A Dh_aesctr1.c229 co.op = COP_ENCRYPT;
H A Dh_md5hmac.c165 co.op = COP_ENCRYPT;
H A Dh_sha1hmac.c175 co.op = COP_ENCRYPT;
/freebsd-10-stable/crypto/openssl/crypto/evp/
H A Dopenbsd_hw.c165 cryp.op = ctx->encrypt ? COP_ENCRYPT : COP_DECRYPT;
325 cryp.op = COP_ENCRYPT; /* required to do the MAC rather than check
/freebsd-10-stable/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-stable/tools/tools/crypto/
H A Dcryptotest.c320 cop.op = COP_ENCRYPT;
/freebsd-10-stable/crypto/openssl/crypto/engine/
H A Deng_cryptodev.c420 cryp.op = ctx->encrypt ? COP_ENCRYPT : COP_DECRYPT;

Completed in 87 milliseconds