Home
last modified time | relevance | path

Searched refs:crypto_ctx (Results 1 – 1 of 1) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/crypto/
Dcrypto_mbedtls.c202 void crypto_hash_update(struct crypto_hash *crypto_ctx, const u8 *data, size_t len) in crypto_hash_update() argument
205 mbedtls_md_context_t *ctx = (mbedtls_md_context_t *)crypto_ctx; in crypto_hash_update()
220 int crypto_hash_finish(struct crypto_hash *crypto_ctx, u8 *mac, size_t *len) in crypto_hash_finish() argument
224 mbedtls_md_context_t *ctx = (mbedtls_md_context_t *)crypto_ctx; in crypto_hash_finish()