Searched refs:tee_hash_id (Results 1 – 3 of 3) sorted by relevance
261 pkcs2tee_algo_rsa_oaep(uint32_t *tee_id, uint32_t *tee_hash_id, in pkcs2tee_algo_rsa_oaep() argument307 *tee_hash_id = TEE_ALG_SHA1; in pkcs2tee_algo_rsa_oaep()313 *tee_hash_id = TEE_ALG_SHA224; in pkcs2tee_algo_rsa_oaep()319 *tee_hash_id = TEE_ALG_SHA256; in pkcs2tee_algo_rsa_oaep()325 *tee_hash_id = TEE_ALG_SHA384; in pkcs2tee_algo_rsa_oaep()331 *tee_hash_id = TEE_ALG_SHA512; in pkcs2tee_algo_rsa_oaep()
50 pkcs2tee_algorithm(uint32_t *tee_id, uint32_t *tee_hash_id, in pkcs2tee_algorithm() argument58 uint32_t tee_hash_id; in pkcs2tee_algorithm() member100 *tee_hash_id = pkcs2tee_algo[n].tee_hash_id; in pkcs2tee_algorithm()118 rc = pkcs2tee_algo_rsa_oaep(tee_id, tee_hash_id, proc_params); in pkcs2tee_algorithm()
190 enum pkcs11_rc pkcs2tee_algo_rsa_oaep(uint32_t *tee_id, uint32_t *tee_hash_id,
Completed in 5 milliseconds