Home
last modified time | relevance | path

Searched defs:recipient_private_key (Results 1 – 7 of 7) sorted by relevance

/external/tink/cc/hybrid/internal/
Dhpke_key_boringssl.cc37 absl::string_view recipient_private_key) { in New()
47 util::Status HpkeKeyBoringSsl::Init(absl::string_view recipient_private_key) { in Init()
Dhpke_decrypt.h49 const util::SecretData& recipient_private_key) in HpkeDecrypt()
Dhpke_key_boringssl.h52 const EVP_HPKE_KEY* recipient_private_key() const { in recipient_private_key() function
Dhpke_decrypt.cc40 const HpkePrivateKey& recipient_private_key) { in New()
Dhpke_context.cc69 const HpkeParams& params, const util::SecretData& recipient_private_key, in SetupRecipient()
Dhpke_test_util.h39 std::string recipient_private_key; // skRm member
Dhpke_context_boringssl.cc75 const HpkeParams& params, const util::SecretData& recipient_private_key, in SetupRecipient()