Searched refs:CRD_F_ENCRYPT (Results 1 - 25 of 28) sorted by relevance

12

/freebsd-12-stable/sys/kgssapi/krb5/
H A Dkcrypto_aes.c208 CRD_F_ENCRYPT);
216 CRD_F_ENCRYPT);
231 ivec, CRD_F_ENCRYPT);
245 CRD_F_ENCRYPT);
H A Dkcrypto_des.c212 CRD_F_ENCRYPT);
247 des1_encrypt_1(ks, 0, hash, 0, 16, NULL, CRD_F_ENCRYPT);
H A Dkcrypto_des3.c221 des3_encrypt_1(ks, inout, skip, len, ivec, CRD_F_ENCRYPT);
/freebsd-12-stable/sys/mips/nlm/dev/sec/
H A Dnlmseclib.c168 if (!(cipdesc->crd_flags & CRD_F_ENCRYPT)) {
183 (cipdesc->crd_flags & CRD_F_ENCRYPT) ? 1 : 0, cmd->ivoff,
227 if (!(cipdesc->crd_flags & CRD_F_ENCRYPT)) {
243 (cipdesc->crd_flags & CRD_F_ENCRYPT) ? 1 : 0, cmd->hashsrc,
H A Dnlmsec.c321 (crd->crd_flags & CRD_F_ENCRYPT)) {
525 if (enccrd->crd_flags & CRD_F_ENCRYPT) {
767 if (cmd->enccrd->crd_flags & CRD_F_ENCRYPT)
/freebsd-12-stable/sys/dev/cxgbe/crypto/
H A Dt4_crypto.c601 if (crd->crd_flags & CRD_F_ENCRYPT)
706 if (crd->crd_flags & CRD_F_ENCRYPT)
721 if (crd->crd_flags & CRD_F_ENCRYPT)
827 if (crde->crd_flags & CRD_F_ENCRYPT)
1043 if (crde->crd_flags & CRD_F_ENCRYPT)
1058 if (crde->crd_flags & CRD_F_ENCRYPT)
1112 * which will have CRD_F_ENCRYPT set. For decryption
1118 !(crd->crd_flags & CRD_F_ENCRYPT)) {
1163 if (crde->crd_flags & CRD_F_ENCRYPT)
1481 if (crde->crd_flags & CRD_F_ENCRYPT) {
[all...]
/freebsd-12-stable/sys/crypto/via/
H A Dpadlock_cipher.c226 if ((enccrd->crd_flags & CRD_F_ENCRYPT) != 0) {
264 if ((enccrd->crd_flags & CRD_F_ENCRYPT) != 0) {
/freebsd-12-stable/sys/opencrypto/
H A Dcryptosoft.c111 if (crd->crd_flags & CRD_F_ENCRYPT) {
194 if (crd->crd_flags & CRD_F_ENCRYPT) {
201 } else if (crd->crd_flags & CRD_F_ENCRYPT) {
260 if ((crd->crd_flags & CRD_F_ENCRYPT) != 0 &&
264 else if ((crd->crd_flags & CRD_F_ENCRYPT) != 0) {
276 } else if (crd->crd_flags & CRD_F_ENCRYPT) {
583 if (crde->crd_flags & CRD_F_ENCRYPT) {
655 if (crde->crd_flags & CRD_F_ENCRYPT) {
696 if (!(crde->crd_flags & CRD_F_ENCRYPT)) {
H A Dcryptodev.h407 #define CRD_F_ENCRYPT 0x01 /* Set when doing encryption */ macro
H A Dcryptodev.c923 crde->crd_flags |= CRD_F_ENCRYPT;
925 crde->crd_flags &= ~CRD_F_ENCRYPT;
1101 crde->crd_flags |= CRD_F_ENCRYPT;
1103 crde->crd_flags &= ~CRD_F_ENCRYPT;
/freebsd-12-stable/sys/crypto/armv8/
H A Darmv8_crypto.c386 encflag = (enccrd->crd_flags & CRD_F_ENCRYPT) == CRD_F_ENCRYPT;
/freebsd-12-stable/sys/crypto/ccp/
H A Dccp.c126 if (crde->crd_flags & CRD_F_ENCRYPT) {
163 if (crde->crd_flags & CRD_F_ENCRYPT) {
630 if (!(crde->crd_flags & CRD_F_ENCRYPT)) {
639 if (crde->crd_flags & CRD_F_ENCRYPT) {
H A Dccp_hardware.c1349 if (crd->crd_flags & CRD_F_ENCRYPT) {
1523 if ((crd->crd_flags & CRD_F_ENCRYPT) != 0)
1875 if ((crde->crd_flags & CRD_F_ENCRYPT) != 0)
1914 if ((crde->crd_flags & CRD_F_ENCRYPT) != 0)
/freebsd-12-stable/sys/geom/eli/
H A Dg_eli_crypto.c93 crd->crd_flags |= CRD_F_ENCRYPT;
H A Dg_eli_privacy.c303 crd->crd_flags |= CRD_F_ENCRYPT;
H A Dg_eli_integrity.c517 crde->crd_flags |= CRD_F_ENCRYPT;
/freebsd-12-stable/tests/sys/opencrypto/
H A Dcryptodevh.py234 CRD_F_ENCRYPT = 0x01 variable
/freebsd-12-stable/sys/dev/safexcel/
H A Dsafexcel.c1402 if ((req->enc->crd_flags & CRD_F_ENCRYPT) != 0) {
1415 if ((req->enc->crd_flags & CRD_F_ENCRYPT) != 0) {
1431 if ((req->enc->crd_flags & CRD_F_ENCRYPT) != 0) {
1617 if ((req->enc->crd_flags & CRD_F_ENCRYPT) != 0)
1754 if ((req->enc->crd_flags & CRD_F_ENCRYPT) != 0)
1800 if ((req->enc->crd_flags & CRD_F_ENCRYPT) != 0)
2076 (req->enc->crd_flags & CRD_F_ENCRYPT) != 0)
2731 if (enc != NULL && (enc->crd_flags & CRD_F_ENCRYPT) != 0) {
/freebsd-12-stable/sys/mips/cavium/cryptocteon/
H A Dcryptocteon.c413 if (!enccrd || (enccrd->crd_flags & CRD_F_ENCRYPT))
/freebsd-12-stable/sys/crypto/aesni/
H A Daesni.c755 encflag = (enccrd->crd_flags & CRD_F_ENCRYPT) == CRD_F_ENCRYPT;
/freebsd-12-stable/sys/dev/glxsb/
H A Dglxsb.c683 if (crd->crd_flags & CRD_F_ENCRYPT) {
741 if (crd->crd_flags & CRD_F_ENCRYPT)
/freebsd-12-stable/sys/dev/sec/
H A Dsec.c1325 if (enc && enc->crd_flags & CRD_F_ENCRYPT) {
1558 if (enc->crd_flags & CRD_F_ENCRYPT) {
1625 if (enc->crd_flags & CRD_F_ENCRYPT) {
/freebsd-12-stable/sys/dev/cesa/
H A Dcesa.c802 (cr->cr_enc->crd_flags & CRD_F_ENCRYPT) == 0)
826 if (cr->cr_enc && (cr->cr_enc->crd_flags & CRD_F_ENCRYPT) == 0)
1769 if (enc && enc->crd_flags & CRD_F_ENCRYPT) {
/freebsd-12-stable/sys/dev/hifn/
H A Dhifn7751.c2430 if ((crd1->crd_flags & CRD_F_ENCRYPT) == 0)
2447 ((crd2->crd_flags & CRD_F_ENCRYPT) == 0)) {
2459 (crd1->crd_flags & CRD_F_ENCRYPT)) {
2500 if (enccrd->crd_flags & CRD_F_ENCRYPT) {
/freebsd-12-stable/sys/dev/qat/
H A Dqat.c1456 if (enc != NULL && (enc->crd_flags & CRD_F_ENCRYPT) != 0) {
1772 (qsc->qsc_enc->crd_flags & CRD_F_ENCRYPT) == 0) {
2184 if (enc != NULL && (enc->crd_flags & CRD_F_ENCRYPT) != 0)

Completed in 151 milliseconds

12