fallback_cipher 2664 drivers/crypto/bcm/cipher.c if (ctx->fallback_cipher) { fallback_cipher 2667 drivers/crypto/bcm/cipher.c aead_request_set_tfm(req, ctx->fallback_cipher); fallback_cipher 2890 drivers/crypto/bcm/cipher.c if (ctx->fallback_cipher) { fallback_cipher 2893 drivers/crypto/bcm/cipher.c ctx->fallback_cipher->base.crt_flags &= ~CRYPTO_TFM_REQ_MASK; fallback_cipher 2894 drivers/crypto/bcm/cipher.c ctx->fallback_cipher->base.crt_flags |= fallback_cipher 2896 drivers/crypto/bcm/cipher.c ret = crypto_aead_setkey(ctx->fallback_cipher, key, keylen); fallback_cipher 2901 drivers/crypto/bcm/cipher.c (ctx->fallback_cipher->base.crt_flags & fallback_cipher 2962 drivers/crypto/bcm/cipher.c if (ctx->fallback_cipher) { fallback_cipher 2965 drivers/crypto/bcm/cipher.c ctx->fallback_cipher->base.crt_flags &= ~CRYPTO_TFM_REQ_MASK; fallback_cipher 2966 drivers/crypto/bcm/cipher.c ctx->fallback_cipher->base.crt_flags |= fallback_cipher 2968 drivers/crypto/bcm/cipher.c ret = crypto_aead_setkey(ctx->fallback_cipher, key, fallback_cipher 2974 drivers/crypto/bcm/cipher.c (ctx->fallback_cipher->base.crt_flags & fallback_cipher 3094 drivers/crypto/bcm/cipher.c if (ctx->fallback_cipher) { fallback_cipher 3097 drivers/crypto/bcm/cipher.c ret = crypto_aead_setauthsize(ctx->fallback_cipher, authsize); fallback_cipher 4274 drivers/crypto/bcm/cipher.c ctx->fallback_cipher = NULL; fallback_cipher 4346 drivers/crypto/bcm/cipher.c ctx->fallback_cipher = fallback_cipher 4350 drivers/crypto/bcm/cipher.c if (IS_ERR(ctx->fallback_cipher)) { fallback_cipher 4353 drivers/crypto/bcm/cipher.c return PTR_ERR(ctx->fallback_cipher); fallback_cipher 4373 drivers/crypto/bcm/cipher.c if (ctx->fallback_cipher) { fallback_cipher 4374 drivers/crypto/bcm/cipher.c crypto_free_aead(ctx->fallback_cipher); fallback_cipher 4375 drivers/crypto/bcm/cipher.c ctx->fallback_cipher = NULL; fallback_cipher 208 drivers/crypto/bcm/cipher.h struct crypto_aead *fallback_cipher;