Home
last modified time | relevance | path

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

/drivers/crypto/bcm/
A Dcipher.c2587 if (!ctx->fallback_cipher) in aead_do_fallback()
2791 if (ctx->fallback_cipher) { in aead_authenc_setkey()
2795 ctx->fallback_cipher->base.crt_flags |= in aead_authenc_setkey()
2858 if (ctx->fallback_cipher) { in aead_gcm_ccm_setkey()
2862 ctx->fallback_cipher->base.crt_flags |= in aead_gcm_ccm_setkey()
2996 if (ctx->fallback_cipher) { in aead_setauthsize()
4107 ctx->fallback_cipher = NULL; in generic_cra_init()
4187 if (IS_ERR(ctx->fallback_cipher)) { in aead_cra_init()
4190 return PTR_ERR(ctx->fallback_cipher); in aead_cra_init()
4219 if (ctx->fallback_cipher) { in aead_cra_exit()
[all …]
A Dcipher.h211 struct crypto_aead *fallback_cipher; member

Completed in 14 milliseconds