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

/linux-4.1.27/crypto/
H A Dauthenc.c33 struct crypto_authenc_ctx { struct
88 struct crypto_authenc_ctx *ctx = crypto_aead_ctx(authenc); crypto_authenc_setkey()
127 struct crypto_authenc_ctx *ctx = crypto_aead_ctx(authenc); authenc_geniv_ahash_update_done()
156 struct crypto_authenc_ctx *ctx = crypto_aead_ctx(authenc); authenc_geniv_ahash_done()
179 struct crypto_authenc_ctx *ctx = crypto_aead_ctx(authenc); authenc_verify_ahash_update_done()
228 struct crypto_authenc_ctx *ctx = crypto_aead_ctx(authenc); authenc_verify_ahash_done()
262 struct crypto_authenc_ctx *ctx = crypto_aead_ctx(authenc); crypto_authenc_ahash_fb()
301 struct crypto_authenc_ctx *ctx = crypto_aead_ctx(authenc); crypto_authenc_ahash()
382 struct crypto_authenc_ctx *ctx = crypto_aead_ctx(authenc); crypto_authenc_encrypt_done()
397 struct crypto_authenc_ctx *ctx = crypto_aead_ctx(authenc); crypto_authenc_encrypt()
438 struct crypto_authenc_ctx *ctx = crypto_aead_ctx(authenc); crypto_authenc_givencrypt()
524 struct crypto_authenc_ctx *ctx = crypto_aead_ctx(authenc); crypto_authenc_decrypt()
551 struct crypto_authenc_ctx *ctx = crypto_tfm_ctx(tfm); crypto_authenc_init_tfm()
590 struct crypto_authenc_ctx *ctx = crypto_tfm_ctx(tfm); crypto_authenc_exit_tfm()
668 inst->alg.cra_ctxsize = sizeof(struct crypto_authenc_ctx); crypto_authenc_alloc()

Completed in 36 milliseconds