Home
last modified time | relevance | path

Searched defs:recipient_public_key (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/tink/cc/hybrid/internal/
H A Dhpke_encrypt_boringssl.cc41 absl::string_view recipient_public_key, absl::string_view context_info) { in New()
54 absl::string_view recipient_public_key, absl::string_view context_info, in NewForTesting()
67 absl::string_view recipient_public_key, absl::string_view context_info) { in Init()
97 absl::string_view recipient_public_key, absl::string_view context_info, in InitForTesting()
H A Dhpke_encrypt.h47 const google::crypto::tink::HpkePublicKey& recipient_public_key) in HpkeEncrypt()
H A Dhpke_encrypt.cc33 const HpkePublicKey& recipient_public_key) { in New()
H A Dtest_hpke_context_boringssl.cc36 const HpkeParams &params, absl::string_view recipient_public_key, in SetupSender()
H A Dhpke_context.cc53 const HpkeParams& params, absl::string_view recipient_public_key, in SetupSender()
H A Dhpke_test_util.h33 std::string recipient_public_key; // pkRm member
H A Dhpke_context_boringssl.cc39 absl::string_view recipient_public_key, in SetupSender()
H A Dhpke_decrypt_test.cc54 absl::string_view recipient_public_key, in Encrypt()
/aosp_15_r20/system/security/keystore2/src/
H A Dec_crypto.rs101 let recipient_public_key = self.public_key()?; in decrypt_message() localVariable