Searched refs:crypto_hash (Results 1 – 11 of 11) sorted by relevance
/external/wpa_supplicant_8/src/tls/ |
D | tlsv1_common.h | 236 struct crypto_hash *md5_client; 237 struct crypto_hash *sha1_client; 238 struct crypto_hash *sha256_client; 239 struct crypto_hash *md5_server; 240 struct crypto_hash *sha1_server; 241 struct crypto_hash *sha256_server; 242 struct crypto_hash *md5_cert; 243 struct crypto_hash *sha1_cert; 244 struct crypto_hash *sha256_cert;
|
D | tlsv1_record.c | 155 struct crypto_hash *hmac; in tlsv1_record_send() 284 struct crypto_hash *hmac; in tlsv1_record_receive()
|
/external/wpa_supplicant_8/src/eap_common/ |
D | eap_pwd_common.h | 63 struct crypto_hash * eap_pwd_h_init(void); 64 void eap_pwd_h_update(struct crypto_hash *hash, const u8 *data, size_t len); 65 void eap_pwd_h_final(struct crypto_hash *hash, u8 *digest);
|
D | eap_pwd_common.c | 17 struct crypto_hash * eap_pwd_h_init(void) in eap_pwd_h_init() 26 void eap_pwd_h_update(struct crypto_hash *hash, const u8 *data, size_t len) in eap_pwd_h_update() 32 void eap_pwd_h_final(struct crypto_hash *hash, u8 *digest) in eap_pwd_h_final() 43 struct crypto_hash *hash; in eap_pwd_kdf() 94 struct crypto_hash *hash; in compute_password_element() 289 struct crypto_hash *hash; in compute_keys()
|
/external/wpa_supplicant_8/src/crypto/ |
D | crypto_internal.c | 17 struct crypto_hash { struct 31 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key, in crypto_hash_init() argument 34 struct crypto_hash *ctx; in crypto_hash_init() 125 void crypto_hash_update(struct crypto_hash *ctx, const u8 *data, size_t len) in crypto_hash_update() 151 int crypto_hash_finish(struct crypto_hash *ctx, u8 *mac, size_t *len) in crypto_hash_finish()
|
D | crypto.h | 141 struct crypto_hash; 155 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key, 168 void crypto_hash_update(struct crypto_hash *ctx, const u8 *data, size_t len); 187 int crypto_hash_finish(struct crypto_hash *ctx, u8 *hash, size_t *len);
|
D | crypto_libtomcrypt.c | 143 struct crypto_hash { struct 153 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key, in crypto_hash_init() argument 156 struct crypto_hash *ctx; in crypto_hash_init() 194 void crypto_hash_update(struct crypto_hash *ctx, const u8 *data, size_t len) in crypto_hash_update() 214 int crypto_hash_finish(struct crypto_hash *ctx, u8 *mac, size_t *len) in crypto_hash_finish()
|
D | crypto_cryptoapi.c | 344 struct crypto_hash { struct 352 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key, in crypto_hash_init() argument 355 struct crypto_hash *ctx; in crypto_hash_init() 455 void crypto_hash_update(struct crypto_hash *ctx, const u8 *data, size_t len) in crypto_hash_update() 467 int crypto_hash_finish(struct crypto_hash *ctx, u8 *mac, size_t *len) in crypto_hash_finish()
|
D | crypto_openssl.c | 593 struct crypto_hash { struct 598 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key, in crypto_hash_init() argument 601 struct crypto_hash *ctx; in crypto_hash_init() 644 void crypto_hash_update(struct crypto_hash *ctx, const u8 *data, size_t len) in crypto_hash_update() 652 int crypto_hash_finish(struct crypto_hash *ctx, u8 *mac, size_t *len) in crypto_hash_finish()
|
/external/wpa_supplicant_8/src/eap_server/ |
D | eap_server_pwd.c | 292 struct crypto_hash *hash; in eap_pwd_build_confirm_req() 739 struct crypto_hash *hash; in eap_pwd_process_confirm_resp()
|
/external/wpa_supplicant_8/src/eap_peer/ |
D | eap_pwd.c | 463 struct crypto_hash *hash; in eap_pwd_perform_confirm_exchange()
|