OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DecryptMessage
(Results
1 - 7
of
7
) sorted by null
/system/keymaster/
android_keymaster_test_utils.h
261
std::string
DecryptMessage
(const std::string& ciphertext, keymaster_padding_t padding);
262
std::string
DecryptMessage
(const std::string& ciphertext, keymaster_digest_t digest,
264
std::string
DecryptMessage
(const std::string& ciphertext, keymaster_block_mode_t block_mode,
266
std::string
DecryptMessage
(const std::string& ciphertext, keymaster_digest_t digest,
268
std::string
DecryptMessage
(const std::string& ciphertext, keymaster_block_mode_t block_mode,
270
std::string
DecryptMessage
(const AuthorizationSet& update_params, const std::string& ciphertext,
273
std::string
DecryptMessage
(const AuthorizationSet& update_params, const std::string& ciphertext,
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
...]
android_keymaster_test.cpp
[
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
...]
/external/curl/lib/
socks_sspi.c
544
status = s_pSecFn->
DecryptMessage
(&sspi_context,
549
if(check_sspi_err(conn, status, "
DecryptMessage
")) {
curl_sasl_sspi.c
[
all
...]
/external/curl/lib/vtls/
schannel.c
[
all
...]
Completed in 270 milliseconds