Home | History | Annotate | Download | only in tpm2

Lines Matching refs:coded

568    BYTE               *coded              //   IN: the encoded message
574 fail |= (coded[0] != 0x00) || (coded[1] != 0x02);
577 if(coded[ps] == 0)
587 memcpy(message, &coded[ps], codedSize - ps);