Lines Matching refs:crp_op
152 encrypting = CRYPTO_OP_IS_ENCRYPT(crp->crp_op); in swcr_encdec()
279 CRYPTO_OP_IS_ENCRYPT(crp->crp_op)) in swcr_authcompute()
303 if (crp->crp_op & CRYPTO_OP_VERIFY_DIGEST) { in swcr_authcompute()
385 if (crp->crp_op & CRYPTO_OP_VERIFY_DIGEST) { in swcr_gmac()
494 if (CRYPTO_OP_IS_ENCRYPT(crp->crp_op)) { in swcr_gcm()
529 if (CRYPTO_OP_IS_ENCRYPT(crp->crp_op)) { in swcr_gcm()
549 if (!CRYPTO_OP_IS_ENCRYPT(crp->crp_op)) { in swcr_gcm()
717 if (crp->crp_op & CRYPTO_OP_VERIFY_DIGEST) { in swcr_ccm_cbc_mac()
824 if (CRYPTO_OP_IS_ENCRYPT(crp->crp_op)) { in swcr_ccm()
868 if (CRYPTO_OP_IS_ENCRYPT(crp->crp_op)) { in swcr_ccm()
883 if (!CRYPTO_OP_IS_ENCRYPT(crp->crp_op)) { in swcr_ccm()
1019 if (CRYPTO_OP_IS_ENCRYPT(crp->crp_op)) { in swcr_chacha20_poly1305()
1089 if (!CRYPTO_OP_IS_ENCRYPT(crp->crp_op)) { in swcr_chacha20_poly1305()
1168 if (CRYPTO_OP_IS_ENCRYPT(crp->crp_op)) { in swcr_eta()
1204 if (CRYPTO_OP_IS_COMPRESS(crp->crp_op)) in swcr_compdec()
1215 if (CRYPTO_OP_IS_COMPRESS(crp->crp_op)) { in swcr_compdec()