Searched refs:crypto_rfc4106_ctx (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/crypto/
H A Dgcm.c35 struct crypto_rfc4106_ctx { struct
861 struct crypto_rfc4106_ctx *ctx = crypto_aead_ctx(parent); crypto_rfc4106_setkey()
884 struct crypto_rfc4106_ctx *ctx = crypto_aead_ctx(parent); crypto_rfc4106_setauthsize()
902 struct crypto_rfc4106_ctx *ctx = crypto_aead_ctx(aead); crypto_rfc4106_crypt()
937 struct crypto_rfc4106_ctx *ctx = crypto_tfm_ctx(tfm); crypto_rfc4106_init_tfm()
959 struct crypto_rfc4106_ctx *ctx = crypto_tfm_ctx(tfm); crypto_rfc4106_exit_tfm()
1025 inst->alg.cra_ctxsize = sizeof(struct crypto_rfc4106_ctx); crypto_rfc4106_alloc()

Completed in 41 milliseconds