Searched refs:crypto_get_device (Results 1 – 13 of 13) sorted by relevance
75 dev = crypto_get_device(ctx.algo); in hw_rsa_hash_calculate()
145 dev = crypto_get_device(rsa_key.algo); in rsa_mod_exp_hw()
49 dev = crypto_get_device(cap); in do_crypto_csum()
454 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()
159 struct udevice *crypto_get_device(u32 capability);
215 dev = crypto_get_device(ctx.algo); in spl_hash_android()
212 dev = crypto_get_device(CRYPTO_AES); in spl_fit_image_uncipher()
107 dev = crypto_get_device(cap); in verify_permanent_attributes()
88 struct udevice *crypto_get_device(u32 capability) in crypto_get_device() function
142 ctx->crypto_dev = crypto_get_device(ctx->crypto_ctx.algo); in avb_sha512_init()
61 ctx->cdev = crypto_get_device(algo); in sha256_starts()
76 ctx->cdev = crypto_get_device(algo); in sha1_starts()
1270 dev = crypto_get_device(cap); in crypto_csum()