Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/crypto/
Dbfin_crc.c94 struct bfin_crypto_crc_ctx { struct
131 struct bfin_crypto_crc_ctx *crc_ctx = crypto_ahash_ctx(tfm); in bfin_crypto_crc_init()
418 struct bfin_crypto_crc_ctx *crc_ctx = crypto_ahash_ctx(tfm); in bfin_crypto_crc_final()
431 struct bfin_crypto_crc_ctx *crc_ctx = crypto_ahash_ctx(tfm); in bfin_crypto_crc_finup()
456 struct bfin_crypto_crc_ctx *crc_ctx = crypto_ahash_ctx(tfm); in bfin_crypto_crc_setkey()
471 struct bfin_crypto_crc_ctx *crc_ctx = crypto_tfm_ctx(tfm); in bfin_crypto_crc_cra_init()
499 .cra_ctxsize = sizeof(struct bfin_crypto_crc_ctx),