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

  /external/wpa_supplicant_6/wpa_supplicant/src/tls/
tlsv1_common.h 198 struct crypto_hash *md5_client;
199 struct crypto_hash *sha1_client;
200 struct crypto_hash *md5_server;
201 struct crypto_hash *sha1_server;
202 struct crypto_hash *md5_cert;
203 struct crypto_hash *sha1_cert;
tlsv1_record.c 156 struct crypto_hash *hmac;
251 struct crypto_hash *hmac;
  /external/wpa_supplicant/
crypto.h 140 struct crypto_hash;
154 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key,
167 void crypto_hash_update(struct crypto_hash *ctx, const u8 *data, size_t len);
186 int crypto_hash_finish(struct crypto_hash *ctx, u8 *hash, size_t *len);
crypto_cryptoapi.c 369 struct crypto_hash { struct
377 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key,
380 struct crypto_hash *ctx;
480 void crypto_hash_update(struct crypto_hash *ctx, const u8 *data, size_t len)
492 int crypto_hash_finish(struct crypto_hash *ctx, u8 *mac, size_t *len)
crypto_internal.c 55 struct crypto_hash { struct
66 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key,
69 struct crypto_hash *ctx;
132 void crypto_hash_update(struct crypto_hash *ctx, const u8 *data, size_t len)
150 int crypto_hash_finish(struct crypto_hash *ctx, u8 *mac, size_t *len)
crypto_libtomcrypt.c 150 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)
tlsv1_common.c 300 struct crypto_hash *hmac;
395 struct crypto_hash *hmac;
tlsv1_client.c 58 struct crypto_hash *verify_md5_client;
59 struct crypto_hash *verify_sha1_client;
60 struct crypto_hash *verify_md5_server;
61 struct crypto_hash *verify_sha1_server;
62 struct crypto_hash *verify_md5_cert;
63 struct crypto_hash *verify_sha1_cert;
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
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);
crypto_cryptoapi.c 354 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)
crypto_libtomcrypt.c 150 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)
crypto_internal.c 56 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)

Completed in 49 milliseconds