Lines Matching refs:DQ
160 * The RSA CRT parameters DP, DQ and QP are nominally redundant, in
176 /* Import DQ */
178 (ret = mbedtls_mpi_copy(&rsa->DQ, &T)) != 0) {
306 /* Export DQ */
685 /* For private key operations, use D or DP & DQ
693 mbedtls_mpi_cmp_int(&ctx->DQ, 0) <= 0)) {
738 have_DQ = (mbedtls_mpi_cmp_int(&ctx->DQ, 0) != 0);
805 &ctx->DP, &ctx->DQ, &ctx->QP);
915 mbedtls_mpi *DP, mbedtls_mpi *DQ, mbedtls_mpi *QP)
935 (DQ != NULL && (ret = mbedtls_mpi_copy(DQ, &ctx->DQ)) != 0) ||
941 DP, DQ, QP)) != 0) {
1135 * DQ = D mod (Q - 1)
1139 &ctx->DP, &ctx->DQ, &ctx->QP));
1204 &ctx->DP, &ctx->DQ, &ctx->QP) != 0) {
1520 * DQ_blind = ( Q - 1 ) * R + DQ
1526 &ctx->DQ));
2788 MBEDTLS_MPI_CHK(mbedtls_mpi_copy(&dst->DQ, &src->DQ));
2832 mbedtls_mpi_free(&ctx->DQ);