Searched refs:read_bytes (Results 1 – 2 of 2) sorted by relevance
/optee_os-3.20.0/core/drivers/ |
A D | smccc_trng.c | 100 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 D | persistent_token.c | 475 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