/external/tpm2/ |
TestParms.c | 18 // The parameters are tested at unmarshal process. We do nothing in command
|
ActivateCredential.c | 20 // TPM_RC_SIZE secret size is invalid or the credentialBlob does not unmarshal 54 // TPM_RC_VALUE, TPM_RC_KEY or unmarshal errors may be returned at this 65 // Retrieve secret data. A TPM_RC_INTEGRITY error or unmarshal
|
Marshal_ClearControl.c | 17 // Unmarshal request parameters. 42 // Unmarshal request parameters to input structure.
|
Marshal_ClockRateAdjust.c | 17 // Unmarshal request parameters. 42 // Unmarshal request parameters to input structure.
|
Marshal_ClockSet.c | 17 // Unmarshal request parameters. 42 // Unmarshal request parameters to input structure.
|
Marshal_DictionaryAttackParameters.c | 18 // Unmarshal request parameters. 51 // Unmarshal request parameters to input structure.
|
Marshal_EvictControl.c | 18 // Unmarshal request parameters. 44 // Unmarshal request parameters to input structure.
|
Marshal_FieldUpgradeStart.c | 18 // Unmarshal request parameters. 47 // Unmarshal request parameters to input structure.
|
Marshal_FlushContext.c | 15 // Unmarshal request parameters. 40 // Unmarshal request parameters to input structure.
|
Marshal_HierarchyChangeAuth.c | 17 // Unmarshal request parameters. 42 // Unmarshal request parameters to input structure.
|
Marshal_HierarchyControl.c | 17 // Unmarshal request parameters. 46 // Unmarshal request parameters to input structure.
|
Marshal_NV_ChangeAuth.c | 17 // Unmarshal request parameters. 42 // Unmarshal request parameters to input structure.
|
Marshal_NV_DefineSpace.c | 17 // Unmarshal request parameters. 46 // Unmarshal request parameters to input structure.
|
Marshal_NV_Extend.c | 18 // Unmarshal request parameters. 43 // Unmarshal request parameters to input structure.
|
Marshal_NV_SetBits.c | 18 // Unmarshal request parameters. 43 // Unmarshal request parameters to input structure.
|
Marshal_NV_Write.c | 18 // Unmarshal request parameters. 47 // Unmarshal request parameters to input structure.
|
Marshal_PCR_Extend.c | 17 // Unmarshal request parameters. 42 // Unmarshal request parameters to input structure.
|
Marshal_PCR_SetAuthPolicy.c | 18 // Unmarshal request parameters. 47 // Unmarshal request parameters to input structure.
|
Marshal_PCR_SetAuthValue.c | 17 // Unmarshal request parameters. 42 // Unmarshal request parameters to input structure.
|
Marshal_PP_Commands.c | 17 // Unmarshal request parameters. 46 // Unmarshal request parameters to input structure.
|
Marshal_PolicyCommandCode.c | 17 // Unmarshal request parameters. 42 // Unmarshal request parameters to input structure.
|
/prebuilts/go/darwin-x86/src/encoding/json/ |
bench_test.go | 57 if err := Unmarshal(codeJSON, &codeStruct); err != nil { 58 panic("unmarshal code.json: " + err.Error()) 160 if err := Unmarshal(codeJSON, &r); err != nil { 175 if err := Unmarshal(codeJSON, &r); err != nil { 186 if err := Unmarshal(data, &s); err != nil { 187 b.Fatal("Unmarshal:", err) 197 if err := Unmarshal(data, &f); err != nil { 198 b.Fatal("Unmarshal:", err) 208 if err := Unmarshal(data, &x); err != nil { 209 b.Fatal("Unmarshal:", err [all...] |
/prebuilts/go/linux-x86/src/encoding/json/ |
bench_test.go | 57 if err := Unmarshal(codeJSON, &codeStruct); err != nil { 58 panic("unmarshal code.json: " + err.Error()) 160 if err := Unmarshal(codeJSON, &r); err != nil { 175 if err := Unmarshal(codeJSON, &r); err != nil { 186 if err := Unmarshal(data, &s); err != nil { 187 b.Fatal("Unmarshal:", err) 197 if err := Unmarshal(data, &f); err != nil { 198 b.Fatal("Unmarshal:", err) 208 if err := Unmarshal(data, &x); err != nil { 209 b.Fatal("Unmarshal:", err [all...] |
/prebuilts/go/darwin-x86/src/encoding/xml/ |
read.go | 24 // Unmarshal parses the XML-encoded data and stores the result in 29 // Because Unmarshal uses the reflect package, it can only assign 30 // to exported (upper case) fields. Unmarshal uses a case-sensitive 34 // Unmarshal maps an XML element to a struct using the following rules. 39 // ",innerxml", Unmarshal accumulates the raw XML nested inside the 43 // Unmarshal records the element name in that field. 47 // the given name (and, optionally, name space) or else Unmarshal 53 // Unmarshal records the attribute value in that field. 66 // the prefix of a tag formatted as "a" or "a>b>c", unmarshal 74 // explicit name tag as per the previous rule, unmarshal map 272 func (p *Decoder) unmarshal(val reflect.Value, start *StartElement) error { func [all...] |
/prebuilts/go/linux-x86/src/encoding/xml/ |
read.go | 24 // Unmarshal parses the XML-encoded data and stores the result in 29 // Because Unmarshal uses the reflect package, it can only assign 30 // to exported (upper case) fields. Unmarshal uses a case-sensitive 34 // Unmarshal maps an XML element to a struct using the following rules. 39 // ",innerxml", Unmarshal accumulates the raw XML nested inside the 43 // Unmarshal records the element name in that field. 47 // the given name (and, optionally, name space) or else Unmarshal 53 // Unmarshal records the attribute value in that field. 66 // the prefix of a tag formatted as "a" or "a>b>c", unmarshal 74 // explicit name tag as per the previous rule, unmarshal map 272 func (p *Decoder) unmarshal(val reflect.Value, start *StartElement) error { func [all...] |