Home
last modified time | relevance | path

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

/linux/drivers/crypto/bcm/
A Dcipher.c2601 if (ctx->fallback_cipher) { in aead_do_fallback()
2824 if (ctx->fallback_cipher) { in aead_authenc_setkey()
2828 ctx->fallback_cipher->base.crt_flags |= in aead_authenc_setkey()
2891 if (ctx->fallback_cipher) { in aead_gcm_ccm_setkey()
2895 ctx->fallback_cipher->base.crt_flags |= in aead_gcm_ccm_setkey()
3029 if (ctx->fallback_cipher) { in aead_setauthsize()
4197 ctx->fallback_cipher = NULL; in generic_cra_init()
4270 ctx->fallback_cipher = in aead_cra_init()
4274 if (IS_ERR(ctx->fallback_cipher)) { in aead_cra_init()
4302 if (ctx->fallback_cipher) { in aead_cra_exit()
[all …]
A Dcipher.h211 struct crypto_aead *fallback_cipher; member

Completed in 12 milliseconds