Lines Matching defs:length
182 static int aes_crypt_cbc_wrap(void *ctx, mbedtls_operation_t operation, size_t length, in aes_crypt_cbc_wrap()
192 size_t length, size_t *iv_off, unsigned char *iv, in aes_crypt_cfb128_wrap()
201 static int aes_crypt_ofb_wrap(void *ctx, size_t length, size_t *iv_off, in aes_crypt_ofb_wrap()
210 static int aes_crypt_ctr_wrap(void *ctx, size_t length, size_t *nc_off, in aes_crypt_ctr_wrap()
221 size_t length, in aes_crypt_xts_wrap()
806 size_t length, unsigned char *iv, in camellia_crypt_cbc_wrap()
816 size_t length, size_t *iv_off, unsigned char *iv, in camellia_crypt_cfb128_wrap()
825 static int camellia_crypt_ctr_wrap(void *ctx, size_t length, size_t *nc_off, in camellia_crypt_ctr_wrap()
1232 size_t length, unsigned char *iv, in aria_crypt_cbc_wrap()
1242 size_t length, size_t *iv_off, unsigned char *iv, in aria_crypt_cfb128_wrap()
1251 static int aria_crypt_ctr_wrap(void *ctx, size_t length, size_t *nc_off, in aria_crypt_ctr_wrap()
1655 static int des_crypt_cbc_wrap(void *ctx, mbedtls_operation_t operation, size_t length, in des_crypt_cbc_wrap()
1664 static int des3_crypt_cbc_wrap(void *ctx, mbedtls_operation_t operation, size_t length, in des3_crypt_cbc_wrap()
1941 static int chacha20_stream_wrap(void *ctx, size_t length, in chacha20_stream_wrap()
2105 static int null_crypt_stream(void *ctx, size_t length, in null_crypt_stream()