Lines Matching defs:input
425 * \param input The input buffer which is the payload inside PKCS#1v1.5
428 * \param ilen The length of the payload in the \p input buffer.
440 * The input doesn't contain properly formatted padding.
442 static int mbedtls_ct_rsaes_pkcs1_v15_unpadding(unsigned char *input,
472 bad = mbedtls_ct_bool(input[0]);
477 bad = mbedtls_ct_bool_or(bad, mbedtls_ct_uint_ne(input[1], MBEDTLS_RSA_CRYPT));
483 mbedtls_ct_condition_t found = mbedtls_ct_uint_eq(input[i], 0);
527 mbedtls_ct_zeroize_if(mbedtls_ct_bool_or(bad, output_too_large), input + 11, ilen - 11);
543 mbedtls_ct_memmove_left(input + ilen - plaintext_max_size,
555 memcpy(output, input + ilen - plaintext_max_size, plaintext_max_size);
1235 const unsigned char *input,
1254 MBEDTLS_MPI_CHK(mbedtls_mpi_read_binary(&T, input, ctx->len));
1411 const unsigned char *input,
1436 /* Temporaries holding the initial input and the double
1478 MBEDTLS_MPI_CHK(mbedtls_mpi_read_binary(&T, input, ctx->len));
1535 * TP = input ^ dP mod P
1536 * TQ = input ^ dQ mod Q
1686 * \param hash the input hash
1687 * \param hlen length of the input hash
1688 * \param salt the input salt
1689 * \param slen length of the input salt
1737 * \param input input message to hash
1738 * \param ilen input length
1742 const unsigned char *input, size_t ilen,
1752 return mbedtls_md(md_info, input, ilen, output);
1765 const unsigned char *input,
1809 memcpy(p, input, ilen);
1835 const unsigned char *input,
1876 memcpy(p, input, ilen);
1890 const unsigned char *input,
1897 ilen, input, output);
1903 ilen, input, output);
1920 const unsigned char *input,
1958 ret = mbedtls_rsa_private(ctx, f_rng, p_rng, input, buf);
2046 const unsigned char *input,
2064 ret = mbedtls_rsa_private(ctx, f_rng, p_rng, input, buf);
2087 const unsigned char *input,
2095 input, output, output_max_len);
2101 olen, input, output,