Lines Matching refs:crt_flags
2893 ctx->fallback_cipher->base.crt_flags &= ~CRYPTO_TFM_REQ_MASK; in aead_authenc_setkey()
2894 ctx->fallback_cipher->base.crt_flags |= in aead_authenc_setkey()
2895 tfm->crt_flags & CRYPTO_TFM_REQ_MASK; in aead_authenc_setkey()
2899 tfm->crt_flags &= ~CRYPTO_TFM_RES_MASK; in aead_authenc_setkey()
2900 tfm->crt_flags |= in aead_authenc_setkey()
2901 (ctx->fallback_cipher->base.crt_flags & in aead_authenc_setkey()
2965 ctx->fallback_cipher->base.crt_flags &= ~CRYPTO_TFM_REQ_MASK; in aead_gcm_ccm_setkey()
2966 ctx->fallback_cipher->base.crt_flags |= in aead_gcm_ccm_setkey()
2967 tfm->crt_flags & CRYPTO_TFM_REQ_MASK; in aead_gcm_ccm_setkey()
2972 tfm->crt_flags &= ~CRYPTO_TFM_RES_MASK; in aead_gcm_ccm_setkey()
2973 tfm->crt_flags |= in aead_gcm_ccm_setkey()
2974 (ctx->fallback_cipher->base.crt_flags & in aead_gcm_ccm_setkey()