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

  /external/wpa_supplicant_8/src/tls/
tlsv1_common.c 197 verify->md5_client = crypto_hash_init(CRYPTO_HASH_ALG_MD5, NULL, 0);
198 verify->md5_server = crypto_hash_init(CRYPTO_HASH_ALG_MD5, NULL, 0);
199 verify->md5_cert = crypto_hash_init(CRYPTO_HASH_ALG_MD5, NULL, 0);
200 verify->sha1_client = crypto_hash_init(CRYPTO_HASH_ALG_SHA1, NULL, 0);
201 verify->sha1_server = crypto_hash_init(CRYPTO_HASH_ALG_SHA1, NULL, 0);
202 verify->sha1_cert = crypto_hash_init(CRYPTO_HASH_ALG_SHA1, NULL, 0);
210 verify->sha256_client = crypto_hash_init(CRYPTO_HASH_ALG_SHA256, NULL,
212 verify->sha256_server = crypto_hash_init(CRYPTO_HASH_ALG_SHA256, NULL,
214 verify->sha256_cert = crypto_hash_init(CRYPTO_HASH_ALG_SHA256, NULL,
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_6/wpa_supplicant/src/tls/
tlsv1_common.c 193 verify->md5_client = crypto_hash_init(CRYPTO_HASH_ALG_MD5, NULL, 0);
194 verify->md5_server = crypto_hash_init(CRYPTO_HASH_ALG_MD5, NULL, 0);
195 verify->md5_cert = crypto_hash_init(CRYPTO_HASH_ALG_MD5, NULL, 0);
196 verify->sha1_client = crypto_hash_init(CRYPTO_HASH_ALG_SHA1, NULL, 0);
197 verify->sha1_server = crypto_hash_init(CRYPTO_HASH_ALG_SHA1, NULL, 0);
198 verify->sha1_cert = crypto_hash_init(CRYPTO_HASH_ALG_SHA1, NULL, 0);
tlsv1_record.c 176 hmac = crypto_hash_init(rl->hash_alg, rl->write_mac_secret,
368 hmac = crypto_hash_init(rl->hash_alg, rl->read_mac_secret,
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
crypto.h 144 * 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()
crypto_cryptoapi.c 362 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key, function
crypto_libtomcrypt.c 160 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key, function
crypto_internal.c 67 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key, function
  /external/wpa_supplicant_8/src/crypto/
crypto.h 159 * crypto_hash_init - Initialize hash/HMAC function
170 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key,
175 * @ctx: Context pointer from crypto_hash_init()
187 * @ctx: Context pointer from crypto_hash_init()
crypto_internal.c 31 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key, function
crypto_cryptoapi.c 352 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key, function
crypto_libtomcrypt.c 153 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key, function

Completed in 150 milliseconds