Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/crypto/
H A Dcrypto-uclass.c92 const struct dm_crypto_ops *ops; in crypto_get_device()
135 const struct dm_crypto_ops *ops = device_get_ops(dev); in crypto_sha_init()
148 const struct dm_crypto_ops *ops = device_get_ops(dev); in crypto_sha_update()
161 const struct dm_crypto_ops *ops = device_get_ops(dev); in crypto_sha_final()
205 const struct dm_crypto_ops *ops = device_get_ops(dev); in crypto_hmac_init()
218 const struct dm_crypto_ops *ops = device_get_ops(dev); in crypto_hmac_update()
231 const struct dm_crypto_ops *ops = device_get_ops(dev); in crypto_hmac_final()
283 const struct dm_crypto_ops *ops = device_get_ops(dev); in crypto_rsa_verify()
296 const struct dm_crypto_ops *ops = device_get_ops(dev); in crypto_ec_verify()
310 const struct dm_crypto_ops *ops = device_get_ops(dev); in crypto_cipher()
[all …]
/rk3399_rockchip-uboot/include/
H A Dcrypto.h100 struct dm_crypto_ops { struct
/rk3399_rockchip-uboot/drivers/crypto/rockchip/
H A Dcrypto_v1.c275 static const struct dm_crypto_ops rockchip_crypto_ops = {
H A Dcrypto_ce.c1064 static const struct dm_crypto_ops rockchip_crypto_ops = {
H A Dcrypto_v2.c1572 static const struct dm_crypto_ops rockchip_crypto_ops = {