Home
last modified time | relevance | path

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

/optee_os/ta/pkcs11/src/
A Dprocessing_symm.c278 void *hash_ptr = NULL; in hash_secret_helper() local
287 hash_ptr = TEE_Malloc(hash_size, 0); in hash_secret_helper()
288 if (!hash_ptr) in hash_secret_helper()
292 PKCS11_CKA_VALUE, algo, hash_ptr, in hash_secret_helper()
296 TEE_Free(hash_ptr); in hash_secret_helper()
300 *ctx = hash_ptr; in hash_secret_helper()
A Dpkcs11_helpers.h74 uint32_t tee_algo, void *hash_ptr,
A Dpkcs11_helpers.c652 uint32_t tee_algo, void *hash_ptr, in pkcs2tee_load_hashed_attr() argument
671 res = TEE_DigestDoFinal(handle, a_ptr, a_size, hash_ptr, hash_size); in pkcs2tee_load_hashed_attr()
678 TEE_InitRefAttribute(tee_ref, tee_id, hash_ptr, *hash_size); in pkcs2tee_load_hashed_attr()

Completed in 5 milliseconds