Definitions of ECC related key pair generation algorithm descriptors. More...
Variables | |
| const mcuxClKey_GenerationDescriptor_t | mcuxClKey_GenerationDescriptor_ECDH |
| ECDH Key generation algorithm descriptor. | |
| static mcuxClKey_Generation_t | mcuxClKey_Generation_ECDH |
| ECDH Key generation algorithm. | |
| const mcuxClKey_GenerationDescriptor_t | mcuxClKey_GenerationDescriptor_ECDSA |
| ECDSA Key generation algorithm descriptor. | |
| static mcuxClKey_Generation_t | mcuxClKey_Generation_ECDSA |
| ECDSA Key generation algorithm. | |
| const mcuxClKey_GenerationDescriptor_t | mcuxClKey_GenerationDescriptor_EdDSA_GeneratePrivKey |
| EdDSA Key generation algorithm descriptor. | |
| static mcuxClKey_Generation_t | mcuxClKey_Generation_EdDSA_GeneratePrivKey |
| EdDSA Key generation algorithm. | |
| const mcuxClKey_GenerationDescriptor_t | mcuxClKey_GenerationDescriptor_MontDH |
| MontDH Key generation algorithm descriptor. | |
| static mcuxClKey_Generation_t | mcuxClKey_Generation_MontDH |
| MontDH Key generation algorithm. | |
Definitions of ECC related key pair generation algorithm descriptors.
|
extern |
ECDH Key generation algorithm descriptor.
|
static |
ECDH Key generation algorithm.
|
extern |
ECDSA Key generation algorithm descriptor.
|
static |
ECDSA Key generation algorithm.
}
|
extern |
EdDSA Key generation algorithm descriptor.
This key generation algorithm descriptor shall be used for an EdDSA private and public key pair generation.
|
static |
EdDSA Key generation algorithm.
This key generation algorithm shall be used for EdDSA private and public key pair generation.
|
extern |
MontDH Key generation algorithm descriptor.
This key generation algorithm descriptor shall be used for an MontDH private and public key pair generation.
|
static |
MontDH Key generation algorithm.
This key generation algorithm shall be used for MontDH private and public key pair generation.