Searched refs:fallback_cipher (Results 1 – 2 of 2) sorted by relevance
2583 if (!ctx->fallback_cipher) in aead_do_fallback()2787 if (ctx->fallback_cipher) { in aead_authenc_setkey()2791 ctx->fallback_cipher->base.crt_flags |= in aead_authenc_setkey()2854 if (ctx->fallback_cipher) { in aead_gcm_ccm_setkey()2858 ctx->fallback_cipher->base.crt_flags |= in aead_gcm_ccm_setkey()2992 if (ctx->fallback_cipher) { in aead_setauthsize()4160 ctx->fallback_cipher = NULL; in generic_cra_init()4240 if (IS_ERR(ctx->fallback_cipher)) { in aead_cra_init()4243 return PTR_ERR(ctx->fallback_cipher); in aead_cra_init()4272 if (ctx->fallback_cipher) { in aead_cra_exit()[all …]
211 struct crypto_aead *fallback_cipher; member
Completed in 11 milliseconds