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

  /external/chromium/chrome/browser/sync/util/
nigori.h 43 const std::string& mac_key);
62 std::string* mac_key) const;
nigori.cc 111 const std::string& mac_key) {
119 mac_key_.reset(SymmetricKey::Import(SymmetricKey::HMAC_SHA1, mac_key));
250 std::string* mac_key) const {
253 DCHECK(mac_key);
257 mac_key_->GetRawKey(mac_key);
cryptographer_unittest.cc 164 std::string user_key, encryption_key, mac_key; local
165 ASSERT_TRUE(unpacked->ExportKeys(&user_key, &encryption_key, &mac_key));
169 EXPECT_EQ(expected_mac, mac_key);
nigori_unittest.cc 145 std::string mac_key; local
146 EXPECT_TRUE(nigori1.ExportKeys(&user_key, &encryption_key, &mac_key));
149 EXPECT_TRUE(nigori2.InitByImport(user_key, encryption_key, mac_key));
cryptographer.cc 236 key.mac_key())) {
254 key.mac_key())) {
  /external/chromium_org/sync/util/
nigori.h 46 const std::string& mac_key);
65 std::string* mac_key) const;
nigori.cc 106 const std::string& mac_key) {
114 mac_key_.reset(SymmetricKey::Import(SymmetricKey::HMAC_SHA1, mac_key));
239 std::string* mac_key) const {
242 DCHECK(mac_key);
246 mac_key_->GetRawKey(mac_key);
nigori_unittest.cc 145 std::string mac_key; local
146 EXPECT_TRUE(nigori1.ExportKeys(&user_key, &encryption_key, &mac_key));
149 EXPECT_TRUE(nigori2.InitByImport(user_key, encryption_key, mac_key));
cryptographer.cc 299 key.mac_key())) {
353 key.mac_key())) {
  /external/srtp/crypto/ae_xfm/
xfm.c 33 unsigned char mac_key[MAC_KEY_LEN]; local
59 status = hmac_compute(&hmac_ctx, "MAC", 3, MAC_KEY_LEN, mac_key);
79 status = hmac_init(&hmac_ctx, mac_key, MAC_KEY_LEN);
107 unsigned char mac_key[MAC_KEY_LEN]; local
136 status = hmac_compute(&hmac_ctx, "MAC", 3, MAC_KEY_LEN, mac_key);
155 status = hmac_init(&hmac_ctx, mac_key, MAC_KEY_LEN);
193 unsigned char mac_key[MAC_KEY_LEN]; local
224 status = hmac_compute(&hmac_ctx, "MAC", 3, MAC_KEY_LEN, mac_key);
262 status = hmac_init(&hmac_ctx, mac_key, MAC_KEY_LEN);
304 unsigned char mac_key[MAC_KEY_LEN] local
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/evp/
pmeth_gn.c 205 EVP_PKEY *mac_key = NULL; local
215 if (EVP_PKEY_keygen(mac_ctx, &mac_key) <= 0)
220 return mac_key;
  /external/openssl/crypto/evp/
pmeth_gn.c 205 EVP_PKEY *mac_key = NULL; local
215 if (EVP_PKEY_keygen(mac_ctx, &mac_key) <= 0)
220 return mac_key;
  /external/chromium_org/third_party/openssl/openssl/ssl/
t1_enc.c 164 EVP_PKEY *mac_key; local
176 mac_key = EVP_PKEY_new_mac_key(EVP_PKEY_HMAC, NULL, sec, sec_len);
177 if (!mac_key)
179 if (!EVP_DigestSignInit(&ctx,NULL,md, NULL, mac_key))
181 if (!EVP_DigestSignInit(&ctx_tmp,NULL,md, NULL, mac_key))
199 if (!EVP_DigestSignInit(&ctx,NULL,md, NULL, mac_key))
201 if (!EVP_DigestSignInit(&ctx_tmp,NULL,md, NULL, mac_key))
238 EVP_PKEY_free(mac_key);
339 EVP_PKEY *mac_key; local
495 mac_key = EVP_PKEY_new_mac_key(mac_type, NULL
    [all...]
  /external/openssl/ssl/
t1_enc.c 164 EVP_PKEY *mac_key; local
176 mac_key = EVP_PKEY_new_mac_key(EVP_PKEY_HMAC, NULL, sec, sec_len);
177 if (!mac_key)
179 if (!EVP_DigestSignInit(&ctx,NULL,md, NULL, mac_key))
181 if (!EVP_DigestSignInit(&ctx_tmp,NULL,md, NULL, mac_key))
199 if (!EVP_DigestSignInit(&ctx,NULL,md, NULL, mac_key))
201 if (!EVP_DigestSignInit(&ctx_tmp,NULL,md, NULL, mac_key))
238 EVP_PKEY_free(mac_key);
339 EVP_PKEY *mac_key; local
495 mac_key = EVP_PKEY_new_mac_key(mac_type, NULL
    [all...]
  /external/chromium_org/net/third_party/nss/ssl/
ssl3ext.c 43 PK11SymKey **aes_key, PK11SymKey **mac_key);
46 PRUint32 *aes_key_length, const unsigned char **mac_key,
179 PK11SymKey **mac_key)
190 *mac_key = session_ticket_mac_key_pkcs11;
211 PRUint32 *aes_key_length, const unsigned char **mac_key,
223 *mac_key = session_ticket_mac_key;
968 const unsigned char *mac_key; local
1009 &mac_key, &mac_key_length);
1329 const unsigned char *mac_key; local
    [all...]
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]

Completed in 421 milliseconds