Software APIs
dt_hmac.h File Reference

Device Tables (DT) for IP hmac and top earlgrey. More...

#include "dt_api.h"
#include <stdint.h>

Go to the source code of this file.

Macros

#define OPENTITAN_HMAC_HAS_MODE_SHA2   1
 List of supported hardware features.
 
#define OPENTITAN_HMAC_HAS_MODE_HMAC   1
 
#define OPENTITAN_HMAC_HAS_DIGEST_SIZE_SHA2_256   1
 
#define OPENTITAN_HMAC_HAS_DIGEST_SIZE_SHA2_384   1
 
#define OPENTITAN_HMAC_HAS_DIGEST_SIZE_SHA2_512   1
 
#define OPENTITAN_HMAC_HAS_KEY_LENGTH_KEY_128   1
 
#define OPENTITAN_HMAC_HAS_KEY_LENGTH_KEY_256   1
 
#define OPENTITAN_HMAC_HAS_KEY_LENGTH_KEY_384   1
 
#define OPENTITAN_HMAC_HAS_KEY_LENGTH_KEY_512   1
 
#define OPENTITAN_HMAC_HAS_KEY_LENGTH_KEY_1024   1
 
#define OPENTITAN_HMAC_HAS_ENDIANNESS_MESSAGE   1
 
#define OPENTITAN_HMAC_HAS_ENDIANNESS_DIGEST   1
 
#define OPENTITAN_HMAC_HAS_SECURE_WIPE   1
 

Typedefs

typedef enum dt_hmac dt_hmac_t
 List of instances.
 
typedef enum dt_hmac_reg_block dt_hmac_reg_block_t
 List of register blocks.
 
typedef enum dt_hmac_irq dt_hmac_irq_t
 List of IRQs.
 
typedef enum dt_hmac_alert dt_hmac_alert_t
 List of Alerts.
 
typedef enum dt_hmac_clock dt_hmac_clock_t
 List of clock ports.
 
typedef enum dt_hmac_reset dt_hmac_reset_t
 List of reset ports.
 

Enumerations

enum  dt_hmac {
  kDtHmac = 0 ,
  kDtHmacFirst = 0 ,
  kDtHmacCount = 1
}
 List of instances. More...
 
enum  dt_hmac_reg_block {
  kDtHmacRegBlockCore = 0 ,
  kDtHmacRegBlockCount = 1
}
 List of register blocks. More...
 
enum  dt_hmac_irq {
  kDtHmacIrqHmacDone = 0 ,
  kDtHmacIrqFifoEmpty = 1 ,
  kDtHmacIrqHmacErr = 2 ,
  kDtHmacIrqCount = 3
}
 List of IRQs. More...
 
enum  dt_hmac_alert {
  kDtHmacAlertFatalFault = 0 ,
  kDtHmacAlertCount = 1
}
 List of Alerts. More...
 
enum  dt_hmac_clock {
  kDtHmacClockClk = 0 ,
  kDtHmacClockCount = 1
}
 List of clock ports. More...
 
enum  dt_hmac_reset {
  kDtHmacResetRst = 0 ,
  kDtHmacResetCount = 1
}
 List of reset ports. More...
 

Functions

dt_hmac_t dt_hmac_from_instance_id (dt_instance_id_t inst_id)
 Get the hmac instance from an instance ID.
 
dt_instance_id_t dt_hmac_instance_id (dt_hmac_t dt)
 Get the instance ID of an instance.
 
uint32_t dt_hmac_reg_block (dt_hmac_t dt, dt_hmac_reg_block_t reg_block)
 Get the register base address of an instance.
 
dt_plic_irq_id_t dt_hmac_irq_to_plic_id (dt_hmac_t dt, dt_hmac_irq_t irq)
 Get the PLIC ID of a hmac IRQ for a given instance.
 
dt_hmac_irq_t dt_hmac_irq_from_plic_id (dt_hmac_t dt, dt_plic_irq_id_t irq)
 Convert a global IRQ ID to a local hmac IRQ type.
 
dt_alert_id_t dt_hmac_alert_to_alert_id (dt_hmac_t dt, dt_hmac_alert_t alert)
 Get the alert ID of a hmac alert for a given instance.
 
dt_hmac_alert_t dt_hmac_alert_from_alert_id (dt_hmac_t dt, dt_alert_id_t alert)
 Convert a global alert ID to a local hmac alert type.
 
dt_clock_t dt_hmac_clock (dt_hmac_t dt, dt_hmac_clock_t clk)
 Get the clock signal connected to a clock port of an instance.
 
dt_reset_t dt_hmac_reset (dt_hmac_t dt, dt_hmac_reset_t rst)
 Get the reset signal connected to a reset port of an instance.
 

Detailed Description

Device Tables (DT) for IP hmac and top earlgrey.

This file contains the type definitions and global functions of the hmac.

Definition in file dt_hmac.h.

Macro Definition Documentation

