HomeSort by relevance Sort by last modified time
    Searched defs:crypto_hash (Results 1 - 3 of 3) sorted by null

  /external/wpa_supplicant_8/src/crypto/
crypto_internal.c 19 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)
crypto_libtomcrypt.c 143 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)
crypto_openssl.c 733 struct crypto_hash { struct
738 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key,
741 struct crypto_hash *ctx;
785 void crypto_hash_update(struct crypto_hash *ctx, const u8 *data, size_t len)
793 int crypto_hash_finish(struct crypto_hash *ctx, u8 *mac, size_t *len)

Completed in 171 milliseconds