Searched refs:crypto_get_device (Results 1 – 21 of 21) sorted by relevance
79 struct udevice *crypto_get_device(u32 capability) in crypto_get_device() function
75 dev = crypto_get_device(ctx.algo); in hw_rsa_hash_calculate()
135 dev = crypto_get_device(rsa_key.algo); in rsa_mod_exp_hw()
49 dev = crypto_get_device(cap); in do_crypto_csum()
419 dev = crypto_get_device(test_data->algo); in test_hash_result()488 dev = crypto_get_device(test_data->algo); in test_cipher_result()590 dev = crypto_get_device(test_data->algo); in test_rsa_result()
255 dev = crypto_get_device(CRYPTO_SHA256); in sha256_checksum()
126 struct udevice *crypto_get_device(u32 capability);
107 dev = crypto_get_device(cap); in verify_permanent_attributes()
215 dev = crypto_get_device(ctx.algo); in spl_hash_android()
404 dev = crypto_get_device(cap); in crypto_csum()
142 ctx->crypto_dev = crypto_get_device(ctx->crypto_ctx.algo); in avb_sha512_init()
47 ctx->crypto_dev = crypto_get_device(ctx->crypto_ctx.algo); in avb_sha256_init()
743 dev = crypto_get_device(ctx.algo); in android_image_separate()
1222 dev = crypto_get_device(cap); in crypto_csum()