◆ OPENTITAN_HMAC_HAS_DIGEST_SIZE_SHA2_256

#define OPENTITAN_HMAC_HAS_DIGEST_SIZE_SHA2_256   1

Definition at line 94 of file dt_hmac.h.

◆ OPENTITAN_HMAC_HAS_DIGEST_SIZE_SHA2_384

#define OPENTITAN_HMAC_HAS_DIGEST_SIZE_SHA2_384   1

Definition at line 95 of file dt_hmac.h.

◆ OPENTITAN_HMAC_HAS_DIGEST_SIZE_SHA2_512

#define OPENTITAN_HMAC_HAS_DIGEST_SIZE_SHA2_512   1

Definition at line 96 of file dt_hmac.h.

◆ OPENTITAN_HMAC_HAS_ENDIANNESS_DIGEST

#define OPENTITAN_HMAC_HAS_ENDIANNESS_DIGEST   1

Definition at line 103 of file dt_hmac.h.

◆ OPENTITAN_HMAC_HAS_ENDIANNESS_MESSAGE

#define OPENTITAN_HMAC_HAS_ENDIANNESS_MESSAGE   1

Definition at line 102 of file dt_hmac.h.

◆ OPENTITAN_HMAC_HAS_KEY_LENGTH_KEY_1024

#define OPENTITAN_HMAC_HAS_KEY_LENGTH_KEY_1024   1

Definition at line 101 of file dt_hmac.h.

◆ OPENTITAN_HMAC_HAS_KEY_LENGTH_KEY_128

#define OPENTITAN_HMAC_HAS_KEY_LENGTH_KEY_128   1

Definition at line 97 of file dt_hmac.h.

◆ OPENTITAN_HMAC_HAS_KEY_LENGTH_KEY_256

#define OPENTITAN_HMAC_HAS_KEY_LENGTH_KEY_256   1

Definition at line 98 of file dt_hmac.h.

◆ OPENTITAN_HMAC_HAS_KEY_LENGTH_KEY_384

#define OPENTITAN_HMAC_HAS_KEY_LENGTH_KEY_384   1

Definition at line 99 of file dt_hmac.h.

◆ OPENTITAN_HMAC_HAS_KEY_LENGTH_KEY_512

#define OPENTITAN_HMAC_HAS_KEY_LENGTH_KEY_512   1

Definition at line 100 of file dt_hmac.h.

◆ OPENTITAN_HMAC_HAS_MODE_HMAC

#define OPENTITAN_HMAC_HAS_MODE_HMAC   1

Definition at line 93 of file dt_hmac.h.

◆ OPENTITAN_HMAC_HAS_MODE_SHA2

#define OPENTITAN_HMAC_HAS_MODE_SHA2   1

List of supported hardware features.

Definition at line 92 of file dt_hmac.h.

◆ OPENTITAN_HMAC_HAS_SECURE_WIPE

#define OPENTITAN_HMAC_HAS_SECURE_WIPE   1

Definition at line 104 of file dt_hmac.h.

Typedef Documentation

◆ dt_hmac_alert_t

List of Alerts.

Alerts are guaranteed to be numbered consecutively from 0.

◆ dt_hmac_clock_t

List of clock ports.

Clock ports are guaranteed to be numbered consecutively from 0.

◆ dt_hmac_irq_t

typedef enum dt_hmac_irq dt_hmac_irq_t

List of IRQs.

IRQs are guaranteed to be numbered consecutively from 0.

◆ dt_hmac_reg_block_t

List of register blocks.

Register blocks are guaranteed to start at 0 and to be consecutively numbered.

◆ dt_hmac_reset_t

List of reset ports.

Reset ports are guaranteed to be numbered consecutively from 0.

Enumeration Type Documentation

◆ dt_hmac

enum dt_hmac

List of instances.

Enumerator
kDtHmac 

hmac

Definition at line 23 of file dt_hmac.h.

◆ dt_hmac_alert

List of Alerts.

Alerts are guaranteed to be numbered consecutively from 0.

Enumerator
kDtHmacAlertFatalFault 

This fatal alert is triggered when a fatal TL-UL bus integrity fault is detected.

Definition at line 64 of file dt_hmac.h.

◆ dt_hmac_clock

List of clock ports.

Clock ports are guaranteed to be numbered consecutively from 0.

Enumerator
kDtHmacClockClk 

Clock port clk_i.

Definition at line 74 of file dt_hmac.h.

◆ dt_hmac_irq

List of IRQs.

IRQs are guaranteed to be numbered consecutively from 0.

Enumerator
kDtHmacIrqHmacDone 

HMAC/SHA-2 has completed.

kDtHmacIrqFifoEmpty 

The message FIFO is empty.

