Home
last modified time | relevance | path

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

/optee_os/ta/pkcs11/src/
A Dpersistent_token.c475 uint32_t read_bytes = 0; in load_persistent_object_attributes() local
504 res = TEE_ReadObjectData(hdl, attr, info.dataSize, &read_bytes); in load_persistent_object_attributes()
514 read_bytes, res); in load_persistent_object_attributes()
517 if (read_bytes != info.dataSize) { in load_persistent_object_attributes()
519 read_bytes, info.dataSize); in load_persistent_object_attributes()

Completed in 3 milliseconds