pub enum NativeResult {
Show 29 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), PsaCipherEncrypt(Result), PsaCipherDecrypt(Result), PsaGenerateRandom(Result), PsaRawKeyAgreement(Result), PsaSignMessage(Result), PsaVerifyMessage(Result), CanDoCrypto(Result), AttestKey(Result), PrepareKeyAttestation(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)

ListProviders result

ListOpcodes(Result)

ListOpcodes result

ListAuthenticators(Result)

ListAuthenticators result

ListKeys(Result)

ListKeys result

ListClients(Result)

ListClients result

DeleteClient(Result)

DeleteClient result

Ping(Result)

Ping result

PsaGenerateKey(Result)

PsaGenerateKey result

PsaImportKey(Result)

PsaImportKey result

PsaExportPublicKey(Result)

PsaExportPublicKey result

PsaExportKey(Result)

PsaExportKey result

PsaDestroyKey(Result)

PsaDestroyKey result

PsaSignHash(Result)

PsaSignHash result

PsaHashCompute(Result)

PsaHashCompute result

PsaHashCompare(Result)

PsaHashCompare result

PsaVerifyHash(Result)

PsaVerifyHash result

PsaAsymmetricEncrypt(Result)

PsaAsymmetricEncrypt result

PsaAsymmetricDecrypt(Result)

PsaAsymmetricDecrypt result

PsaAeadEncrypt(Result)

PsaAeadEncrypt result

PsaAeadDecrypt(Result)

PsaAeadDecrypt result

PsaCipherEncrypt(Result)

PsaCipherEncrypt result

PsaCipherDecrypt(Result)

PsaCipherDecrypt result

PsaGenerateRandom(Result)

PsaGenerateRandom result

PsaRawKeyAgreement(Result)

PsaRawKeyAgreement result

PsaSignMessage(Result)

PsaSignMessage result

PsaVerifyMessage(Result)

PsaVerifyMessage result

CanDoCrypto(Result)

CanDoCrypto result

AttestKey(Result)

AttestKey result

PrepareKeyAttestation(Result)

AttestKey result

Implementations

Return the opcode of the operation associated.

Trait Implementations

Formats the value using the given formatter. Read more

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.