Home
last modified time | relevance | path

Searched refs:serialize (Results 1 – 3 of 3) sorted by relevance

/optee_os/ta/pkcs11/src/
H A Dserializer.h138 enum pkcs11_rc serialize(char **bstart, size_t *blen, void *data, size_t len);
H A Dattributes.c39 rc = serialize(bstart, &buf_len, &data32, sizeof(uint32_t)); in add_attribute()
44 rc = serialize(bstart, &buf_len, &data32, sizeof(uint32_t)); in add_attribute()
48 rc = serialize(bstart, &buf_len, data, size); in add_attribute()
H A Dserializer.c176 enum pkcs11_rc serialize(char **bstart, size_t *blen, void *data, size_t len) in serialize() function