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

  /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/
crypto.h 143 * crypto_hash_init - Initialize hash/HMAC function
154 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key,
159 * @ctx: Context pointer from crypto_hash_init()
171 * @ctx: Context pointer from crypto_hash_init()
tlsv1_common.c 320 hmac = crypto_hash_init(rl->hash_alg, rl->write_mac_secret,
511 hmac = crypto_hash_init(rl->hash_alg, rl->read_mac_secret,
tlsv1_client.c     [all...]
crypto_cryptoapi.c 377 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key, function
crypto_internal.c 66 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
  /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

Completed in 248 milliseconds