OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:EncryptMessage
(Results
1 - 2
of
2
) sorted by null
/system/keymaster/
android_keymaster_test_utils.cpp
469
string Keymaster2Test::
EncryptMessage
(const string& message, keymaster_padding_t padding,
471
SCOPED_TRACE("
EncryptMessage
");
487
string Keymaster2Test::
EncryptMessage
(const string& message, keymaster_digest_t digest,
490
return
EncryptMessage
(update_params, message, digest, padding, generated_nonce);
493
string Keymaster2Test::
EncryptMessage
(const string& message, keymaster_block_mode_t block_mode,
496
return
EncryptMessage
(update_params, message, block_mode, padding, generated_nonce);
499
string Keymaster2Test::
EncryptMessage
(const AuthorizationSet& update_params, const string& message,
502
SCOPED_TRACE("
EncryptMessage
");
518
string Keymaster2Test::
EncryptMessage
(const AuthorizationSet& update_params, const string& message,
521
SCOPED_TRACE("
EncryptMessage
");
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
sspi.h
717
SECURITY_STATUS WINAPI
EncryptMessage
(PCtxtHandle phContext,unsigned __LONG32 fQOP,PSecBufferDesc pMessage,unsigned __LONG32 MessageSeqNo);
[
all
...]
Completed in 388 milliseconds