Lines Matching refs:mbedtls_chachapoly_context
34 static int chachapoly_pad_aad(mbedtls_chachapoly_context *ctx)
55 static int chachapoly_pad_ciphertext(mbedtls_chachapoly_context *ctx)
70 void mbedtls_chachapoly_init(mbedtls_chachapoly_context *ctx)
80 void mbedtls_chachapoly_free(mbedtls_chachapoly_context *ctx)
94 int mbedtls_chachapoly_setkey(mbedtls_chachapoly_context *ctx,
104 int mbedtls_chachapoly_starts(mbedtls_chachapoly_context *ctx,
143 int mbedtls_chachapoly_update_aad(mbedtls_chachapoly_context *ctx,
156 int mbedtls_chachapoly_update(mbedtls_chachapoly_context *ctx,
204 int mbedtls_chachapoly_finish(mbedtls_chachapoly_context *ctx,
244 static int chachapoly_crypt_and_tag(mbedtls_chachapoly_context *ctx,
277 int mbedtls_chachapoly_encrypt_and_tag(mbedtls_chachapoly_context *ctx,
291 int mbedtls_chachapoly_auth_decrypt(mbedtls_chachapoly_context *ctx,
429 mbedtls_chachapoly_context ctx;