ECC related definitions to be used for key handling mechanisms of the mcuxClKey component. More...
Go to the source code of this file.
Variables | |
| const mcuxClKey_TypeDescriptor_t | mcuxClKey_TypeDescriptor_EdDSA_Ed25519_Priv |
| Key type structure for ECC EdDSA Ed25519 private keys. | |
| static const mcuxClKey_Type_t | mcuxClKey_Type_EdDSA_Ed25519_Priv |
| Key type pointer for ECC EdDSA Ed25519 private keys. | |
| const mcuxClKey_TypeDescriptor_t | mcuxClKey_TypeDescriptor_EdDSA_Ed25519_Pub |
| Key type structure for ECC EdDSA Ed25519 public keys. | |
| static const mcuxClKey_Type_t | mcuxClKey_Type_EdDSA_Ed25519_Pub |
| Key type pointer for ECC EdDSA Ed25519 public keys. | |
| 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_AgreementDescriptor_t | mcuxClKey_AgreementDescriptor_ECDH |
| ECDH Key agreement algorithm descriptor. | |
| static mcuxClKey_Agreement_t | mcuxClKey_Agreement_ECDH |
| ECDH Key agreement algorithm. | |
| const mcuxClKey_ValidationDescriptor_t | mcuxClKey_ValidationDesc_WeierECC_PublicKey |
| Key validation descriptor for a public key used for ECC on a Weierstrass curve. | |
| static mcuxClKey_Validation_t | mcuxClKey_Validation_WeierECC_PublicKey |
| Key validation type for a public key used for ECC on a Weierstrass curve. | |
| const mcuxClKey_ValidationDescriptor_t | mcuxClKey_ValidationDesc_WeierECC_PrivateKey |
| Key validation descriptor for a private key used for ECC on a Weierstrass curve. | |
| static mcuxClKey_Validation_t | mcuxClKey_Validation_WeierECC_PrivateKey |
| Key validation type for a private key used for ECC on a Weierstrass curve. | |
ECC related definitions to be used for key handling mechanisms of the mcuxClKey component.