Home
last modified time | relevance | path

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

/optee_os/ta/pkcs11/src/
H A Dpersistent_token.c79 TEE_OperationHandle oh = TEE_HANDLE_NULL; in do_hash() local
82 res = TEE_AllocateOperation(&oh, TEE_ALG_SHA256, TEE_MODE_DIGEST, 0); in do_hash()
86 TEE_DigestUpdate(oh, &user, sizeof(user)); in do_hash()
87 TEE_DigestUpdate(oh, &salt, sizeof(salt)); in do_hash()
88 res = TEE_DigestDoFinal(oh, pin, pin_size, hash, &sz); in do_hash()
89 TEE_FreeOperation(oh); in do_hash()