Home | History | Annotate | Download | only in base

Lines Matching full:crtn

726   CSSM_RETURN crtn = CSSM_TP_SubmitCredRequest(tp_handle, NULL,
729 if(crtn) {
730 DLOG(ERROR) << "CSSM_TP_SubmitCredRequest failed " << crtn;
736 crtn = CSSM_TP_RetrieveCredResult(tp_handle, &refId, NULL, &estTime,
740 if (crtn) {
741 DLOG(ERROR) << "CSSM_TP_RetrieveCredResult failed " << crtn;