HomeSort by relevance Sort by last modified time
    Searched full:marshal (Results 76 - 100 of 970) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/tpm2/
Marshal_Load.c 19 // Marshal response handles.
28 // Marshal response parameters.
89 // Marshal output structure to global response buffer.
Marshal_LoadExternal.c 19 // Marshal response handles.
28 // Marshal response parameters.
92 // Marshal output structure to global response buffer.
Marshal_StartAuthSession.c 19 // Marshal response handles.
29 // Marshal response parameters.
105 // Marshal output structure to global response buffer.
Marshal_ContextSave.c 26 // Marshal response parameters.
79 // Marshal output structure to global response buffer.
Marshal_GetTestResult.c 26 // Marshal response parameters.
59 // Marshal output structure containing response handles and parameters to
Marshal_PolicyGetDigest.c 26 // Marshal response parameters.
79 // Marshal output structure to global response buffer.
Marshal_ReadClock.c 26 // Marshal response parameters.
58 // Marshal output structure containing response handles and parameters to
Marshal_Unseal.c 26 // Marshal response parameters.
78 // Marshal output structure to global response buffer.
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
appletrawmain.py 14 import marshal
58 __code__ = marshal.load(_fp)
63 del argvemulator, os, sys, marshal, _dir, _fp
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
appletrawmain.py 14 import marshal
58 __code__ = marshal.load(_fp)
63 del argvemulator, os, sys, marshal, _dir, _fp
  /external/webrtc/talk/app/webrtc/
proxy.h 141 R Marshal(rtc::Thread* t) {
161 R Marshal(rtc::Thread* t) {
181 R Marshal(rtc::Thread* t) {
202 R Marshal(rtc::Thread* t) {
223 R Marshal(rtc::Thread* t) {
246 R Marshal(rtc::Thread* t) {
271 R Marshal(rtc::Thread* t) {
297 R Marshal(rtc::Thread* t) {
322 call.Marshal(owner_thread_); \
333 return call.Marshal(owner_thread_);
    [all...]
  /prebuilts/go/darwin-x86/src/crypto/tls/
handshake_server.go 343 hs.finishedHash.Write(hs.clientHello.marshal())
344 hs.finishedHash.Write(hs.hello.marshal())
345 if _, err := c.writeRecord(recordTypeHandshake, hs.hello.marshal()); err != nil {
376 hs.finishedHash.Write(hs.clientHello.marshal())
377 hs.finishedHash.Write(hs.hello.marshal())
378 if _, err := c.writeRecord(recordTypeHandshake, hs.hello.marshal()); err != nil {
384 hs.finishedHash.Write(certMsg.marshal())
385 if _, err := c.writeRecord(recordTypeHandshake, certMsg.marshal()); err != nil {
393 hs.finishedHash.Write(certStatus.marshal())
394 if _, err := c.writeRecord(recordTypeHandshake, certStatus.marshal()); err != nil
    [all...]
  /prebuilts/go/darwin-x86/src/crypto/x509/
pkcs8.go 80 oidBytes, err := asn1.Marshal(oid)
82 return nil, errors.New("x509: failed to marshal curve OID: " + err.Error())
93 return nil, errors.New("x509: failed to marshal EC private key while building PKCS#8: " + err.Error())
100 return asn1.Marshal(privKey)
  /prebuilts/go/linux-x86/src/crypto/tls/
handshake_server.go 343 hs.finishedHash.Write(hs.clientHello.marshal())
344 hs.finishedHash.Write(hs.hello.marshal())
345 if _, err := c.writeRecord(recordTypeHandshake, hs.hello.marshal()); err != nil {
376 hs.finishedHash.Write(hs.clientHello.marshal())
377 hs.finishedHash.Write(hs.hello.marshal())
378 if _, err := c.writeRecord(recordTypeHandshake, hs.hello.marshal()); err != nil {
384 hs.finishedHash.Write(certMsg.marshal())
385 if _, err := c.writeRecord(recordTypeHandshake, certMsg.marshal()); err != nil {
393 hs.finishedHash.Write(certStatus.marshal())
394 if _, err := c.writeRecord(recordTypeHandshake, certStatus.marshal()); err != nil
    [all...]
  /prebuilts/go/linux-x86/src/crypto/x509/
pkcs8.go 80 oidBytes, err := asn1.Marshal(oid)
82 return nil, errors.New("x509: failed to marshal curve OID: " + err.Error())
93 return nil, errors.New("x509: failed to marshal EC private key while building PKCS#8: " + err.Error())
100 return asn1.Marshal(privKey)
  /external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/
MarshalDate.java 29 * Marshal class for Dates.
31 public class MarshalDate implements Marshal {
  /external/python/cpython2/Doc/library/
marshal.rst 2 :mod:`marshal` --- Internal Python object serialization
5 .. module:: marshal
23 :mod:`shelve`. The :mod:`marshal` module exists mainly to support reading and
25 Therefore, the Python maintainers reserve the right to modify the marshal format
29 supports a substantially wider range of objects than marshal.
33 The :mod:`marshal` module is not intended to be secure against erroneous or
87 (e.g. because the data has a different Python version's incompatible marshal
132 around in a self-contained form. Strictly speaking, "to marshal" means to
  /external/python/cpython2/PC/os2vacpp/
config.c 93 /* This module "lives in" with marshal.c */
94 {"marshal", PyMarshal_Init},
  /external/python/cpython2/RISCOS/Modules/
config.c 56 /* This module "lives in" with marshal.c */
57 {"marshal", PyMarshal_Init},
  /prebuilts/gdb/darwin-x86/lib/python2.7/config/
config.c 58 /* This module lives in marshal.c */
59 {"marshal", PyMarshal_Init},
  /prebuilts/gdb/linux-x86/lib/python2.7/config/
config.c 60 /* This module lives in marshal.c */
61 {"marshal", PyMarshal_Init},
  /prebuilts/go/darwin-x86/src/encoding/
encoding.go 15 // marshal itself into a binary form.
33 // marshal itself into a textual form.
  /prebuilts/go/linux-x86/src/encoding/
encoding.go 15 // marshal itself into a binary form.
33 // marshal itself into a textual form.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/config/
config.c 58 /* This module lives in marshal.c */
59 {"marshal", PyMarshal_Init},
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/config/
config.c 60 /* This module lives in marshal.c */
61 {"marshal", PyMarshal_Init},

Completed in 603 milliseconds

1 2 34 5 6 7 8 91011>>