Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/crypto/fsl/
H A Dfsl_blob.c65 ret = run_descriptor_jr(desc); in blob_decap()
130 ret = run_descriptor_jr(desc); in blob_encap()
174 ret = run_descriptor_jr(desc); in blob_dek()
H A Dfsl_hash.c150 ret = run_descriptor_jr(ctx->sha_desc); in caam_hash_finish()
191 ret = run_descriptor_jr(desc); in caam_hash()
H A Dfsl_rsa.c38 ret = run_descriptor_jr(desc); in fsl_mod_exp()
H A Djr.h107 int run_descriptor_jr(uint32_t *desc);
H A Djr.c390 int run_descriptor_jr(uint32_t *desc) in run_descriptor_jr() function