|
int | SHA1hash (OMEthread *thread, OMEtype &result, const OMEtype &message) |
|
int | SHA256hash (OMEthread *thread, OMEtype &result, const OMEtype &message) |
|
int | MD5hash (OMEthread *thread, OMEtype &result, const OMEtype &message) |
|
int | makePublicKeyPair (OMEthread *thread, OMEtype &result, const OMEtype &secret) |
|
int | makeSessionKey (OMEthread *thread, OMEtype &result, const OMEtype &publicKey, const OMEtype &randomData) |
|
int | decryptSessionKey (OMEthread *thread, OMEtype &result, const OMEtype &privateKey, const OMEtype &encryptedKey) |
|
int | initializeCipher (OMEthread *thread, OMEtype &result, const OMEtype &secret, const OMEtype &dir, const OMEtype &initVec) |
|
int | freeCipher (OMEthread *thread, OMEtype &result, const OMEtype &cipherData) |
|
int | encryptMessage (OMEthread *thread, OMEtype &result, const OMEtype &cipherData, const OMEtype &message) |
|
int | decryptMessage (OMEthread *thread, OMEtype &result, const OMEtype &cipherData, const OMEtype &message) |
|
int | getRandomInteger (OMEthread *thread, OMEtype &result, const OMEtype &upperBound) |
|
int | makeRandomKey (OMEthread *thread, OMEtype &result, const OMEtype &desiredBits) |
|
int | getLocalizedData (OMEthread *thread, OMEtype &result, OMEtype &fileName, OMEtype &attrName) |
|
int | getHostKey (OMEthread *thread, OMEtype &result, const OMEtype &secret, const OMEtype &logicalDomain) |
|
int | getRemoteHostKey (OMEthread *thread, OMEtype &result, const OMEtype &rmtHostName, const OMEtype &logicalDomain) |
|