Searched refs:IS_SUCCESS (Results 1 – 1 of 1) sorted by relevance
/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/ |
D | TableDrivenMarshal.c | 52 #define IS_SUCCESS(UNMARSHAL_FUNCTION) \ macro 169 if(!IS_SUCCESS(Unmarshal(which, target, buffer, size))) in ArrayUnmarshal() 374 if(IS_SUCCESS(UnmarshalInteger(sel->modifiers, target, in Unmarshal() 433 if(IS_SUCCESS(UnmarshalInteger(sel->modifiers, target, in Unmarshal() 497 if(IS_SUCCESS(UnmarshalInteger(sel->modifiers, target, in Unmarshal() 526 if(IS_SUCCESS(UnmarshalInteger(sel->modifiers, target, in Unmarshal() 611 if(IS_SUCCESS(Unmarshal(m2bt->sizeIndex, target, buffer, size))) in Unmarshal() 622 if(IS_SUCCESS(Unmarshal(m2bst->sizeIndex, target, buffer, size))) in Unmarshal() 643 if(IS_SUCCESS(Unmarshal(index, in Unmarshal() 663 if(IS_SUCCESS(Unmarshal(mlt->sizeIndex, target, buffer, size))) in Unmarshal()
|