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

  /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/sync/util/
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));
  /external/chromium_org/third_party/libsrtp/srtp/crypto/ae_xfm/
xfm.c 68 unsigned char mac_key[MAC_KEY_LEN]; local
94 status = hmac_compute(&hmac_ctx, "MAC", 3, MAC_KEY_LEN, mac_key);
114 status = hmac_init(&hmac_ctx, mac_key, MAC_KEY_LEN);
142 unsigned char mac_key[MAC_KEY_LEN]; local
171 status = hmac_compute(&hmac_ctx, "MAC", 3, MAC_KEY_LEN, mac_key);
190 status = hmac_init(&hmac_ctx, mac_key, MAC_KEY_LEN);
227 unsigned char mac_key[MAC_KEY_LEN]; local
258 status = hmac_compute(&hmac_ctx, "MAC", 3, MAC_KEY_LEN, mac_key);
296 status = hmac_init(&hmac_ctx, mac_key, MAC_KEY_LEN);
338 unsigned char mac_key[MAC_KEY_LEN] local
    [all...]
  /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/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
500 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,
185 PK11SymKey **mac_key)
196 *mac_key = session_ticket_mac_key_pkcs11;
217 PRUint32 *aes_key_length, const unsigned char **mac_key,
229 *mac_key = session_ticket_mac_key;
1007 const unsigned char *mac_key; local
1368 const unsigned char *mac_key; local
    [all...]
  /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);
506 EVP_PKEY *mac_key = local
509 if (!mac_key)
    [all...]

Completed in 1043 milliseconds