Lines Matching refs:device_get_ops
94 ops = device_get_ops(dev); in crypto_get_device()
108 const struct dm_crypto_ops *ops = device_get_ops(dev); in crypto_sha_init()
121 const struct dm_crypto_ops *ops = device_get_ops(dev); in crypto_sha_update()
134 const struct dm_crypto_ops *ops = device_get_ops(dev); in crypto_sha_final()
178 const struct dm_crypto_ops *ops = device_get_ops(dev); in crypto_hmac_init()
191 const struct dm_crypto_ops *ops = device_get_ops(dev); in crypto_hmac_update()
204 const struct dm_crypto_ops *ops = device_get_ops(dev); in crypto_hmac_final()
256 const struct dm_crypto_ops *ops = device_get_ops(dev); in crypto_rsa_verify()
270 const struct dm_crypto_ops *ops = device_get_ops(dev); in crypto_cipher()
281 const struct dm_crypto_ops *ops = device_get_ops(dev); in crypto_mac()
293 const struct dm_crypto_ops *ops = device_get_ops(dev); in crypto_ae()