Data Fields | |
| mcuxClHash_AlgoEngine_t | engine |
| Hash engine function. More... | |
| mcuxClHash_AlgoSkeleton_t | skeleton |
| One-shot hash skeleton function. More... | |
| mcuxClHash_AlgoSkeleton_t | streamingSkeleton |
| Streaming hash skeleton function. More... | |
| size_t | blockSize |
| Size of the block used by the hash algorithm. More... | |
| size_t | hashSize |
| Size of the output of the hash algorithm. More... | |
| size_t | stateSize |
| Size of the state used by the hash algorithm. More... | |
| uint32_t | counterSize |
| Size of the counter used by the hash algorithm. More... | |
| uint32_t | rtfSize |
| Size of the Runtime Fingerprint used by the hash function; has to be set to zero when not supported. More... | |
| uint32_t | protection_token_skeleton |
| Protection token value for the used one-shot skeleton. More... | |
| uint32_t | protection_token_streaming_skeleton |
| Protection token value for the used streaming skeleton. More... | |
| uint32_t | protection_token_engine |
| Protection token value for the used engine. More... | |
| mcuxClHash_AlgoEngine_t mcuxClHash_Algo::engine |
Hash engine function.
| mcuxClHash_AlgoSkeleton_t mcuxClHash_Algo::skeleton |
One-shot hash skeleton function.
| mcuxClHash_AlgoSkeleton_t mcuxClHash_Algo::streamingSkeleton |
Streaming hash skeleton function.
| size_t mcuxClHash_Algo::blockSize |
Size of the block used by the hash algorithm.
| size_t mcuxClHash_Algo::hashSize |
Size of the output of the hash algorithm.
| size_t mcuxClHash_Algo::stateSize |
Size of the state used by the hash algorithm.
| uint32_t mcuxClHash_Algo::counterSize |
Size of the counter used by the hash algorithm.
| uint32_t mcuxClHash_Algo::rtfSize |
Size of the Runtime Fingerprint used by the hash function; has to be set to zero when not supported.
| uint32_t mcuxClHash_Algo::protection_token_skeleton |
Protection token value for the used one-shot skeleton.
| uint32_t mcuxClHash_Algo::protection_token_streaming_skeleton |
Protection token value for the used streaming skeleton.
| uint32_t mcuxClHash_Algo::protection_token_engine |
Protection token value for the used engine.