Lines Matching defs:auth2

55 		TPM_AUTH *auth2 = va_arg(ap, TPM_AUTH *);
58 if (auth1 && auth2) {
61 UnloadBlob_Auth(&offset1, b, auth2);
65 } else if (auth2) {
67 UnloadBlob_Auth(&offset1, b, auth2);
265 TPM_AUTH *auth2 = va_arg(ap, TPM_AUTH *);
273 if (auth1 && auth2) {
276 UnloadBlob_Auth(&offset1, b, auth2);
280 } else if (auth2) {
282 UnloadBlob_Auth(&offset1, b, auth2);
440 TPM_AUTH *auth2 = va_arg(ap, TPM_AUTH *);
448 if (auth1 && auth2) {
451 UnloadBlob_Auth(&offset1, b, auth2);
455 } else if (auth2) {
457 UnloadBlob_Auth(&offset1, b, auth2);
487 TPM_AUTH *auth2 = va_arg(ap, TPM_AUTH *);
490 if (!len1 || !blob1 || !auth2) {
495 if (auth1 && auth2) {
498 UnloadBlob_Auth(&offset1, b, auth2);
499 } else if (auth2) {
501 UnloadBlob_Auth(&offset1, b, auth2);
522 TPM_AUTH *auth1, *auth2;
529 auth2 = va_arg(ap, TPM_AUTH *);
532 if (!len1 || !blob1 || !len2 || !blob2 || !auth2) {
562 UnloadBlob_Auth(&offset2, b, auth2);
615 TPM_AUTH *auth2 = va_arg(ap, TPM_AUTH *);
623 if (auth1 && auth2) {
626 UnloadBlob_Auth(&offset1, b, auth2);
630 } else if (auth2) {
632 UnloadBlob_Auth(&offset1, b, auth2);
1023 TPM_AUTH *auth2 = va_arg(ap, TPM_AUTH *);
1035 if (auth1 && auth2) {
1037 LoadBlob_Auth(outOffset, out_blob, auth2);
1042 } else if (auth2) {
1043 LoadBlob_Auth(outOffset, out_blob, auth2);
1062 TPM_AUTH *auth2 = va_arg(ap, TPM_AUTH *);
1065 if (!in_blob1 || !in_blob2 || !auth2) {
1079 LoadBlob_Auth(outOffset, out_blob, auth2);
1082 LoadBlob_Auth(outOffset, out_blob, auth2);
1098 TPM_AUTH *auth2 = va_arg(ap, TPM_AUTH *);
1101 if (!digest1 || !in_blob1 || !auth1 || !auth2) {
1115 LoadBlob_Auth(outOffset, out_blob, auth2);
1125 TPM_AUTH *auth1, *auth2;
1132 auth2 = va_arg(ap, TPM_AUTH *);
1135 if (!dig1 || !dig2 || !blob1 || !auth2) {
1147 LoadBlob_Auth(outOffset, out_blob, auth2);
1150 LoadBlob_Auth(outOffset, out_blob, auth2);
1378 TPM_AUTH *auth2 = va_arg(ap, TPM_AUTH *);
1391 if (auth1 && auth2) {
1393 LoadBlob_Auth(outOffset, out_blob, auth2);
1398 } else if (auth2) {
1399 LoadBlob_Auth(outOffset, out_blob, auth2);
1484 TPM_AUTH *auth2 = va_arg(ap, TPM_AUTH *);
1487 if (!keySlot1 || !in_blob1 || !auth2) {
1499 LoadBlob_Auth(outOffset, out_blob, auth2);
1502 LoadBlob_Auth(outOffset, out_blob, auth2);
1701 TPM_AUTH *auth2 = va_arg(ap, TPM_AUTH *);
1713 if (auth1 && auth2) {
1715 LoadBlob_Auth(outOffset, out_blob, auth2);
1720 } else if (auth2) {
1721 LoadBlob_Auth(outOffset, out_blob, auth2);