This interrupt is raised only if the message FIFO is actually writable by software, i.e., if all of the following conditions are met: i) The HMAC block is not running in HMAC mode and performing the second round of computing the final hash of the outer key as well as the result of the first round using the inner key. ii) Software has not yet written the Process or Stop command to finish the hashing operation. For the interrupt to be raised, the message FIFO must also have been full previously. Otherwise, the hardware empties the FIFO faster than software can fill it and there is no point in interrupting the software to inform it about the message FIFO being empty.

kDtHmacIrqHmacErr 

HMAC error has occurred.

ERR_CODE register shows which error occurred.

Definition at line 47 of file dt_hmac.h.

◆ dt_hmac_reg_block

List of register blocks.

Register blocks are guaranteed to start at 0 and to be consecutively numbered.

Definition at line 34 of file dt_hmac.h.

◆ dt_hmac_reset

List of reset ports.

Reset ports are guaranteed to be numbered consecutively from 0.

Enumerator
kDtHmacResetRst 

Reset port rst_ni.

Definition at line 84 of file dt_hmac.h.

Function Documentation

◆ dt_hmac_alert_from_alert_id()

dt_hmac_alert_t dt_hmac_alert_from_alert_id ( dt_hmac_t dt,
dt_alert_id_t alert )

Convert a global alert ID to a local hmac alert type.

Parameters
dtInstance of hmac.
alertA global alert ID that belongs to this instance.
Returns
The hmac alert, or kDtHmacAlertCount.

Note: This function assumes that the global alert ID belongs to the instance of hmac passed in parameter. In other words, it must be the case that dt_hmac_instance_id(dt) == dt_alert_id_to_instance_id(alert). Otherwise, this function will return kDtHmacAlertCount.

Definition at line 115 of file dt_hmac.c.

◆ dt_hmac_alert_to_alert_id()

dt_alert_id_t dt_hmac_alert_to_alert_id ( dt_hmac_t dt,
dt_hmac_alert_t alert )

Get the alert ID of a hmac alert for a given instance.

Note: This function only makes sense if the instance is connected to the Alert Handler. For any instances where the instance is not connected, the return value is unspecified.

Parameters
dtInstance of hmac.
alertA hmac alert.
Returns
The Alert Handler alert ID of the alert of this instance.

Definition at line 109 of file dt_hmac.c.

◆ dt_hmac_clock()

Get the clock signal connected to a clock port of an instance.

Parameters
dtInstance of hmac.
clkClock port.
Returns
Clock signal.

Definition at line 127 of file dt_hmac.c.

◆ dt_hmac_from_instance_id()

dt_hmac_t dt_hmac_from_instance_id ( dt_instance_id_t inst_id)

Get the hmac instance from an instance ID.

For example, dt_uart_from_instance_id(kDtInstanceIdUart3) == kDtUart3.

Parameters
inst_idInstance ID.
Returns
A hmac instance.

Note: This function only makes sense if the instance ID has device type hmac, otherwise the returned value is unspecified.

Definition at line 65 of file dt_hmac.c.

◆ dt_hmac_instance_id()

dt_instance_id_t dt_hmac_instance_id ( dt_hmac_t dt)

Get the instance ID of an instance.

Parameters
dtInstance of hmac.
Returns
The instance ID of that instance.

Definition at line 72 of file dt_hmac.c.

◆ dt_hmac_irq_from_plic_id()

dt_hmac_irq_t dt_hmac_irq_from_plic_id ( dt_hmac_t dt,
dt_plic_irq_id_t irq )

Convert a global IRQ ID to a local hmac IRQ type.

Parameters
dtInstance of hmac.
irqA PLIC ID that belongs to this instance.
Returns
The hmac IRQ, or kDtHmacIrqCount.

Note: This function assumes that the PLIC ID belongs to the instance of hmac passed in parameter. In other words, it must be the case that dt_hmac_instance_id(dt) == dt_plic_id_to_instance_id(irq). Otherwise, this function will return kDtHmacIrqCount.

Definition at line 94 of file dt_hmac.c.

◆ dt_hmac_irq_to_plic_id()

dt_plic_irq_id_t dt_hmac_irq_to_plic_id ( dt_hmac_t dt,
dt_hmac_irq_t irq )

Get the PLIC ID of a hmac IRQ for a given instance.

If the instance is not connected to the PLIC, this function will return kDtPlicIrqIdNone.

Parameters
dtInstance of hmac.
irqA hmac IRQ.
Returns
The PLIC ID of the IRQ of this instance.

Definition at line 84 of file dt_hmac.c.

◆ dt_hmac_reg_block()

uint32_t dt_hmac_reg_block ( dt_hmac_t dt,
dt_hmac_reg_block_t reg_block )

Get the register base address of an instance.

Parameters
dtInstance of hmac.
reg_blockThe register block requested.
Returns
The register base address of the requested block.

Definition at line 77 of file dt_hmac.c.

◆ dt_hmac_reset()

Get the reset signal connected to a reset port of an instance.

Parameters
dtInstance of hmac.
rstReset port.
Returns
Reset signal.

Definition at line 134 of file dt_hmac.c.