Home
last modified time | relevance | path

Searched refs:fallback_cipher (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/crypto/bcm/
Dcipher.c2687 if (ctx->fallback_cipher) { in aead_do_fallback()
2690 aead_request_set_tfm(req, ctx->fallback_cipher); in aead_do_fallback()
2953 if (ctx->fallback_cipher) { in aead_authenc_setkey()
2956 ctx->fallback_cipher->base.crt_flags &= ~CRYPTO_TFM_REQ_MASK; in aead_authenc_setkey()
2957 ctx->fallback_cipher->base.crt_flags |= in aead_authenc_setkey()
2960 crypto_aead_setkey(ctx->fallback_cipher, origkey, in aead_authenc_setkey()
2966 (ctx->fallback_cipher->base.crt_flags & in aead_authenc_setkey()
3027 if (ctx->fallback_cipher) { in aead_gcm_ccm_setkey()
3030 ctx->fallback_cipher->base.crt_flags &= ~CRYPTO_TFM_REQ_MASK; in aead_gcm_ccm_setkey()
3031 ctx->fallback_cipher->base.crt_flags |= in aead_gcm_ccm_setkey()
[all …]
Dcipher.h221 struct crypto_aead *fallback_cipher; member