Searched defs:crypto_hash (Results 1 - 12 of 12) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/crypto/
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)
/external/wpa_supplicant_8/src/crypto/
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)
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
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)
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/
H A Dcrypto_cryptoapi.c354 struct crypto_hash { struct
362 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key,
365 struct crypto_hash *ctx;
465 void crypto_hash_update(struct crypto_hash *ctx, const u8 *data, size_t len)
477 int crypto_hash_finish(struct crypto_hash *ctx, u8 *mac, size_t *len)
H A Dcrypto_internal.c56 struct crypto_hash { struct
67 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key,
70 struct crypto_hash *ctx;
133 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_libtomcrypt.c150 struct crypto_hash { struct
160 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key,
163 struct crypto_hash *ctx;
201 void crypto_hash_update(struct crypto_hash *ctx, const u8 *data, size_t len)
221 int crypto_hash_finish(struct crypto_hash *ctx, u8 *mac, size_t *len)

Completed in 29 milliseconds