Searched refs:saved_alloc (Results 1 – 1 of 1) sorted by relevance
904 struct crypto_op saved_alloc; variable984 saved_alloc.algo = 0; in crypto_reset()985 saved_alloc.mode = 0; in crypto_reset()986 saved_alloc.obj_size = 0; in crypto_reset()1083 saved_alloc.algo = algo; in Invoke_Crypto_AllocateOperation()1084 saved_alloc.mode = mode; in Invoke_Crypto_AllocateOperation()1085 saved_alloc.obj_size = op.params[1].value.a; in Invoke_Crypto_AllocateOperation()2221 if (saved_alloc.algo == TEE_ALG_RSA_NOPAD) { in Invoke_Crypto_AsymmetricDecrypt()2678 const EVP_MD *md = hash_algo_to_md(saved_alloc.algo); in calculate_digest()3297 res = rsa_sign_digest(c, kv, saved_alloc.algo, in sign_digest()[all …]