Lines Matching refs:cryptd_aead
675 struct cryptd_aead *cryptd_tfm; in rfc4106_init()
676 struct cryptd_aead **ctx = crypto_aead_ctx(aead); in rfc4106_init()
691 struct cryptd_aead **ctx = crypto_aead_ctx(aead); in rfc4106_exit()
743 struct cryptd_aead **ctx = crypto_aead_ctx(parent); in gcmaes_wrapper_set_key()
744 struct cryptd_aead *cryptd_tfm = *ctx; in gcmaes_wrapper_set_key()
769 struct cryptd_aead **ctx = crypto_aead_ctx(parent); in gcmaes_wrapper_set_authsize()
770 struct cryptd_aead *cryptd_tfm = *ctx; in gcmaes_wrapper_set_authsize()
1117 struct cryptd_aead **ctx = crypto_aead_ctx(tfm); in gcmaes_wrapper_encrypt()
1118 struct cryptd_aead *cryptd_tfm = *ctx; in gcmaes_wrapper_encrypt()
1133 struct cryptd_aead **ctx = crypto_aead_ctx(tfm); in gcmaes_wrapper_decrypt()
1134 struct cryptd_aead *cryptd_tfm = *ctx; in gcmaes_wrapper_decrypt()
1315 struct cryptd_aead *cryptd_tfm; in generic_gcmaes_init()
1316 struct cryptd_aead **ctx = crypto_aead_ctx(aead); in generic_gcmaes_init()
1332 struct cryptd_aead **ctx = crypto_aead_ctx(aead); in generic_gcmaes_exit()
1368 .cra_ctxsize = sizeof(struct cryptd_aead *),
1403 .cra_ctxsize = sizeof(struct cryptd_aead *),