Searched refs:crypto_hash (Results 1 - 25 of 33) sorted by relevance

12

/external/wpa_supplicant_8/hostapd/src/eap_common/
H A Deap_pwd_common.h68 struct crypto_hash * eap_pwd_h_init(void);
69 void eap_pwd_h_update(struct crypto_hash *hash, const u8 *data, size_t len);
70 void eap_pwd_h_final(struct crypto_hash *hash, u8 *digest);
H A Deap_pwd_common.c17 struct crypto_hash * eap_pwd_h_init(void)
26 void eap_pwd_h_update(struct crypto_hash *hash, const u8 *data, size_t len)
32 void eap_pwd_h_final(struct crypto_hash *hash, u8 *digest)
43 struct crypto_hash *hash;
95 struct crypto_hash *hash;
312 struct crypto_hash *hash;
/external/wpa_supplicant_8/src/eap_common/
H A Deap_pwd_common.h68 struct crypto_hash * eap_pwd_h_init(void);
69 void eap_pwd_h_update(struct crypto_hash *hash, const u8 *data, size_t len);
70 void eap_pwd_h_final(struct crypto_hash *hash, u8 *digest);
H A Deap_pwd_common.c17 struct crypto_hash * eap_pwd_h_init(void)
26 void eap_pwd_h_update(struct crypto_hash *hash, const u8 *data, size_t len)
32 void eap_pwd_h_final(struct crypto_hash *hash, u8 *digest)
43 struct crypto_hash *hash;
95 struct crypto_hash *hash;
312 struct crypto_hash *hash;
/external/wpa_supplicant_8/wpa_supplicant/src/eap_common/
H A Deap_pwd_common.h68 struct crypto_hash * eap_pwd_h_init(void);
69 void eap_pwd_h_update(struct crypto_hash *hash, const u8 *data, size_t len);
70 void eap_pwd_h_final(struct crypto_hash *hash, u8 *digest);
H A Deap_pwd_common.c17 struct crypto_hash * eap_pwd_h_init(void)
26 void eap_pwd_h_update(struct crypto_hash *hash, const u8 *data, size_t len)
32 void eap_pwd_h_final(struct crypto_hash *hash, u8 *digest)
43 struct crypto_hash *hash;
95 struct crypto_hash *hash;
312 struct crypto_hash *hash;
/external/wpa_supplicant_8/hostapd/src/tls/
H A Dtlsv1_common.h238 struct crypto_hash *md5_client;
239 struct crypto_hash *sha1_client;
240 struct crypto_hash *sha256_client;
241 struct crypto_hash *md5_server;
242 struct crypto_hash *sha1_server;
243 struct crypto_hash *sha256_server;
244 struct crypto_hash *md5_cert;
245 struct crypto_hash *sha1_cert;
246 struct crypto_hash *sha256_cert;
H A Dtlsv1_record.c155 struct crypto_hash *hmac;
284 struct crypto_hash *hmac;
H A Dtlsv1_common.c345 struct crypto_hash *ctx;
385 struct crypto_hash *ctx;
/external/wpa_supplicant_8/src/tls/
H A Dtlsv1_common.h238 struct crypto_hash *md5_client;
239 struct crypto_hash *sha1_client;
240 struct crypto_hash *sha256_client;
241 struct crypto_hash *md5_server;
242 struct crypto_hash *sha1_server;
243 struct crypto_hash *sha256_server;
244 struct crypto_hash *md5_cert;
245 struct crypto_hash *sha1_cert;
246 struct crypto_hash *sha256_cert;
H A Dtlsv1_record.c155 struct crypto_hash *hmac;
284 struct crypto_hash *hmac;
H A Dtlsv1_common.c345 struct crypto_hash *ctx;
385 struct crypto_hash *ctx;
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dtlsv1_common.h238 struct crypto_hash *md5_client;
239 struct crypto_hash *sha1_client;
240 struct crypto_hash *sha256_client;
241 struct crypto_hash *md5_server;
242 struct crypto_hash *sha1_server;
243 struct crypto_hash *sha256_server;
244 struct crypto_hash *md5_cert;
245 struct crypto_hash *sha1_cert;
246 struct crypto_hash *sha256_cert;
H A Dtlsv1_record.c155 struct crypto_hash *hmac;
284 struct crypto_hash *hmac;
H A Dtlsv1_common.c345 struct crypto_hash *ctx;
385 struct crypto_hash *ctx;
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dcrypto.h164 struct crypto_hash;
178 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key,
191 void crypto_hash_update(struct crypto_hash *ctx, const u8 *data, size_t len);
210 int crypto_hash_finish(struct crypto_hash *ctx, u8 *hash, size_t *len);
H A Dcrypto_internal.c19 struct crypto_hash { struct
39 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key,
42 struct crypto_hash *ctx;
143 void crypto_hash_update(struct crypto_hash *ctx, const u8 *data, size_t len)
179 int crypto_hash_finish(struct crypto_hash *ctx, u8 *mac, size_t *len)
H A Dcrypto_libtomcrypt.c143 struct crypto_hash { struct
153 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key,
156 struct crypto_hash *ctx;
194 void crypto_hash_update(struct crypto_hash *ctx, const u8 *data, size_t len)
214 int crypto_hash_finish(struct crypto_hash *ctx, u8 *mac, size_t *len)
H A Dcrypto_openssl.c847 struct crypto_hash { struct
852 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key,
855 struct crypto_hash *ctx;
899 void crypto_hash_update(struct crypto_hash *ctx, const u8 *data, size_t len)
907 int crypto_hash_finish(struct crypto_hash *ctx, u8 *mac, size_t *len)
/external/wpa_supplicant_8/src/crypto/
H A Dcrypto.h164 struct crypto_hash;
178 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key,
191 void crypto_hash_update(struct crypto_hash *ctx, const u8 *data, size_t len);
210 int crypto_hash_finish(struct crypto_hash *ctx, u8 *hash, size_t *len);
H A Dcrypto_internal.c19 struct crypto_hash { struct
39 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key,
42 struct crypto_hash *ctx;
143 void crypto_hash_update(struct crypto_hash *ctx, const u8 *data, size_t len)
179 int crypto_hash_finish(struct crypto_hash *ctx, u8 *mac, size_t *len)
H A Dcrypto_libtomcrypt.c143 struct crypto_hash { struct
153 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key,
156 struct crypto_hash *ctx;
194 void crypto_hash_update(struct crypto_hash *ctx, const u8 *data, size_t len)
214 int crypto_hash_finish(struct crypto_hash *ctx, u8 *mac, size_t *len)
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dcrypto.h164 struct crypto_hash;
178 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key,
191 void crypto_hash_update(struct crypto_hash *ctx, const u8 *data, size_t len);
210 int crypto_hash_finish(struct crypto_hash *ctx, u8 *hash, size_t *len);
H A Dcrypto_internal.c19 struct crypto_hash { struct
39 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key,
42 struct crypto_hash *ctx;
143 void crypto_hash_update(struct crypto_hash *ctx, const u8 *data, size_t len)
179 int crypto_hash_finish(struct crypto_hash *ctx, u8 *mac, size_t *len)
H A Dcrypto_libtomcrypt.c143 struct crypto_hash { struct
153 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key,
156 struct crypto_hash *ctx;
194 void crypto_hash_update(struct crypto_hash *ctx, const u8 *data, size_t len)
214 int crypto_hash_finish(struct crypto_hash *ctx, u8 *mac, size_t *len)

Completed in 1545 milliseconds

12