/external/wpa_supplicant_8/src/tls/ |
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;
|
tlsv1_record.c | 155 struct crypto_hash *hmac; 284 struct crypto_hash *hmac;
|
/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_8/src/crypto/ |
crypto_internal.c | 17 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)
|
crypto_cryptoapi.c | 344 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)
|
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.h | 156 struct crypto_hash; 170 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key, 183 void crypto_hash_update(struct crypto_hash *ctx, const u8 *data, size_t len); 202 int crypto_hash_finish(struct crypto_hash *ctx, u8 *hash, size_t *len);
|
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/ |
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.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_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)
|