Home
last modified time | relevance | path

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

/optee_os-3.20.0/ta/pkcs11/src/
A Dprocessing_rsa.c323 pkcs2tee_algo_rsa_oaep(uint32_t *tee_id, uint32_t *tee_hash_id, in pkcs2tee_algo_rsa_oaep() argument
369 *tee_hash_id = TEE_ALG_SHA1; in pkcs2tee_algo_rsa_oaep()
375 *tee_hash_id = TEE_ALG_SHA224; in pkcs2tee_algo_rsa_oaep()
381 *tee_hash_id = TEE_ALG_SHA256; in pkcs2tee_algo_rsa_oaep()
387 *tee_hash_id = TEE_ALG_SHA384; in pkcs2tee_algo_rsa_oaep()
393 *tee_hash_id = TEE_ALG_SHA512; in pkcs2tee_algo_rsa_oaep()
464 *tee_hash_id = TEE_ALG_SHA1; in pkcs2tee_algo_rsa_aes_wrap()
470 *tee_hash_id = TEE_ALG_SHA224; in pkcs2tee_algo_rsa_aes_wrap()
476 *tee_hash_id = TEE_ALG_SHA256; in pkcs2tee_algo_rsa_aes_wrap()
482 *tee_hash_id = TEE_ALG_SHA384; in pkcs2tee_algo_rsa_aes_wrap()
[all …]
A Dprocessing.h246 enum pkcs11_rc pkcs2tee_algo_rsa_oaep(uint32_t *tee_id, uint32_t *tee_hash_id,
250 pkcs2tee_algo_rsa_aes_wrap(uint32_t *tee_id, uint32_t *tee_hash_id,
A Dprocessing_asymm.c54 pkcs2tee_algorithm(uint32_t *tee_id, uint32_t *tee_hash_id, in pkcs2tee_algorithm() argument
62 uint32_t tee_hash_id; in pkcs2tee_algorithm() member
107 *tee_hash_id = pkcs2tee_algo[n].tee_hash_id; in pkcs2tee_algorithm()
125 rc = pkcs2tee_algo_rsa_oaep(tee_id, tee_hash_id, proc_params); in pkcs2tee_algorithm()
128 rc = pkcs2tee_algo_rsa_aes_wrap(tee_id, tee_hash_id, in pkcs2tee_algorithm()

Completed in 5 milliseconds