Loading...
Searching...
No Matches
bits.h File Reference

Key size definitions for the PSA Crypto API. More...

Detailed Description

#include <stdint.h>
+ Include dependency graph for bits.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

typedef uint16_t psa_key_bits_t
 Public interfaces use size_t, but internally we use a smaller type.
 

Typedef Documentation

◆ psa_key_bits_t

typedef uint16_t psa_key_bits_t

Public interfaces use size_t, but internally we use a smaller type.

Definition at line 34 of file bits.h.