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

  /system/tpm/trunks/
hmac_authorization_delegate.cc 213 const TPM2B_NONCE& caller_nonce,
218 if (caller_nonce.size < kNonceMinSize || caller_nonce.size > kNonceMaxSize ||
224 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,
hmac_authorization_delegate_test.cc 83 // Calling EncryptCommandParameter regenerated the caller_nonce.
84 // We need to manually switch tpm_nonce and caller_nonce to ensure
  /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 481 milliseconds