Home
last modified time | relevance | path

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

/trusty/user/app/gatekeeper/
Dtrusty_gatekeeper.h59 uint32_t key_length,
68 uint32_t key_length,
Dtrusty_gatekeeper.cpp165 uint32_t key_length, in ComputePasswordSignature() argument
173 ComputeSignature(signature, signature_length, key, key_length, in ComputePasswordSignature()
186 uint32_t key_length, in ComputeSignature() argument
192 HMAC(EVP_sha256(), key, key_length, message, length, buf, &buf_len); in ComputeSignature()