Enum parsec_interface::operations::NativeOperation[][src]

pub enum NativeOperation {
Show 24 variants ListProviders(Operation), ListOpcodes(Operation), ListAuthenticators(Operation), ListKeys(Operation), ListClients(Operation), DeleteClient(Operation), Ping(Operation), PsaGenerateKey(Operation), PsaImportKey(Operation), PsaExportPublicKey(Operation), PsaExportKey(Operation), PsaDestroyKey(Operation), PsaSignHash(Operation), PsaVerifyHash(Operation), PsaHashCompute(Operation), PsaHashCompare(Operation), PsaAsymmetricEncrypt(Operation), PsaAsymmetricDecrypt(Operation), PsaAeadEncrypt(Operation), PsaAeadDecrypt(Operation), PsaGenerateRandom(Operation), PsaRawKeyAgreement(Operation), PsaSignMessage(Operation), PsaVerifyMessage(Operation),
}
Expand description

Container type for operation conversion values, holding a native operation object to be passed in/out of a converter.

Variants

ListProviders

ListProviders operation

Tuple Fields of ListProviders

0: Operation
ListOpcodes

ListOpcodes operation

Tuple Fields of ListOpcodes

0: Operation
ListAuthenticators

ListAuthenticators operation

Tuple Fields of ListAuthenticators

0: Operation
ListKeys

ListKeys operation

Tuple Fields of ListKeys

0: Operation
ListClients

ListClients operation

Tuple Fields of ListClients

0: Operation
DeleteClient

DeleteClient operation

Tuple Fields of DeleteClient

0: Operation
Ping

Ping operation

Tuple Fields of Ping

0: Operation
PsaGenerateKey

PsaGenerateKey operation

Tuple Fields of PsaGenerateKey

0: Operation
PsaImportKey

PsaImportKey operation

Tuple Fields of PsaImportKey

0: Operation
PsaExportPublicKey

PsaExportPublicKey operation

Tuple Fields of PsaExportPublicKey

0: Operation
PsaExportKey

PsaExportKey operation

Tuple Fields of PsaExportKey

0: Operation
PsaDestroyKey

PsaDestroyKey operation

Tuple Fields of PsaDestroyKey

0: Operation
PsaSignHash

PsaSignHash operation

Tuple Fields of PsaSignHash

0: Operation
PsaVerifyHash

PsaVerifyHash operation

Tuple Fields of PsaVerifyHash

0: Operation
PsaHashCompute

PsaHashCompute operation

Tuple Fields of PsaHashCompute

0: Operation
PsaHashCompare

PsaHashCompare operation

Tuple Fields of PsaHashCompare

0: Operation
PsaAsymmetricEncrypt

PsaAsymmetricEncrypt operation

Tuple Fields of PsaAsymmetricEncrypt

0: Operation
PsaAsymmetricDecrypt

PsaAsymmetricDecrypt operation

Tuple Fields of PsaAsymmetricDecrypt

0: Operation
PsaAeadEncrypt

PsaAeadEncrypt operation

Tuple Fields of PsaAeadEncrypt

0: Operation
PsaAeadDecrypt

PsaAeadDecrypt operation

Tuple Fields of PsaAeadDecrypt

0: Operation
PsaGenerateRandom

PsaGenerateRandom operation

Tuple Fields of PsaGenerateRandom

0: Operation
PsaRawKeyAgreement

PsaRawKeyAgreement operation

Tuple Fields of PsaRawKeyAgreement

0: Operation
PsaSignMessage

PsaSignMessage operation

Tuple Fields of PsaSignMessage

0: Operation
PsaVerifyMessage

PsaVerifyMessage operation

Tuple Fields of PsaVerifyMessage

0: Operation

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.

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.