HomeSort by relevance Sort by last modified time
    Searched refs:DecryptMessage (Results 1 - 9 of 9) sorted by null

  /system/keymaster/
android_keymaster_test_utils.h 268 std::string DecryptMessage(const std::string& ciphertext, keymaster_padding_t padding);
269 std::string DecryptMessage(const std::string& ciphertext, keymaster_digest_t digest,
271 std::string DecryptMessage(const std::string& ciphertext, keymaster_block_mode_t block_mode,
273 std::string DecryptMessage(const std::string& ciphertext, keymaster_digest_t digest,
275 std::string DecryptMessage(const std::string& ciphertext, keymaster_block_mode_t block_mode,
277 std::string DecryptMessage(const AuthorizationSet& update_params, const std::string& ciphertext,
280 std::string DecryptMessage(const AuthorizationSet& update_params, const std::string& ciphertext,
android_keymaster_test_utils.cpp 540 string Keymaster2Test::DecryptMessage(const string& ciphertext, keymaster_padding_t padding) {
541 SCOPED_TRACE("DecryptMessage");
548 string Keymaster2Test::DecryptMessage(const string& ciphertext, keymaster_digest_t digest,
550 SCOPED_TRACE("DecryptMessage");
558 string Keymaster2Test::DecryptMessage(const string& ciphertext, keymaster_block_mode_t block_mode,
560 SCOPED_TRACE("DecryptMessage");
568 string Keymaster2Test::DecryptMessage(const string& ciphertext, keymaster_digest_t digest,
570 SCOPED_TRACE("DecryptMessage");
579 string Keymaster2Test::DecryptMessage(const string& ciphertext, keymaster_block_mode_t block_mode,
581 SCOPED_TRACE("DecryptMessage");
    [all...]
android_keymaster_test.cpp     [all...]
  /hardware/interfaces/keymaster/3.0/vts/functional/
keymaster_hidl_hal_test.cpp     [all...]
  /external/curl/lib/vauth/
krb5_sspi.c 341 status = s_pSecFn->DecryptMessage(krb5->context, &input_desc, 0, &qop);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
sspi.h 725 SECURITY_STATUS WINAPI DecryptMessage(PCtxtHandle phContext,PSecBufferDesc pMessage,unsigned __LONG32 MessageSeqNo,unsigned __LONG32 *pfQOP);
    [all...]
  /external/curl/lib/
socks_sspi.c 548 status = s_pSecFn->DecryptMessage(&sspi_context,
553 if(check_sspi_err(conn, status, "DecryptMessage")) {
  /external/curl/lib/vtls/
schannel.c     [all...]
  /external/libcups/cups/
tls-sspi.c 788 scRet = DecryptMessage(&sspi->context, &message, 0, NULL);
819 DEBUG_printf(("5_httpTLSRead: DecryptMessage failed: %s", http_sspi_strerror(sspi->error, sizeof(sspi->error), scRet)));
    [all...]

Completed in 210 milliseconds