Searched refs:crypto_hash (Results 1 – 7 of 7) sorted by relevance
/hal_espressif-latest/components/wpa_supplicant/src/tls/ |
D | tlsv1_common.h | 238 struct crypto_hash *md5_client; 239 struct crypto_hash *sha1_client; 240 struct crypto_hash *sha256_client; 241 struct crypto_hash *md5_server; 242 struct crypto_hash *sha1_server; 243 struct crypto_hash *sha256_server; 244 struct crypto_hash *md5_cert; 245 struct crypto_hash *sha1_cert; 246 struct crypto_hash *sha256_cert;
|
D | tlsv1_record.c | 155 struct crypto_hash *hmac; in tlsv1_record_send() 284 struct crypto_hash *hmac; in tlsv1_record_receive()
|
D | tlsv1_common.c | 345 struct crypto_hash *ctx; in tlsv12_key_x_server_params_hash() 387 struct crypto_hash *ctx; in tls_key_x_server_params_hash()
|
/hal_espressif-latest/components/wpa_supplicant/src/crypto/ |
D | crypto_internal.c | 19 struct crypto_hash { struct 39 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key, in crypto_hash_init() argument 42 struct crypto_hash *ctx; in crypto_hash_init() 143 void crypto_hash_update(struct crypto_hash *ctx, const u8 *data, size_t len) in crypto_hash_update() 179 int crypto_hash_finish(struct crypto_hash *ctx, u8 *mac, size_t *len) in crypto_hash_finish()
|
D | crypto.h | 168 struct crypto_hash; 182 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key, 195 void crypto_hash_update(struct crypto_hash *ctx, const u8 *data, size_t len); 214 int crypto_hash_finish(struct crypto_hash *ctx, u8 *hash, size_t *len);
|
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/crypto/ |
D | crypto_mbedtls.c | 132 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key, in crypto_hash_init() 195 return (struct crypto_hash *)ctx; in crypto_hash_init() 202 void crypto_hash_update(struct crypto_hash *crypto_ctx, const u8 *data, size_t len) in crypto_hash_update() 220 int crypto_hash_finish(struct crypto_hash *crypto_ctx, u8 *mac, size_t *len) in crypto_hash_finish()
|
/hal_espressif-latest/components/esp_wifi/include/ |
D | esp_wifi_crypto_types.h | 52 typedef struct crypto_hash esp_crypto_hash_t;
|