OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DecryptMessage
(Results
1 - 2
of
2
) sorted by null
/system/keymaster/
android_keymaster_test_utils.cpp
545
string Keymaster2Test::
DecryptMessage
(const string& ciphertext, keymaster_padding_t padding) {
546
SCOPED_TRACE("
DecryptMessage
");
553
string Keymaster2Test::
DecryptMessage
(const string& ciphertext, keymaster_digest_t digest,
555
SCOPED_TRACE("
DecryptMessage
");
563
string Keymaster2Test::
DecryptMessage
(const string& ciphertext, keymaster_block_mode_t block_mode,
565
SCOPED_TRACE("
DecryptMessage
");
573
string Keymaster2Test::
DecryptMessage
(const string& ciphertext, keymaster_digest_t digest,
575
SCOPED_TRACE("
DecryptMessage
");
584
string Keymaster2Test::
DecryptMessage
(const string& ciphertext, keymaster_block_mode_t block_mode,
586
SCOPED_TRACE("
DecryptMessage
");
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
sspi.h
721
SECURITY_STATUS WINAPI
DecryptMessage
(PCtxtHandle phContext,PSecBufferDesc pMessage,unsigned __LONG32 MessageSeqNo,unsigned __LONG32 *pfQOP);
[
all
...]
Completed in 311 milliseconds