pluginentrydef.h File Reference

Typedef EnumerateCharacteristicsFunc

typedef const TCharacteristics **(* EnumerateCharacteristicsFunc

Crypto Plugin entry function definition The enumeration function definition

Typedef GetExtendedCharacteristicsFuncL

typedef void(* GetExtendedCharacteristicsFuncL

The Extended characteristic function definition

Typedef CreateRandomFuncL

typedef void(* CreateRandomFuncL
Random object Creation function
leave
System wide error code.

Typedef CreateHashFuncL

typedef void(* CreateHashFuncL

Hash object Creation function
leave
System wide error code.

Typedef CreateSymmetricCipherFuncL

typedef void(* CreateSymmetricCipherFuncL
Symmetric Cipher object Creation function
leave
System wide error code.

Typedef CreateAsymmetricCipherFuncL

typedef void(* CreateAsymmetricCipherFuncL
Asymmetric Cipher object Creation function
leave
System wide error code.

Typedef CreateSignerFuncL

typedef void(* CreateSignerFuncL
Signer object Creation function
leave
System wide error code.

Typedef CreateVerifierFuncL

typedef void(* CreateVerifierFuncL
Verifier object Creation function
leave
System wide error code.

Typedef CreateKeyAgreementFuncL

typedef void(* CreateKeyAgreementFuncL
KeyAgreement object Creation function
leave
System wide error code.

Typedef CreateKeyPairGeneratorFuncL

typedef void(* CreateKeyPairGeneratorFuncL
Key Pair Generator object Creation function
leave
System wide error code.