Home
last modified time | relevance | path

Searched defs:hmac (Results 1 – 25 of 33) sorted by relevance

12

/external/chromium_org/crypto/
Dhmac_unittest.cc77 crypto::HMAC hmac(crypto::HMAC::SHA1); in TEST() local
146 crypto::HMAC hmac(crypto::HMAC::SHA1); in TEST() local
172 crypto::HMAC hmac(crypto::HMAC::SHA256); in TEST() local
213 crypto::HMAC hmac(crypto::HMAC::SHA1); in TEST() local
238 crypto::HMAC hmac(crypto::HMAC::SHA1); in TEST() local
252 crypto::HMAC hmac(crypto::HMAC::SHA1); in TEST() local
Dhkdf.cc55 HMAC hmac(HMAC::SHA256); in HKDF() local
/external/chromium/crypto/
Dhmac_unittest.cc55 crypto::HMAC hmac(crypto::HMAC::SHA1); in TEST() local
124 crypto::HMAC hmac(crypto::HMAC::SHA1); in TEST() local
150 crypto::HMAC hmac(crypto::HMAC::SHA256); in TEST() local
190 crypto::HMAC hmac(crypto::HMAC::SHA1); in TEST() local
228 crypto::HMAC hmac(crypto::HMAC::SHA1); in TEST() local
/external/dropbear/libtomcrypt/src/mac/hmac/
Dhmac_process.c27 int hmac_process(hmac_state *hmac, const unsigned char *in, unsigned long inlen) in hmac_process()
Dhmac_memory.c36 hmac_state *hmac; in hmac_memory() local
Dhmac_done.c29 int hmac_done(hmac_state *hmac, unsigned char *out, unsigned long *outlen) in hmac_done()
Dhmac_init.c30 int hmac_init(hmac_state *hmac, int hash, const unsigned char *key, unsigned long keylen) in hmac_init()
Dhmac_memory_multi.c39 hmac_state *hmac; in hmac_memory_multi() local
/external/chromium_org/sync/util/
Dnigori.cc141 HMAC hmac(HMAC::SHA256); in Permute() local
177 HMAC hmac(HMAC::SHA256); in Encrypt() local
215 HMAC hmac(HMAC::SHA256); in Decrypt() local
/external/chromium/chrome/browser/sync/util/
Dnigori.cc146 HMAC hmac(HMAC::SHA256); in Permute() local
187 HMAC hmac(HMAC::SHA256); in Encrypt() local
224 HMAC hmac(HMAC::SHA256); in Decrypt() local
/external/wpa_supplicant_8/src/tls/
Dtlsv1_record.c155 struct crypto_hash *hmac; in tlsv1_record_send() local
284 struct crypto_hash *hmac; in tlsv1_record_receive() local
/external/chromium_org/content/public/browser/
Dmedia_device_id.cc18 crypto::HMAC hmac(crypto::HMAC::SHA256); in GetHMACForMediaDeviceID() local
/external/dropbear/
Dpacket.c318 hmac_state hmac; in checkmac() local
526 hmac_state hmac; in writemac() local
/external/dropbear/libtomcrypt/src/misc/pkcs5/
Dpkcs_5_2.c40 hmac_state *hmac; in pkcs_5_alg2() local
/external/smack/src/org/xbill/DNS/
DTSIG.java218 HMAC hmac = null; in generate() local
315 HMAC hmac = new HMAC(digest, digestBlockLength, key); in applyStream() local
367 HMAC hmac = new HMAC(digest, digestBlockLength, key); in verify() local
/external/chromium_org/google_apis/cup/
Dclient_update_protocol.cc73 crypto::HMAC hmac(crypto::HMAC::SHA1); in SymSign() local
91 crypto::HMAC hmac(crypto::HMAC::SHA1); in SymSignVerify() local
/external/chromium_org/chrome/browser/extensions/api/music_manager_private/
Ddevice_id.cc21 crypto::HMAC hmac(crypto::HMAC::SHA256); in ComputeHmacSha256() local
/external/chromium_org/third_party/openssl/openssl/crypto/pkcs12/
Dp12_mutl.c71 HMAC_CTX hmac; in PKCS12_gen_mac() local
/external/srtp/crypto/hash/
Dhmac.c255 hmac = { variable
/external/openssl/crypto/pkcs12/
Dp12_mutl.c71 HMAC_CTX hmac; in PKCS12_gen_mac() local
/external/wpa_supplicant_8/src/eap_common/
Deap_sim_common.c168 unsigned char hmac[SHA1_MAC_LEN]; in eap_sim_verify_mac() local
208 unsigned char hmac[SHA1_MAC_LEN]; in eap_sim_add_mac() local
363 unsigned char hmac[SHA256_MAC_LEN]; in eap_sim_verify_mac_sha256() local
403 unsigned char hmac[SHA256_MAC_LEN]; in eap_sim_add_mac_sha256() local
/external/chromium_org/chrome/browser/prefs/
Dpref_metrics_service.cc400 crypto::HMAC hmac(crypto::HMAC::SHA256); in GetHashedPrefValue() local
/external/chromium_org/chrome/browser/
Dinternal_auth.cc161 std::string hmac; in CreatePassport() local
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
Dstun.cc210 char hmac[kStunMessageIntegritySize]; in ValidateMessageIntegrity() local
244 char hmac[kStunMessageIntegritySize]; in AddMessageIntegrity() local
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
DKnownHosts.java184 HMAC hmac = new HMAC(sha1, salt, salt.length); in hmacSha1Hash() local

12