Lines Matching refs:DQ
198 mbedtls_mpi_cmp_int( &ctx->DQ, 0 ) <= 0 ) ) in rsa_check_context()
248 have_DQ = ( mbedtls_mpi_cmp_int( &ctx->DQ, 0 ) != 0 ); in mbedtls_rsa_complete()
320 &ctx->DP, &ctx->DQ, &ctx->QP ); in mbedtls_rsa_complete()
427 mbedtls_mpi *DP, mbedtls_mpi *DQ, mbedtls_mpi *QP ) in mbedtls_rsa_export_crt() argument
447 ( DQ != NULL && ( ret = mbedtls_mpi_copy( DQ, &ctx->DQ ) ) != 0 ) || in mbedtls_rsa_export_crt()
454 DP, DQ, QP ) ) != 0 ) in mbedtls_rsa_export_crt()
629 &ctx->DP, &ctx->DQ, &ctx->QP ) ); in mbedtls_rsa_gen_key()
701 &ctx->DP, &ctx->DQ, &ctx->QP ) != 0 ) in mbedtls_rsa_check_privkey()
900 mbedtls_mpi *DQ = &ctx->DQ; in mbedtls_rsa_private() local
1008 &ctx->DQ ) ); in mbedtls_rsa_private()
1010 DQ = &DQ_blind; in mbedtls_rsa_private()
1024 MBEDTLS_MPI_CHK( mbedtls_mpi_exp_mod( &TQ, &T, DQ, &ctx->Q, &ctx->RQ ) ); in mbedtls_rsa_private()
2245 MBEDTLS_MPI_CHK( mbedtls_mpi_copy( &dst->DQ, &src->DQ ) ); in mbedtls_rsa_copy()
2287 mbedtls_mpi_free( &ctx->DQ ); in mbedtls_rsa_free()