Lines Matching defs:length
135 static int aes_crypt_cbc_wrap( void *ctx, mbedtls_operation_t operation, size_t length, in aes_crypt_cbc_wrap()
145 size_t length, size_t *iv_off, unsigned char *iv, in aes_crypt_cfb128_wrap()
154 static int aes_crypt_ofb_wrap( void *ctx, size_t length, size_t *iv_off, in aes_crypt_ofb_wrap()
163 static int aes_crypt_ctr_wrap( void *ctx, size_t length, size_t *nc_off, in aes_crypt_ctr_wrap()
174 size_t length, in aes_crypt_xts_wrap()
666 size_t length, unsigned char *iv, in camellia_crypt_cbc_wrap()
676 size_t length, size_t *iv_off, unsigned char *iv, in camellia_crypt_cfb128_wrap()
685 static int camellia_crypt_ctr_wrap( void *ctx, size_t length, size_t *nc_off, in camellia_crypt_ctr_wrap()
1042 size_t length, unsigned char *iv, in aria_crypt_cbc_wrap()
1052 size_t length, size_t *iv_off, unsigned char *iv, in aria_crypt_cfb128_wrap()
1061 static int aria_crypt_ctr_wrap( void *ctx, size_t length, size_t *nc_off, in aria_crypt_ctr_wrap()
1423 static int des_crypt_cbc_wrap( void *ctx, mbedtls_operation_t operation, size_t length, in des_crypt_cbc_wrap()
1432 static int des3_crypt_cbc_wrap( void *ctx, mbedtls_operation_t operation, size_t length, in des3_crypt_cbc_wrap()
1689 size_t length, unsigned char *iv, const unsigned char *input, in blowfish_crypt_cbc_wrap()
1699 size_t length, size_t *iv_off, unsigned char *iv, in blowfish_crypt_cfb64_wrap()
1708 static int blowfish_crypt_ctr_wrap( void *ctx, size_t length, size_t *nc_off, in blowfish_crypt_ctr_wrap()
1821 static int arc4_crypt_stream_wrap( void *ctx, size_t length, in arc4_crypt_stream_wrap()
1911 static int chacha20_stream_wrap( void *ctx, size_t length, in chacha20_stream_wrap()
2054 static int null_crypt_stream( void *ctx, size_t length, in null_crypt_stream()