Searched refs:hash_alg (Results 1 - 10 of 10) sorted by relevance

/external/chromium/base/
H A Dhmac.h28 explicit HMAC(HashAlgorithm hash_alg);
H A Dhmac_mac.cc17 HMAC::HMAC(HashAlgorithm hash_alg) argument
18 : hash_alg_(hash_alg), plat_(new HMACPlatformData()) {
H A Dhmac_nss.cc45 HMAC::HMAC(HashAlgorithm hash_alg) argument
46 : hash_alg_(hash_alg), plat_(new HMACPlatformData()) {
H A Dhmac_win.cc24 HMAC::HMAC(HashAlgorithm hash_alg) argument
25 : hash_alg_(hash_alg), plat_(new HMACPlatformData()) {
/external/wpa_supplicant_6/wpa_supplicant/src/tls/
H A Dtlsv1_record.c50 rl->hash_alg = CRYPTO_HASH_ALG_HMAC_MD5;
53 rl->hash_alg = CRYPTO_HASH_ALG_HMAC_SHA1;
176 hmac = crypto_hash_init(rl->hash_alg, rl->write_mac_secret,
368 hmac = crypto_hash_init(rl->hash_alg, rl->read_mac_secret,
H A Dtlsv1_record.h49 enum crypto_hash_alg hash_alg; member in struct:tlsv1_record_layer
/external/e2fsprogs/debugfs/
H A Dhtree.c42 int hash_alg; local
57 hash_alg = rootnode->hash_version;
58 if ((hash_alg <= EXT2_HASH_TEA) &&
60 hash_alg += 3;
75 errcode = ext2fs_dirhash(hash_alg, name,
/external/e2fsprogs/e2fsck/
H A Drehash.c92 int hash_alg; local
112 hash_alg = fs->super->s_def_hash_version;
113 if ((hash_alg <= EXT2_HASH_TEA) &&
115 hash_alg += 3;
155 fd->err = ext2fs_dirhash(hash_alg, dirent->name,
341 int hash_alg; local
346 hash_alg = fs->super->s_def_hash_version;
347 if ((hash_alg <= EXT2_HASH_TEA) &&
349 hash_alg += 3;
387 ext2fs_dirhash(hash_alg, en
[all...]
/external/wpa_supplicant/
H A Dtlsv1_common.c194 rl->hash_alg = CRYPTO_HASH_ALG_HMAC_MD5;
197 rl->hash_alg = CRYPTO_HASH_ALG_HMAC_SHA1;
320 hmac = crypto_hash_init(rl->hash_alg, rl->write_mac_secret,
511 hmac = crypto_hash_init(rl->hash_alg, rl->read_mac_secret,
H A Dtlsv1_common.h206 enum crypto_hash_alg hash_alg; member in struct:tlsv1_record_layer

Completed in 681 milliseconds