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

  /external/chromium_org/crypto/
p224_spake.cc 103 memset(&expected_authenticator_, 0, sizeof(expected_authenticator_));
148 if (message.size() != sizeof(expected_authenticator_)) {
152 if (!SecureMemEqual(message.data(), expected_authenticator_,
211 memcpy(expected_authenticator_, their_hash, kSHA256Length);
p224_spake.h 105 // expected_authenticator_ is used to store the hash value expected from the
107 uint8 expected_authenticator_[kSHA256Length]; member in class:crypto::P224EncryptedKeyExchange

Completed in 83 milliseconds