Home
last modified time | relevance | path

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

/linux-2.6.39/crypto/
Dccm.c34 struct crypto_rfc4309_ctx { struct
647 struct crypto_rfc4309_ctx *ctx = crypto_aead_ctx(parent); in crypto_rfc4309_setkey()
670 struct crypto_rfc4309_ctx *ctx = crypto_aead_ctx(parent); in crypto_rfc4309_setauthsize()
688 struct crypto_rfc4309_ctx *ctx = crypto_aead_ctx(aead); in crypto_rfc4309_crypt()
726 struct crypto_rfc4309_ctx *ctx = crypto_tfm_ctx(tfm); in crypto_rfc4309_init_tfm()
748 struct crypto_rfc4309_ctx *ctx = crypto_tfm_ctx(tfm); in crypto_rfc4309_exit_tfm()
816 inst->alg.cra_ctxsize = sizeof(struct crypto_rfc4309_ctx); in crypto_rfc4309_alloc()