Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/crypto/
H A Dcrypto-uclass.c81 const struct dm_crypto_ops *ops; 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()
[all …]
/OK3568_Linux_fs/u-boot/include/
H A Dcrypto.h79 struct dm_crypto_ops { struct
/OK3568_Linux_fs/u-boot/drivers/crypto/rockchip/
H A Dcrypto_v1.c275 static const struct dm_crypto_ops rockchip_crypto_ops = {
H A Dcrypto_v2.c1428 static const struct dm_crypto_ops rockchip_crypto_ops = {