Lines Matching +defs:output +defs:length
160 const unsigned char *input, unsigned char *output) in aes_crypt_ecb_wrap()
166 static int aes_crypt_cbc_wrap(void *ctx, mbedtls_operation_t operation, size_t length, in aes_crypt_cbc_wrap()
167 unsigned char *iv, const unsigned char *input, unsigned char *output) in aes_crypt_cbc_wrap()
176 size_t length, size_t *iv_off, unsigned char *iv, in aes_crypt_cfb128_wrap()
177 const unsigned char *input, unsigned char *output) in aes_crypt_cfb128_wrap()
185 static int aes_crypt_ofb_wrap(void *ctx, size_t length, size_t *iv_off, in aes_crypt_ofb_wrap()
186 unsigned char *iv, const unsigned char *input, unsigned char *output) in aes_crypt_ofb_wrap()
194 static int aes_crypt_ctr_wrap(void *ctx, size_t length, size_t *nc_off, in aes_crypt_ctr_wrap()
196 const unsigned char *input, unsigned char *output) in aes_crypt_ctr_wrap()
205 size_t length, in aes_crypt_xts_wrap()
208 unsigned char *output) in aes_crypt_xts_wrap()
742 const unsigned char *input, unsigned char *output) in camellia_crypt_ecb_wrap()
750 size_t length, unsigned char *iv, in camellia_crypt_cbc_wrap()
751 const unsigned char *input, unsigned char *output) in camellia_crypt_cbc_wrap()
760 size_t length, size_t *iv_off, unsigned char *iv, in camellia_crypt_cfb128_wrap()
761 const unsigned char *input, unsigned char *output) in camellia_crypt_cfb128_wrap()
769 static int camellia_crypt_ctr_wrap(void *ctx, size_t length, size_t *nc_off, in camellia_crypt_ctr_wrap()
771 const unsigned char *input, unsigned char *output) in camellia_crypt_ctr_wrap()
1151 const unsigned char *input, unsigned char *output) in aria_crypt_ecb_wrap()
1160 size_t length, unsigned char *iv, in aria_crypt_cbc_wrap()
1161 const unsigned char *input, unsigned char *output) in aria_crypt_cbc_wrap()
1170 size_t length, size_t *iv_off, unsigned char *iv, in aria_crypt_cfb128_wrap()
1171 const unsigned char *input, unsigned char *output) in aria_crypt_cfb128_wrap()
1179 static int aria_crypt_ctr_wrap(void *ctx, size_t length, size_t *nc_off, in aria_crypt_ctr_wrap()
1181 const unsigned char *input, unsigned char *output) in aria_crypt_ctr_wrap()
1561 const unsigned char *input, unsigned char *output) in des_crypt_ecb_wrap()
1568 const unsigned char *input, unsigned char *output) in des3_crypt_ecb_wrap()
1575 static int des_crypt_cbc_wrap(void *ctx, mbedtls_operation_t operation, size_t length, in des_crypt_cbc_wrap()
1576 unsigned char *iv, const unsigned char *input, unsigned char *output) in des_crypt_cbc_wrap()
1584 static int des3_crypt_cbc_wrap(void *ctx, mbedtls_operation_t operation, size_t length, in des3_crypt_cbc_wrap()
1585 unsigned char *iv, const unsigned char *input, unsigned char *output) in des3_crypt_cbc_wrap()
1848 static int chacha20_stream_wrap(void *ctx, size_t length, in chacha20_stream_wrap()
1850 unsigned char *output) in chacha20_stream_wrap()
1996 static int null_crypt_stream(void *ctx, size_t length, in null_crypt_stream()
1998 unsigned char *output) in null_crypt_stream()