Lines Matching defs:length

146 static int aes_crypt_cbc_wrap( void *ctx, mbedtls_operation_t operation, size_t length,  in aes_crypt_cbc_wrap()
156 size_t length, size_t *iv_off, unsigned char *iv, in aes_crypt_cfb128_wrap()
165 static int aes_crypt_ofb_wrap( void *ctx, size_t length, size_t *iv_off, in aes_crypt_ofb_wrap()
174 static int aes_crypt_ctr_wrap( void *ctx, size_t length, size_t *nc_off, in aes_crypt_ctr_wrap()
185 size_t length, in aes_crypt_xts_wrap()
685 size_t length, unsigned char *iv, in camellia_crypt_cbc_wrap()
695 size_t length, size_t *iv_off, unsigned char *iv, in camellia_crypt_cfb128_wrap()
704 static int camellia_crypt_ctr_wrap( void *ctx, size_t length, size_t *nc_off, in camellia_crypt_ctr_wrap()
1069 size_t length, unsigned char *iv, in aria_crypt_cbc_wrap()
1079 size_t length, size_t *iv_off, unsigned char *iv, in aria_crypt_cfb128_wrap()
1088 static int aria_crypt_ctr_wrap( void *ctx, size_t length, size_t *nc_off, in aria_crypt_ctr_wrap()
1450 static int des_crypt_cbc_wrap( void *ctx, mbedtls_operation_t operation, size_t length, in des_crypt_cbc_wrap()
1459 static int des3_crypt_cbc_wrap( void *ctx, mbedtls_operation_t operation, size_t length, in des3_crypt_cbc_wrap()
1729 size_t length, unsigned char *iv, const unsigned char *input, in blowfish_crypt_cbc_wrap()
1739 size_t length, size_t *iv_off, unsigned char *iv, in blowfish_crypt_cfb64_wrap()
1748 static int blowfish_crypt_ctr_wrap( void *ctx, size_t length, size_t *nc_off, in blowfish_crypt_ctr_wrap()
1867 static int arc4_crypt_stream_wrap( void *ctx, size_t length, in arc4_crypt_stream_wrap()
1963 static int chacha20_stream_wrap( void *ctx, size_t length, in chacha20_stream_wrap()
2118 static int null_crypt_stream( void *ctx, size_t length, in null_crypt_stream()