Searched refs:tee_hash_id (Results 1 – 3 of 3) sorted by relevance
| /optee_os/ta/pkcs11/src/ |
| H A D | processing_rsa.c | 323 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() 413 pkcs2tee_algo_rsa_aes_wrap(uint32_t *tee_id, uint32_t *tee_hash_id, in pkcs2tee_algo_rsa_aes_wrap() argument 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() [all …]
|
| H A D | processing_asymm.c | 56 pkcs2tee_algorithm(uint32_t *tee_id, uint32_t *tee_hash_id, in pkcs2tee_algorithm() argument 64 uint32_t tee_hash_id; in pkcs2tee_algorithm() member 110 *tee_hash_id = pkcs2tee_algo[n].tee_hash_id; in pkcs2tee_algorithm() 128 rc = pkcs2tee_algo_rsa_oaep(tee_id, tee_hash_id, proc_params); in pkcs2tee_algorithm() 131 rc = pkcs2tee_algo_rsa_aes_wrap(tee_id, tee_hash_id, in pkcs2tee_algorithm()
|
| H A D | processing.h | 262 enum pkcs11_rc pkcs2tee_algo_rsa_oaep(uint32_t *tee_id, uint32_t *tee_hash_id, 266 pkcs2tee_algo_rsa_aes_wrap(uint32_t *tee_id, uint32_t *tee_hash_id,
|