Home | History | Annotate | Download | only in ssl

Lines Matching refs:PR_FALSE

116     PRBool          isFIPS = PR_FALSE;
423 MD5_DestroyContext(md5Ctx, PR_FALSE);
424 SHA1_DestroyContext(shaCtx, PR_FALSE);
449 PRBool isFIPS = PR_FALSE;
601 PRBool isTLS = PR_FALSE;
603 PRBool testrsa = PR_FALSE;
604 PRBool testrsa_export = PR_FALSE;
605 PRBool testecdh = PR_FALSE;
606 PRBool testecdhe = PR_FALSE;
663 isTLS = PR_FALSE;
672 *pcanbypass = PR_FALSE;
725 rv = ssl_canExtractMS(pms, isTLS, PR_FALSE, pcanbypass);
726 if (rv == SECSuccess && *pcanbypass == PR_FALSE)
814 pms = PK11_PubDeriveWithKDF(keapriv, cpub, PR_FALSE, NULL, NULL,
827 if (rv == SECSuccess && *pcanbypass == PR_FALSE)
843 SECITEM_FreeItem(&enc_pms, PR_FALSE);