Lines Matching defs:length
170 static int aes_crypt_cbc_wrap(void *ctx, mbedtls_operation_t operation, size_t length, in aes_crypt_cbc_wrap()
180 size_t length, size_t *iv_off, unsigned char *iv, in aes_crypt_cfb128_wrap()
189 static int aes_crypt_ofb_wrap(void *ctx, size_t length, size_t *iv_off, in aes_crypt_ofb_wrap()
198 static int aes_crypt_ctr_wrap(void *ctx, size_t length, size_t *nc_off, in aes_crypt_ctr_wrap()
209 size_t length, in aes_crypt_xts_wrap()
786 size_t length, unsigned char *iv, in camellia_crypt_cbc_wrap()
796 size_t length, size_t *iv_off, unsigned char *iv, in camellia_crypt_cfb128_wrap()
805 static int camellia_crypt_ctr_wrap(void *ctx, size_t length, size_t *nc_off, in camellia_crypt_ctr_wrap()
1204 size_t length, unsigned char *iv, in aria_crypt_cbc_wrap()
1214 size_t length, size_t *iv_off, unsigned char *iv, in aria_crypt_cfb128_wrap()
1223 static int aria_crypt_ctr_wrap(void *ctx, size_t length, size_t *nc_off, in aria_crypt_ctr_wrap()
1627 static int des_crypt_cbc_wrap(void *ctx, mbedtls_operation_t operation, size_t length, in des_crypt_cbc_wrap()
1636 static int des3_crypt_cbc_wrap(void *ctx, mbedtls_operation_t operation, size_t length, in des3_crypt_cbc_wrap()
1900 static int chacha20_stream_wrap(void *ctx, size_t length, in chacha20_stream_wrap()
2052 static int null_crypt_stream(void *ctx, size_t length, in null_crypt_stream()