Home
last modified time | relevance | path

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

/hal_espressif-3.7.0/components/wpa_supplicant/esp_supplicant/src/crypto/
Dcrypto_mbedtls.c198 void crypto_hash_update(struct crypto_hash *crypto_ctx, const u8 *data, size_t len) in crypto_hash_update()
216 int crypto_hash_finish(struct crypto_hash *crypto_ctx, u8 *mac, size_t *len) in crypto_hash_finish()