Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/lib/rsa/
H A Drsa-checksum.c75 dev = crypto_get_device(ctx.algo); in hw_rsa_hash_calculate()
H A Drsa-verify.c145 dev = crypto_get_device(rsa_key.algo); in rsa_mod_exp_hw()
/rk3399_rockchip-uboot/cmd/
H A Dcrypto_sum.c49 dev = crypto_get_device(cap); in do_crypto_csum()
H A Dcrypto.c454 dev = crypto_get_device(test_data->algo); in test_hash_result()
523 dev = crypto_get_device(test_data->algo); in test_cipher_result()
625 dev = crypto_get_device(test_data->algo); in test_rsa_result()
708 dev = crypto_get_device(test_data->algo); in test_ec_result()
/rk3399_rockchip-uboot/include/
H A Dcrypto.h159 struct udevice *crypto_get_device(u32 capability);
/rk3399_rockchip-uboot/common/spl/
H A Dspl_boot_image.c215 dev = crypto_get_device(ctx.algo); in spl_hash_android()
H A Dspl_fit.c212 dev = crypto_get_device(CRYPTO_AES); in spl_fit_image_uncipher()
/rk3399_rockchip-uboot/lib/avb/libavb_atx/
H A Davb_atx_validate.c107 dev = crypto_get_device(cap); in verify_permanent_attributes()
/rk3399_rockchip-uboot/drivers/crypto/
H A Dcrypto-uclass.c88 struct udevice *crypto_get_device(u32 capability) in crypto_get_device() function
/rk3399_rockchip-uboot/lib/avb/libavb/
H A Davb_sha512.c142 ctx->crypto_dev = crypto_get_device(ctx->crypto_ctx.algo); in avb_sha512_init()
/rk3399_rockchip-uboot/lib/
H A Dsha256.c61 ctx->cdev = crypto_get_device(algo); in sha256_starts()
H A Dsha1.c76 ctx->cdev = crypto_get_device(algo); in sha1_starts()
/rk3399_rockchip-uboot/common/
H A Dimage-fit.c1270 dev = crypto_get_device(cap); in crypto_csum()