Home
last modified time | relevance | path

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

/optee_os/lib/libutee/
H A Dtee_api_operations.c926 uint64_t hl = 0; in TEE_DigestDoFinal() local
953 hl = *hashLen; in TEE_DigestDoFinal()
955 &hl); in TEE_DigestDoFinal()
956 *hashLen = hl; in TEE_DigestDoFinal()
992 uint64_t hl = 0; in TEE_DigestExtract() local
1004 hl = *hashLen; in TEE_DigestExtract()
1005 res = _utee_hash_final(operation->state, NULL, 0, hash, &hl); in TEE_DigestExtract()
1008 *hashLen = hl; in TEE_DigestExtract()
1014 hl = operation->block_size; in TEE_DigestExtract()
1016 operation->buffer, &hl); in TEE_DigestExtract()
[all …]