Enum parsec_interface::operations::NativeResult [−][src]
pub enum NativeResult {}Show 24 variants
ListProviders(Result), ListOpcodes(Result), ListAuthenticators(Result), ListKeys(Result), ListClients(Result), DeleteClient(Result), Ping(Result), PsaGenerateKey(Result), PsaImportKey(Result), PsaExportPublicKey(Result), PsaExportKey(Result), PsaDestroyKey(Result), PsaSignHash(Result), PsaHashCompute(Result), PsaHashCompare(Result), PsaVerifyHash(Result), PsaAsymmetricEncrypt(Result), PsaAsymmetricDecrypt(Result), PsaAeadEncrypt(Result), PsaAeadDecrypt(Result), PsaGenerateRandom(Result), PsaRawKeyAgreement(Result), PsaSignMessage(Result), PsaVerifyMessage(Result),
Expand description
Container type for result conversion values, holding a native result object to be passed in/out of the converter.
Variants
ListProviders result
Tuple Fields of ListProviders
0: Result
ListOpcodes result
Tuple Fields of ListOpcodes
0: Result
ListAuthenticators result
Tuple Fields of ListAuthenticators
0: Result
ListKeys result
Tuple Fields of ListKeys
0: Result
ListClients result
Tuple Fields of ListClients
0: Result
DeleteClient result
Tuple Fields of DeleteClient
0: Result
Ping result
Tuple Fields of Ping
0: Result
PsaGenerateKey result
Tuple Fields of PsaGenerateKey
0: Result
PsaImportKey result
Tuple Fields of PsaImportKey
0: Result
PsaExportPublicKey result
Tuple Fields of PsaExportPublicKey
0: Result
PsaExportKey result
Tuple Fields of PsaExportKey
0: Result
PsaDestroyKey result
Tuple Fields of PsaDestroyKey
0: Result
PsaSignHash result
Tuple Fields of PsaSignHash
0: Result
PsaHashCompute result
Tuple Fields of PsaHashCompute
0: Result
PsaHashCompare result
Tuple Fields of PsaHashCompare
0: Result
PsaVerifyHash result
Tuple Fields of PsaVerifyHash
0: Result
PsaAsymmetricEncrypt result
Tuple Fields of PsaAsymmetricEncrypt
0: Result
PsaAsymmetricDecrypt result
Tuple Fields of PsaAsymmetricDecrypt
0: Result
PsaAeadEncrypt result
Tuple Fields of PsaAeadEncrypt
0: Result
PsaAeadDecrypt result
Tuple Fields of PsaAeadDecrypt
0: Result
PsaGenerateRandom result
Tuple Fields of PsaGenerateRandom
0: Result
PsaRawKeyAgreement result
Tuple Fields of PsaRawKeyAgreement
0: Result
PsaSignMessage result
Tuple Fields of PsaSignMessage
0: Result
PsaVerifyMessage result
Tuple Fields of PsaVerifyMessage
0: Result