Size definitions for the PSA Crypto API. More...
Size definitions for the PSA Crypto API.
Definition in file sizes.h.
 This graph shows which files directly or indirectly include this file:Go to the source code of this file.
| #define | PSA_BITS_TO_BYTES(bits) (size_t)(((bits) + 7) / 8) | 
| Functions to convert bits to bytes.  More... | |
| #define | PSA_BYTES_TO_BITS(bytes) ((bytes) * 8) | 
| Functions to convert bytes to bits.  More... | |
| #define PSA_BITS_TO_BYTES | ( | bits | ) | (size_t)(((bits) + 7) / 8) |