Home
last modified time | relevance | path

Searched refs:tee_hash_id (Results 1 – 3 of 3) sorted by relevance

/optee_os/ta/pkcs11/src/
A Dprocessing_rsa.c261 pkcs2tee_algo_rsa_oaep(uint32_t *tee_id, uint32_t *tee_hash_id, in pkcs2tee_algo_rsa_oaep() argument
307 *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()
A Dprocessing_asymm.c50 pkcs2tee_algorithm(uint32_t *tee_id, uint32_t *tee_hash_id, in pkcs2tee_algorithm() argument
58 uint32_t tee_hash_id; in pkcs2tee_algorithm() member
100 *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()
A Dprocessing.h190 enum pkcs11_rc pkcs2tee_algo_rsa_oaep(uint32_t *tee_id, uint32_t *tee_hash_id,

Completed in 5 milliseconds