Home
last modified time | relevance | path

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

/linux/crypto/
A Dgcm.c47 struct crypto_rfc4543_ctx { struct
902 struct crypto_rfc4543_ctx *ctx = crypto_aead_ctx(parent); in crypto_rfc4543_setkey()
920 struct crypto_rfc4543_ctx *ctx = crypto_aead_ctx(parent); in crypto_rfc4543_setauthsize()
931 struct crypto_rfc4543_ctx *ctx = crypto_aead_ctx(aead); in crypto_rfc4543_crypt()
962 struct crypto_rfc4543_ctx *ctx = crypto_aead_ctx(aead); in crypto_rfc4543_copy_src_to_dst()
992 struct crypto_rfc4543_ctx *ctx = crypto_aead_ctx(tfm); in crypto_rfc4543_init_tfm()
1027 struct crypto_rfc4543_ctx *ctx = crypto_aead_ctx(tfm); in crypto_rfc4543_exit_tfm()
1090 inst->alg.base.cra_ctxsize = sizeof(struct crypto_rfc4543_ctx); in crypto_rfc4543_create()

Completed in 6 milliseconds