forked from lowRISC/opentitan
-
Notifications
You must be signed in to change notification settings - Fork 1
/
dif_otp_ctrl.h
724 lines (689 loc) · 23.8 KB
/
dif_otp_ctrl.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
// Copyright lowRISC contributors.
// Licensed under the Apache License, Version 2.0, see LICENSE for details.
// SPDX-License-Identifier: Apache-2.0
// DO NOT EDIT THIS FILE DIRECTLY.
// It has been generated with ./util/design/gen-otp-mmap.py
#ifndef OPENTITAN_SW_DEVICE_LIB_DIF_DIF_OTP_CTRL_H_
#define OPENTITAN_SW_DEVICE_LIB_DIF_DIF_OTP_CTRL_H_
/**
* @file
* @brief <a href="/hw/ip/otp_ctrl/doc/">OTP Controller</a> Device Interface
* Functions
*/
#include <stdint.h>
#include "sw/device/lib/base/macros.h"
#include "sw/device/lib/base/mmio.h"
#include "sw/device/lib/dif/dif_base.h"
#include "sw/device/lib/dif/autogen/dif_otp_ctrl_autogen.h"
// Header Extern Guard (so header can be used from C and C++)
#ifdef __cplusplus
extern "C" {
#endif // __cplusplus
/**
* A partition within OTP memory.
*/
typedef enum dif_otp_ctrl_partition {
/**
* Vendor test partition.
*
* This is reserved for manufacturing smoke checks. The OTP wrapper
* control logic inside prim_otp is allowed to read/write to this
* region. ECC uncorrectable errors seen on the functional prim_otp
* interface will not lead to an alert for this partition.
* Instead, such errors will be reported as correctable ECC errors.
*/
kDifOtpCtrlPartitionVendorTest,
/**
* Software configuration partition.
*
* This is for device-specific calibration data. For example, clock,
* LDO, RNG.
*/
kDifOtpCtrlPartitionCreatorSwCfg,
/**
* Software configuration partition.
*
* This contains data that changes software behavior in the ROM, for
* example enabling defensive features in ROM or selecting failure
* modes if verification fails.
*/
kDifOtpCtrlPartitionOwnerSwCfg,
/**
* This OTP partition is used to store four P-256 keys and four Sphincs+ keys.
*
* The partition requires 464
* bytes of software visible storage. The partition is
* locked at manufacturing time to protect against
* malicious write attempts.
*/
kDifOtpCtrlPartitionRotCreatorAuthCodesign,
/**
* This OTP partition is used to capture the state of each key slot.
*
* Each key can be in one of the
* following states: BLANK, ENABLED, DISABLED. The
* encoded values are such that transitions between
* BLANK -> ENABLED -> DISABLED are possible without
* causing ECC errors (this is a mechanism similar to
* how we manage life cycle state transitions). The
* partition is left unlocked to allow STATE updates in
* the field. The ROM_EXT is required to lock access to
* the OTP Direct Access Interface to prevent DoS
* attacks from malicious code executing on Silicon
* Owner partitions. DAI write locking is available in
* EarlGrey.
*/
kDifOtpCtrlPartitionRotCreatorAuthState,
/**
* Hardware configuration 0 partition.
*
* This contains
* - DEVICE_ID: Unique device identifier.
* - MANUF_STATE: Vector for capturing the manufacturing status.
*/
kDifOtpCtrlPartitionHwCfg0,
/**
* Hardware configuration 1 partition.
*
* This contains
* - EN_SRAM_IFETCH: Enable / disable execute from SRAM CSR switch.
* - EN_CSRNG_SW_APP_READ: This input efuse is used to enable access
* to the NIST internal state per instance.
*/
kDifOtpCtrlPartitionHwCfg1,
/**
* Secret partition 0.
*
* This contains TEST lifecycle unlock tokens.
*/
kDifOtpCtrlPartitionSecret0,
/**
* Secret partition 1.
*
* This contains SRAM and flash scrambling keys.
*/
kDifOtpCtrlPartitionSecret1,
/**
* Secret partition 2.
*
* This contains RMA unlock token, creator root key, and creator seed.
*/
kDifOtpCtrlPartitionSecret2,
/**
* Lifecycle partition.
*
* This contains lifecycle transition count and state. This partition
* cannot be locked since the life cycle state needs to advance to RMA
* in-field. Note that while this partition is not marked secret, it
* is not readable nor writeable via the DAI. Only the LC controller
* can access this partition, and even via the LC controller it is not
* possible to read the raw manufacturing life cycle state in encoded
* form, since that encoding is considered a netlist secret. The LC
* controller only exposes a decoded version of this state.
*/
kDifOtpCtrlPartitionLifeCycle,
} dif_otp_ctrl_partition_t;
/**
* Runtime configuration for OTP.
*
* This struct describes runtime information for one-time configuration of the
* hardware.
*/
typedef struct dif_otp_ctrl_config {
/**
* The timeout for an integrity or consistency check to succeed, in cycles.
*
* 100'000 is recommended as a minimum safe value.
*/
uint32_t check_timeout;
/**
* A mask for the pseudo-random integrity check period.
*
* The value of this mask limits the period of the integrity check; when the
* pseudo-random period is computed, this mask is applied to limit it. For
* example, a value of 0x3'ffff would correspond to a maximum period of about
* 2.8s at 24MHz.
*
* A value of zero disables the check.
*/
uint32_t integrity_period_mask;
/**
* A mask for the pseudo-random consistency check period.
*
* The value of this mask limits the period of the consistency check; when the
* pseudo-random period is computed, this mask is applied to limit it. For
* example, a value of 0x3ff'ffff would correspond to a maximum period of
* about 716s at 24MHz.
*
* A value of zero disables the check.
*/
uint32_t consistency_period_mask;
} dif_otp_ctrl_config_t;
/**
* A hardware-level status code.
*/
typedef enum dif_otp_ctrl_status_code {
// NOTE: This enum's API *requires* that all "error"-like codes (that is,
// those which have associated cause registers) be a prefix of the enum
// values.
//
// Note furthermore that these enum variants are intended as bit indices, so
// their values should not be randomized.
/**
* Indicates an error occurred in the `VendorTest` partition.
*/
kDifOtpCtrlStatusCodeVendorTestError = 0,
/**
* Indicates an error occurred in the `CreatorSwCfg` partition.
*/
kDifOtpCtrlStatusCodeCreatorSwCfgError,
/**
* Indicates an error occurred in the `OwnerSwCfg` partition.
*/
kDifOtpCtrlStatusCodeOwnerSwCfgError,
/**
* Indicates an error occurred in the `RotCreatorAuthCodesign` partition.
*/
kDifOtpCtrlStatusCodeRotCreatorAuthCodesignError,
/**
* Indicates an error occurred in the `RotCreatorAuthState` partition.
*/
kDifOtpCtrlStatusCodeRotCreatorAuthStateError,
/**
* Indicates an error occurred in the `HwCfg0` partition.
*/
kDifOtpCtrlStatusCodeHwCfg0Error,
/**
* Indicates an error occurred in the `HwCfg1` partition.
*/
kDifOtpCtrlStatusCodeHwCfg1Error,
/**
* Indicates an error occurred in the `Secret0` partition.
*/
kDifOtpCtrlStatusCodeSecret0Error,
/**
* Indicates an error occurred in the `Secret1` partition.
*/
kDifOtpCtrlStatusCodeSecret1Error,
/**
* Indicates an error occurred in the `Secret2` partition.
*/
kDifOtpCtrlStatusCodeSecret2Error,
/**
* Indicates an error occurred in the `LifeCycle` partition.
*/
kDifOtpCtrlStatusCodeLifeCycleError,
/**
* Indicates an error occurred in the direct access interface.
*/
kDifOtpCtrlStatusCodeDaiError,
/**
* Indicates an error occurred in the lifecycle interface.
*/
kDifOtpCtrlStatusCodeLciError,
/**
* This is not a status code; rather, it represents the last error code which
* has a corresponding "cause" register.
*
* See `dif_otp_ctrl_status_t` for information on how to use this.
*/
kDifOtpCtrlStatusCodeHasCauseLast = kDifOtpCtrlStatusCodeLciError,
/**
* Indicates that an integrity or consistency check has timed out.
*
* This error is unrecoverable.
*/
kDifOtpCtrlStatusCodeTimeoutError,
/**
* Indicates that the LFSR that generates pseudo-random integrity and
* consistency checks is in a bad state.
*
* This error is unrecoverable.
*/
kDifOtpCtrlStatusCodeLfsrError,
/**
* Indicates that the scrambling hardware is in a bad state.
*
* This error is unrecoverable.
*/
kDifOtpCtrlStatusCodeScramblingError,
/**
* Indicates that the key derivation hardware is in a bad state.
*
* This error is unrecoverable.
*/
kDifOtpCtrlStatusCodeKdfError,
/**
* Indicates a bus integrity error.
*
* This error will raise an alert.
*/
kDifOtpCtrlStatusCodeBusIntegError,
/**
* Indicates that the direct access interface is idle.
*/
kDifOtpCtrlStatusCodeDaiIdle,
/**
* Indicates that an integrity or consistency check is currently pending.
*/
kDifOtpCtrlStatusCodeCheckPending,
} dif_otp_ctrl_status_code_t;
/**
* A hardware-level error code, associated with a particular error defined in
* `dif_otp_ctrl_status_t`.
*/
typedef enum dif_otp_ctrl_error {
/**
* Indicates no error.
*/
kDifOtpCtrlErrorOk,
/**
* Indicates that an OTP macro command was invalid or did not
* complete successfully.
*
* This error indicates non-recoverable hardware malfunction.
*/
kDifOtpCtrlErrorMacroUnspecified,
/**
* Indicates a recoverable error during a read operation.
*
* A followup read should work as expected.
*/
kDifOtpCtrlErrorMacroRecoverableRead,
/**
* Indicates an unrecoverable error during a read operation.
*
* This error indicates non-recoverable hardware malfunction.
*/
kDifOtpCtrlErrorMacroUnrecoverableRead,
/**
* Indicates that the blank write check failed during a write operation.
*/
kDifOtpCtrlErrorMacroBlankCheckFailed,
/**
* Indicates a locked memory region was accessed.
*/
kDifOtpCtrlErrorLockedAccess,
/**
* Indicates a parity, integrity or consistency check failed in the buffer
* registers.
*
* This error indicates non-recoverable hardware malfunction.
*/
kDifOtpCtrlErrorBackgroundCheckFailed,
/**
* Indicates that the FSM of the controller is in a bad state or that the
* controller's FSM has been moved into its terminal state due to escalation
* via the alert subsystem.
*
* This error indicates that the device has been glitched by an attacker.
*/
kDifOtpCtrlErrorFsmBadState,
} dif_otp_ctrl_error_t;
/**
* The overall status of the OTP controller.
*
* See `dif_otp_ctrl_get_status()`.
*/
typedef struct dif_otp_ctrl_status {
/**
* Currently active statuses, given as a bit vector. To check whether a
* particular status code was returned, write
*
* bool has_code = (status.codes >> kMyStatusCode) & 1;
*
* Note that it is possible to quickly check that the controller is idle and
* error-free by writing
*
* bool is_ok = status.codes == (1 << kDifOtpStatusCodeDaiIdle);
*/
uint32_t codes;
/**
* A list of root causes for each error status code.
*
* If the error status code `error` is present in `codes`, and
* `error <= kDifOtpCtrlStatusCodeHasCauseLast`, then `causes[error]`
* will contain its root cause.
*/
dif_otp_ctrl_error_t causes[kDifOtpCtrlStatusCodeHasCauseLast + 1];
} dif_otp_ctrl_status_t;
/**
* Configures OTP with runtime information.
*
* This function should need to be called at most once for the lifetime of
* `otp`.
*
* @param otp An OTP handle.
* @param config Runtime configuration parameters.
* @return The result of the operation.
*/
OT_WARN_UNUSED_RESULT
dif_result_t dif_otp_ctrl_configure(const dif_otp_ctrl_t *otp,
dif_otp_ctrl_config_t config);
/**
* Runs an integrity check on the OTP hardware.
*
* This function can be used to trigger an integrity check independent of the
* pseudo-random hardware-generated checks.
*
* @param otp An OTP handle.
* @return The result of the operation.
*/
OT_WARN_UNUSED_RESULT
dif_result_t dif_otp_ctrl_check_integrity(const dif_otp_ctrl_t *otp);
/**
* Runs a consistency check on the OTP hardware.
*
* This function can be used to trigger a consistency check independent of the
* pseudo-random hardware-generated checks.
*
* @param otp An OTP handle.
* @return The result of the operation.
*/
OT_WARN_UNUSED_RESULT
dif_result_t dif_otp_ctrl_check_consistency(const dif_otp_ctrl_t *otp);
/**
* Locks out access to the direct access interface registers.
*
* This function is idempotent: calling it while functionality is locked will
* have no effect and return `kDifOk`.
*
* @param otp An OTP handle.
* @return The result of the operation.
*/
OT_WARN_UNUSED_RESULT
dif_result_t dif_otp_ctrl_lock_dai(const dif_otp_ctrl_t *otp);
/**
* Checks whether access to the direct access interface is locked.
*
* Note that besides locking the DAI out until the next reset using the
* dif_otp_ctrl_lock_dai function, the DAI is also temporarily locked by the
* HW itself when it is busy processing a DAI command. In such a case, the
* kDifOtpCtrlStatusCodeDaiIdle status bit will be set to 0 as well.
*
* @param otp An OTP handle.
* @param[out] is_locked Out-param for the locked state.
* @return The result of the operation.
*/
OT_WARN_UNUSED_RESULT
dif_result_t dif_otp_ctrl_dai_is_locked(const dif_otp_ctrl_t *otp,
bool *is_locked);
/**
* Locks out `dif_otp_ctrl_configure()` function.
*
* This function is idempotent: calling it while functionality is locked will
* have no effect and return `kDifOk`.
*
* @param otp An OTP handle.
* @return The result of the operation.
*/
OT_WARN_UNUSED_RESULT
dif_result_t dif_otp_ctrl_lock_config(const dif_otp_ctrl_t *otp);
/**
* Checks whether `dif_otp_ctrl_configure()` function is locked-out.
*
* @param otp An OTP handle.
* @param[out] is_locked Out-param for the locked state.
* @return The result of the operation.
*/
OT_WARN_UNUSED_RESULT
dif_result_t dif_otp_ctrl_config_is_locked(const dif_otp_ctrl_t *otp,
bool *is_locked);
/**
* Locks out `dif_otp_ctrl_check_*()` functions.
*
* This function is idempotent: calling it while functionality is locked will
* have no effect and return `kDifOk`.
*
* @param otp An OTP handle.
* @return The result of the operation.
*/
OT_WARN_UNUSED_RESULT
dif_result_t dif_otp_ctrl_lock_check_trigger(const dif_otp_ctrl_t *otp);
/**
* Checks whether the `dif_otp_ctrl_check_*()` functions are locked-out.
*
* @param otp An OTP handle.
* @param[out] is_locked Out-param for the locked state.
* @return The result of the operation.
*/
OT_WARN_UNUSED_RESULT
dif_result_t dif_otp_ctrl_check_trigger_is_locked(const dif_otp_ctrl_t *otp,
bool *is_locked);
/**
* Locks out reads to a SW partition.
*
* This function should only be called on SW partitions; doing otherwise will
* return an error.
*
* Note that this is distinct from the write-locking performed by calling
* `dif_otp_ctrl_dai_digest()`. In particular, the effects of this function will
* not persist past a system reset.
*
* This function is idempotent: calling it while functionality is locked will
* have no effect and return `kDifOk`.
*
* @param otp An OTP handle.
* @param partition The SW partition to lock.
* @return The result of the operation.
*/
OT_WARN_UNUSED_RESULT
dif_result_t dif_otp_ctrl_lock_reading(const dif_otp_ctrl_t *otp,
dif_otp_ctrl_partition_t partition);
/**
* Checks whether reads to a SW partition are locked out.
*
* This function should only be called on SW partitions; doing otherwise will
* return an error.
*
* @param otp An OTP handle.
* @param partition the SW partition to check for locking.
* @param[out] is_locked Out-param for the locked state.
* @return The result of the operation.
*/
OT_WARN_UNUSED_RESULT
dif_result_t dif_otp_ctrl_reading_is_locked(const dif_otp_ctrl_t *otp,
dif_otp_ctrl_partition_t partition,
bool *is_locked);
/**
* Gets the current status of the OTP controller.
*
* @param otp An OTP handle.
* @param[out] status Out-param for the controller's status.
* @return The result of the operation.
*/
OT_WARN_UNUSED_RESULT
dif_result_t dif_otp_ctrl_get_status(const dif_otp_ctrl_t *otp,
dif_otp_ctrl_status_t *status);
/**
* Calculates a `relative_address` with respect to a `partition` start
* address.
*
* @param partition The partition to use to calculate the reference start
* address.
* @param abs_address Input address relative to the OTP memory start address.
* @param[out] relative_address The result relative address with respect to the
* `partition` start address.
* @return The result of the operation.
*/
OT_WARN_UNUSED_RESULT
dif_result_t dif_otp_ctrl_relative_address(dif_otp_ctrl_partition_t partition,
uint32_t abs_address,
uint32_t *relative_address);
/**
* Schedules a read on the Direct Access Interface.
*
* Reads are performed relative to a partition; `address` should be given
* relative to the start of `partition`. An error is returned for out-of-bounds
* access.
*
* Furthermore, `address` must be well-aligned: it must be four-byte aligned for
* normal partitions and eight-byte-aligned for secret partitions. An error is
* returned for unaligned access.
*
* @param otp An OTP handle.
* @param partition The partition to read from.
* @param address A partition-relative address to read from.
* @return The result of the operation.
*/
OT_WARN_UNUSED_RESULT
dif_result_t dif_otp_ctrl_dai_read_start(const dif_otp_ctrl_t *otp,
dif_otp_ctrl_partition_t partition,
uint32_t address);
/**
* Gets the result of a completed 32-bit read operation on the Direct Access
* Interface.
*
* Whether this function or its 64-bit variant should be called is dependent on
* the most recent partition read from.
*
* @param otp An OTP handle.
* @param[out] value Out-param for the read value.
* @return The result of the operation.
*/
OT_WARN_UNUSED_RESULT
dif_result_t dif_otp_ctrl_dai_read32_end(const dif_otp_ctrl_t *otp,
uint32_t *value);
/**
* Gets the result of a completed 64-bit read operation on the Direct Access
* Interface.
*
* Whether this function or its 32-bit variant should be called is dependent on
* the most recent partition read from.
*
* @param otp An OTP handle.
* @param[out] value Out-param for the read value.
* @return The result of the operation.
*/
OT_WARN_UNUSED_RESULT
dif_result_t dif_otp_ctrl_dai_read64_end(const dif_otp_ctrl_t *otp,
uint64_t *value);
/**
* Schedules a 32-bit write on the Direct Access Interface.
*
* Writes are performed relative to a partition; `address` should be given
* relative to the start of `partition`. An error is returned for out-of-bounds
* access.
*
* Furthermore, `address` must be four-byte-aligned, and `partition` must not be
* a secret partition. An error is returned if neither condition is met.
*
* Note that this function cannot be used to program the digest at the end of a
* `SW` partition; `dif_otp_ctrl_dai_digest()` must be used instead.
*
* @param otp An OTP handle.
* @param partition The partition to program.
* @param address A partition-relative address to program.
* @param value The value to program into the OTP.
* @return The result of the operation.
*/
OT_WARN_UNUSED_RESULT
dif_result_t dif_otp_ctrl_dai_program32(const dif_otp_ctrl_t *otp,
dif_otp_ctrl_partition_t partition,
uint32_t address, uint32_t value);
/**
* Schedules a 64-bit write on the Direct Access Interface.
*
* Writes are performed relative to a partition; `address` should be given
* relative to the start of `partition`. An error is returned for out-of-bounds
* access.
*
* Furthermore, `address` must be eight-byte-aligned, and `partition` must be
* a secret partition. An error is returned if neither condition is met.
*
* @param otp An OTP handle.
* @param partition The partition to program.
* @param address A partition-relative address to program.
* @param value The value to program into the OTP.
* @return The result of the operation.
*/
OT_WARN_UNUSED_RESULT
dif_result_t dif_otp_ctrl_dai_program64(const dif_otp_ctrl_t *otp,
dif_otp_ctrl_partition_t partition,
uint32_t address, uint64_t value);
/**
* Schedules a hardware digest operation on the Direct Access Interface.
*
* **This operation will also lock writes for the given partition.**
*
* If `partition` is a SW partition, `digest` must be non-zero; if it is a
* partition with a hardware-managed digest, `digest` *must* be zero (since the
* digest will be generated by the hardware). An error is returned if either
* precondition is not met.
*
* This function does not work with the lifecycle state partition, and will
* return an error in that case.
*
* @param otp An OTP handle.
* @param partition The partition to digest and lock.
* @param digest The digest to program (for SW partitions).
* @return The result of the operation.
*/
OT_WARN_UNUSED_RESULT
dif_result_t dif_otp_ctrl_dai_digest(const dif_otp_ctrl_t *otp,
dif_otp_ctrl_partition_t partition,
uint64_t digest);
/**
* Checks if the digest value for the given partition has been computed. Once a
* digest has been computed for a partition, the partition is write-locked
* (additionally, read-locked if the partition is secret).
*
* The lifecycle partition does not have a digest, and checking if this region
* has a computed digest will return an error.
*
* @param otp An OTP handle.
* @param partition The partition to check the digest of.
* @param[out] is_computed Indicates if the digest has been computed.
* @return The result of the operation.
*/
OT_WARN_UNUSED_RESULT
dif_result_t dif_otp_ctrl_is_digest_computed(const dif_otp_ctrl_t *otp,
dif_otp_ctrl_partition_t partition,
bool *is_computed);
/**
* Gets the buffered digest value for the given partition.
*
* Note that this value is only updated when the device is reset; if the digest
* has not been computed yet, or has been computed but not since device reset,
* this function will return an error.
*
* The lifecycle partition does not have a digest and will result in an error
* being returned.
*
* @param otp An OTP handle.
* @param partition The partition to get a digest for.
* @param[out] digest Out-param for the digest.
* @return The result of the operation.
*/
OT_WARN_UNUSED_RESULT
dif_result_t dif_otp_ctrl_get_digest(const dif_otp_ctrl_t *otp,
dif_otp_ctrl_partition_t partition,
uint64_t *digest);
/**
* Performs a memory-mapped read of the given partition, if it supports them.
*
* In particular, this function will read `len` words, starting at `address`,
* relative to the start of `partition`.
*
* The same caveats for `dif_otp_ctrl_dai_read_start()` apply to `address`; in
* addition, `address + len` must also be in-range and must not overflow.
*
* This function will block until the read completes, unlike Direct Access
* Interface functions.
*
* @param otp An OTP handle.
* @param partition The partition to read from.
* @param address A partition-relative address to read from.
* @param[out] buf A buffer of words to write read values to.
* @param len The number of words to read.
* @return The result of the operation.
*/
OT_WARN_UNUSED_RESULT
dif_result_t dif_otp_ctrl_read_blocking(const dif_otp_ctrl_t *otp,
dif_otp_ctrl_partition_t partition,
uint32_t address, uint32_t *buf,
size_t len);
#ifdef __cplusplus
} // extern "C"
#endif // __cplusplus
#endif // OPENTITAN_SW_DEVICE_LIB_DIF_DIF_OTP_CTRL_H_