Searched refs:crypto_hash_init (Results 1 - 24 of 24) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/tls/
H A Dtlsv1_common.c209 verify->md5_client = crypto_hash_init(CRYPTO_HASH_ALG_MD5, NULL, 0);
210 verify->md5_server = crypto_hash_init(CRYPTO_HASH_ALG_MD5, NULL, 0);
211 verify->md5_cert = crypto_hash_init(CRYPTO_HASH_ALG_MD5, NULL, 0);
212 verify->sha1_client = crypto_hash_init(CRYPTO_HASH_ALG_SHA1, NULL, 0);
213 verify->sha1_server = crypto_hash_init(CRYPTO_HASH_ALG_SHA1, NULL, 0);
214 verify->sha1_cert = crypto_hash_init(CRYPTO_HASH_ALG_SHA1, NULL, 0);
222 verify->sha256_client = crypto_hash_init(CRYPTO_HASH_ALG_SHA256, NULL,
224 verify->sha256_server = crypto_hash_init(CRYPTO_HASH_ALG_SHA256, NULL,
226 verify->sha256_cert = crypto_hash_init(CRYPTO_HASH_ALG_SHA256, NULL,
347 ctx = crypto_hash_init(CRYPTO_HASH_ALG_SHA25
[all...]
H A Dtlsv1_record.c207 hmac = crypto_hash_init(rl->hash_alg, rl->write_mac_secret,
436 hmac = crypto_hash_init(rl->hash_alg, rl->read_mac_secret,
/external/wpa_supplicant_8/src/tls/
H A Dtlsv1_common.c209 verify->md5_client = crypto_hash_init(CRYPTO_HASH_ALG_MD5, NULL, 0);
210 verify->md5_server = crypto_hash_init(CRYPTO_HASH_ALG_MD5, NULL, 0);
211 verify->md5_cert = crypto_hash_init(CRYPTO_HASH_ALG_MD5, NULL, 0);
212 verify->sha1_client = crypto_hash_init(CRYPTO_HASH_ALG_SHA1, NULL, 0);
213 verify->sha1_server = crypto_hash_init(CRYPTO_HASH_ALG_SHA1, NULL, 0);
214 verify->sha1_cert = crypto_hash_init(CRYPTO_HASH_ALG_SHA1, NULL, 0);
222 verify->sha256_client = crypto_hash_init(CRYPTO_HASH_ALG_SHA256, NULL,
224 verify->sha256_server = crypto_hash_init(CRYPTO_HASH_ALG_SHA256, NULL,
226 verify->sha256_cert = crypto_hash_init(CRYPTO_HASH_ALG_SHA256, NULL,
347 ctx = crypto_hash_init(CRYPTO_HASH_ALG_SHA25
[all...]
H A Dtlsv1_record.c207 hmac = crypto_hash_init(rl->hash_alg, rl->write_mac_secret,
436 hmac = crypto_hash_init(rl->hash_alg, rl->read_mac_secret,
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dtlsv1_common.c209 verify->md5_client = crypto_hash_init(CRYPTO_HASH_ALG_MD5, NULL, 0);
210 verify->md5_server = crypto_hash_init(CRYPTO_HASH_ALG_MD5, NULL, 0);
211 verify->md5_cert = crypto_hash_init(CRYPTO_HASH_ALG_MD5, NULL, 0);
212 verify->sha1_client = crypto_hash_init(CRYPTO_HASH_ALG_SHA1, NULL, 0);
213 verify->sha1_server = crypto_hash_init(CRYPTO_HASH_ALG_SHA1, NULL, 0);
214 verify->sha1_cert = crypto_hash_init(CRYPTO_HASH_ALG_SHA1, NULL, 0);
222 verify->sha256_client = crypto_hash_init(CRYPTO_HASH_ALG_SHA256, NULL,
224 verify->sha256_server = crypto_hash_init(CRYPTO_HASH_ALG_SHA256, NULL,
226 verify->sha256_cert = crypto_hash_init(CRYPTO_HASH_ALG_SHA256, NULL,
347 ctx = crypto_hash_init(CRYPTO_HASH_ALG_SHA25
[all...]
H A Dtlsv1_record.c207 hmac = crypto_hash_init(rl->hash_alg, rl->write_mac_secret,
436 hmac = crypto_hash_init(rl->hash_alg, rl->read_mac_secret,
/external/wpa_supplicant_8/hostapd/src/eap_common/
H A Deap_pwd_common.c21 return crypto_hash_init(CRYPTO_HASH_ALG_HMAC_SHA256, allzero,
54 hash = crypto_hash_init(CRYPTO_HASH_ALG_HMAC_SHA256,
/external/wpa_supplicant_8/src/eap_common/
H A Deap_pwd_common.c21 return crypto_hash_init(CRYPTO_HASH_ALG_HMAC_SHA256, allzero,
54 hash = crypto_hash_init(CRYPTO_HASH_ALG_HMAC_SHA256,
/external/wpa_supplicant_8/wpa_supplicant/src/eap_common/
H A Deap_pwd_common.c21 return crypto_hash_init(CRYPTO_HASH_ALG_HMAC_SHA256, allzero,
54 hash = crypto_hash_init(CRYPTO_HASH_ALG_HMAC_SHA256,
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dcrypto.h144 * crypto_hash_init - Initialize hash/HMAC function
155 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key,
160 * @ctx: Context pointer from crypto_hash_init()
172 * @ctx: Context pointer from crypto_hash_init()
H A Dcrypto_internal.c31 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key, function
H A Dcrypto_cryptoapi.c352 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key, function
H A Dcrypto_libtomcrypt.c153 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key, function
H A Dcrypto_openssl.c604 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key, function
/external/wpa_supplicant_8/src/crypto/
H A Dcrypto.h144 * crypto_hash_init - Initialize hash/HMAC function
155 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key,
160 * @ctx: Context pointer from crypto_hash_init()
172 * @ctx: Context pointer from crypto_hash_init()
H A Dcrypto_internal.c31 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key, function
H A Dcrypto_cryptoapi.c352 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key, function
H A Dcrypto_libtomcrypt.c153 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key, function
H A Dcrypto_openssl.c604 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key, function
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dcrypto.h144 * crypto_hash_init - Initialize hash/HMAC function
155 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key,
160 * @ctx: Context pointer from crypto_hash_init()
172 * @ctx: Context pointer from crypto_hash_init()
H A Dcrypto_internal.c31 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key, function
H A Dcrypto_cryptoapi.c352 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key, function
H A Dcrypto_libtomcrypt.c153 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key, function
H A Dcrypto_openssl.c604 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key, function

Completed in 169 milliseconds