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

/freebsd-10.0-release/contrib/wpa/src/tls/
H A Dtlsv1_common.h236 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;
H A Dtlsv1_record.c155 struct crypto_hash *hmac;
284 struct crypto_hash *hmac;
/freebsd-10.0-release/contrib/wpa/src/eap_common/
H A Deap_pwd_common.h63 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);
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;
94 struct crypto_hash *hash;
289 struct crypto_hash *hash;
/freebsd-10.0-release/contrib/wpa/src/crypto/
H A Dcrypto.h141 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);
H A Dcrypto_internal.c17 struct crypto_hash { struct
31 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key,
34 struct crypto_hash *ctx;
125 void crypto_hash_update(struct crypto_hash *ctx, const u8 *data, size_t len)
151 int crypto_hash_finish(struct crypto_hash *ctx, u8 *mac, size_t *len)
H A Dcrypto_cryptoapi.c344 struct crypto_hash { struct
352 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key,
355 struct crypto_hash *ctx;
455 void crypto_hash_update(struct crypto_hash *ctx, const u8 *data, size_t len)
467 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.c590 struct crypto_hash { struct
595 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key,
598 struct crypto_hash *ctx;
641 void crypto_hash_update(struct crypto_hash *ctx, const u8 *data, size_t len)
649 int crypto_hash_finish(struct crypto_hash *ctx, u8 *mac, size_t *len)
/freebsd-10.0-release/contrib/wpa/src/eap_server/
H A Deap_server_pwd.c292 struct crypto_hash *hash;
739 struct crypto_hash *hash;
/freebsd-10.0-release/contrib/wpa/src/eap_peer/
H A Deap_pwd.c463 struct crypto_hash *hash;

Completed in 106 milliseconds