Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/drivers/
A Dsmccc_trng.c100 static void read_bytes(unsigned long val, size_t byte_count, uint8_t **buf, in read_bytes() function
124 read_bytes(args->a3, byte_count, &ptr, &rem); in read_samples()
125 read_bytes(args->a2, byte_count, &ptr, &rem); in read_samples()
126 read_bytes(args->a1, byte_count, &ptr, &rem); in read_samples()
/optee_os-3.20.0/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