HomeSort by relevance Sort by last modified time
    Searched refs:caller_nonce (Results 1 - 4 of 4) sorted by null

  /system/tpm/trunks/
hmac_authorization_delegate.cc 212 const TPM2B_NONCE& caller_nonce,
217 if (caller_nonce.size < kNonceMinSize || caller_nonce.size > kNonceMaxSize ||
223 caller_nonce_ = caller_nonce;
hmac_authorization_delegate.h 46 // caller_nonce, salt and auth_value of the bound entity we fed into
85 const TPM2B_NONCE& caller_nonce,
  /system/keymaster/
aes_operation.cpp 127 bool caller_nonce = key.authorizations().GetTagValue(TAG_CALLER_NONCE); local
133 AesEvpEncryptOperation(block_mode, padding, caller_nonce, tag_length,
keymaster_enforcement_test.cpp 477 AuthorizationSet caller_nonce(AuthorizationSetBuilder()
485 kmen.AuthorizeOperation(KM_PURPOSE_ENCRYPT, key_id, caller_nonce, begin_params,
488 kmen.AuthorizeOperation(KM_PURPOSE_DECRYPT, key_id, caller_nonce, begin_params,
    [all...]

Completed in 71 milliseconds