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

  /external/wpa_supplicant_8/src/tls/
tlsv1_common.c 209 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,
364 ctx = crypto_hash_init(alg, NULL, 0)
    [all...]
tlsv1_record.c 207 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/eap_common/
eap_pwd_common.c 21 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/crypto/
crypto.h 170 * crypto_hash_init - Initialize hash/HMAC function
181 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key,
186 * @ctx: Context pointer from crypto_hash_init()
198 * @ctx: Context pointer from crypto_hash_init()
crypto_internal.c 39 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key, function
crypto_libtomcrypt.c 154 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key, function
crypto_linux.c 239 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key, function
crypto_openssl.c 867 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key, function
    [all...]

Completed in 103 milliseconds