Lines Matching refs:mbedtls_chachapoly_context
48 typedef struct mbedtls_chachapoly_context { struct
56 mbedtls_chachapoly_context; typedef
104 void mbedtls_chachapoly_init(mbedtls_chachapoly_context *ctx);
113 void mbedtls_chachapoly_free(mbedtls_chachapoly_context *ctx);
126 int mbedtls_chachapoly_setkey(mbedtls_chachapoly_context *ctx,
154 int mbedtls_chachapoly_starts(mbedtls_chachapoly_context *ctx,
197 int mbedtls_chachapoly_update_aad(mbedtls_chachapoly_context *ctx,
232 int mbedtls_chachapoly_update(mbedtls_chachapoly_context *ctx,
253 int mbedtls_chachapoly_finish(mbedtls_chachapoly_context *ctx,
285 int mbedtls_chachapoly_encrypt_and_tag(mbedtls_chachapoly_context *ctx,
319 int mbedtls_chachapoly_auth_decrypt(mbedtls_chachapoly_context *ctx,