Lines Matching defs:input
607 const unsigned char input[8],
615 X = MBEDTLS_GET_UINT32_BE(input, 0);
616 Y = MBEDTLS_GET_UINT32_BE(input, 4);
642 const unsigned char *input,
654 mbedtls_xor(output, input, iv, 8);
662 input += 8;
668 memcpy(temp, input, 8);
669 ret = mbedtls_des_crypt_ecb(ctx, input, output);
678 input += 8;
695 const unsigned char input[8],
703 X = MBEDTLS_GET_UINT32_BE(input, 0);
704 Y = MBEDTLS_GET_UINT32_BE(input, 4);
740 const unsigned char *input,
752 mbedtls_xor(output, input, iv, 8);
760 input += 8;
766 memcpy(temp, input, 8);
767 ret = mbedtls_des3_crypt_ecb(ctx, input, output);
776 input += 8;