Lines Matching defs:length
123 static int aes_crypt_cbc_wrap( void *ctx, mbedtls_operation_t operation, size_t length, in aes_crypt_cbc_wrap()
133 size_t length, size_t *iv_off, unsigned char *iv, in aes_crypt_cfb128_wrap()
142 static int aes_crypt_ctr_wrap( void *ctx, size_t length, size_t *nc_off, in aes_crypt_ctr_wrap()
479 size_t length, unsigned char *iv, in camellia_crypt_cbc_wrap()
489 size_t length, size_t *iv_off, unsigned char *iv, in camellia_crypt_cfb128_wrap()
498 static int camellia_crypt_ctr_wrap( void *ctx, size_t length, size_t *nc_off, in camellia_crypt_ctr_wrap()
842 static int des_crypt_cbc_wrap( void *ctx, mbedtls_operation_t operation, size_t length, in des_crypt_cbc_wrap()
851 static int des3_crypt_cbc_wrap( void *ctx, mbedtls_operation_t operation, size_t length, in des3_crypt_cbc_wrap()
1090 size_t length, unsigned char *iv, const unsigned char *input, in blowfish_crypt_cbc_wrap()
1100 size_t length, size_t *iv_off, unsigned char *iv, in blowfish_crypt_cfb64_wrap()
1109 static int blowfish_crypt_ctr_wrap( void *ctx, size_t length, size_t *nc_off, in blowfish_crypt_ctr_wrap()
1216 static int arc4_crypt_stream_wrap( void *ctx, size_t length, in arc4_crypt_stream_wrap()
1287 static int null_crypt_stream( void *ctx, size_t length, in null_crypt_stream()