Searched refs:key_length (Results 1 – 2 of 2) sorted by relevance
/trusty/user/app/gatekeeper/ |
D | trusty_gatekeeper.h | 59 uint32_t key_length, 68 uint32_t key_length,
|
D | trusty_gatekeeper.cpp | 165 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()
|