Lines Matching refs:der
803 const BYTE *der;
804 INT32 derSize = _cpri__GetHashDER(hashAlg, &der);
807 // Can't use this scheme if the algorithm doesn't have a DER string defined.
815 // the DER will misidentify the digest so return an error
833 *eOut++ = *der++; // copy the DER
860 const BYTE *der;
861 INT32 derSize = _cpri__GetHashDER(hashAlg, &der);
865 // Can't use this scheme if the algorithm doesn't have a DER string
881 fail |= (*eIn++ != *der++); // match the DER