Searched refs:mbedtls_gcm_context (Results 1 – 2 of 2) sorted by relevance
/hal_espressif-latest/components/mbedtls/port/include/ |
D | gcm_alt.h | 25 typedef esp_gcm_context mbedtls_gcm_context; typedef
|
/hal_espressif-latest/components/mbedtls/port/mbedtls_rom/ |
D | mbedtls_rom_osi.h | 208 …int (*_rom_mbedtls_gcm_crypt_and_tag)( mbedtls_gcm_context *ctx, int mode, size_t length, const un… 209 …int (*_rom_mbedtls_gcm_starts)( mbedtls_gcm_context *ctx, int mode, const unsigned char *iv, size_… 210 …int (*_rom_mbedtls_gcm_update)( mbedtls_gcm_context *ctx, size_t length, const unsigned char *inpu… 211 int (*_rom_mbedtls_gcm_finish)( mbedtls_gcm_context *ctx, unsigned char *tag, size_t tag_len );
|