Home
last modified time | relevance | path

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

/optee_os-3.20.0/ta/pkcs11/src/
A Dpkcs11_helpers.h74 uint32_t tee_algo, void *hash_ptr,
A Dprocessing_symm.c276 void *hash_ptr = NULL; in hash_secret_helper() local
285 hash_ptr = TEE_Malloc(hash_size, 0); in hash_secret_helper()
286 if (!hash_ptr) in hash_secret_helper()
290 PKCS11_CKA_VALUE, algo, hash_ptr, in hash_secret_helper()
294 TEE_Free(hash_ptr); in hash_secret_helper()
298 *ctx = hash_ptr; in hash_secret_helper()
A Dpkcs11_helpers.c655 uint32_t tee_algo, void *hash_ptr, in pkcs2tee_load_hashed_attr() argument
674 res = TEE_DigestDoFinal(handle, a_ptr, a_size, hash_ptr, hash_size); in pkcs2tee_load_hashed_attr()
681 TEE_InitRefAttribute(tee_ref, tee_id, hash_ptr, *hash_size); in pkcs2tee_load_hashed_attr()

Completed in 5 milliseconds