Lines Matching +defs:output +defs:length
105 unsigned char *output) in mbedtls_ccm_crypt()
320 unsigned char *output, size_t output_size, in mbedtls_ccm_update()
461 static int ccm_auth_crypt(mbedtls_ccm_context *ctx, int mode, size_t length, in ccm_auth_crypt()
464 const unsigned char *input, unsigned char *output, in ccm_auth_crypt()
497 int mbedtls_ccm_star_encrypt_and_tag(mbedtls_ccm_context *ctx, size_t length, in mbedtls_ccm_star_encrypt_and_tag()
500 const unsigned char *input, unsigned char *output, in mbedtls_ccm_star_encrypt_and_tag()
507 int mbedtls_ccm_encrypt_and_tag(mbedtls_ccm_context *ctx, size_t length, in mbedtls_ccm_encrypt_and_tag()
510 const unsigned char *input, unsigned char *output, in mbedtls_ccm_encrypt_and_tag()
534 static int ccm_auth_decrypt(mbedtls_ccm_context *ctx, int mode, size_t length, in ccm_auth_decrypt()
537 const unsigned char *input, unsigned char *output, in ccm_auth_decrypt()
557 int mbedtls_ccm_star_auth_decrypt(mbedtls_ccm_context *ctx, size_t length, in mbedtls_ccm_star_auth_decrypt()
560 const unsigned char *input, unsigned char *output, in mbedtls_ccm_star_auth_decrypt()
568 int mbedtls_ccm_auth_decrypt(mbedtls_ccm_context *ctx, size_t length, in mbedtls_ccm_auth_decrypt()
571 const unsigned char *input, unsigned char *output, in mbedtls_ccm_auth_decrypt()