Lines Matching refs:DQ
181 (ret = mbedtls_mpi_copy(&rsa->DQ, &T)) != 0) { in mbedtls_rsa_parse_key()
696 mbedtls_mpi_cmp_int(&ctx->DQ, 0) <= 0)) { in rsa_check_context()
741 have_DQ = (mbedtls_mpi_cmp_int(&ctx->DQ, 0) != 0); in mbedtls_rsa_complete()
808 &ctx->DP, &ctx->DQ, &ctx->QP); in mbedtls_rsa_complete()
918 mbedtls_mpi *DP, mbedtls_mpi *DQ, mbedtls_mpi *QP) in mbedtls_rsa_export_crt() argument
938 (DQ != NULL && (ret = mbedtls_mpi_copy(DQ, &ctx->DQ)) != 0) || in mbedtls_rsa_export_crt()
944 DP, DQ, QP)) != 0) { in mbedtls_rsa_export_crt()
1142 &ctx->DP, &ctx->DQ, &ctx->QP)); in mbedtls_rsa_gen_key()
1207 &ctx->DP, &ctx->DQ, &ctx->QP) != 0) { in mbedtls_rsa_check_privkey()
1529 &ctx->DQ)); in mbedtls_rsa_private()
2796 MBEDTLS_MPI_CHK(mbedtls_mpi_copy(&dst->DQ, &src->DQ)); in mbedtls_rsa_copy()
2840 mbedtls_mpi_free(&ctx->DQ); in mbedtls_rsa_free()