Home
last modified time | relevance | path

Searched defs:create_mac (Results 1 – 4 of 4) sorted by relevance

/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/lib/pubkey/ecies/
H A Decies.cpp217 std::unique_ptr<MessageAuthenticationCode> ECIES_System_Params::create_mac() const in create_mac() function in Botan::ECIES_System_Params
/dports/security/botan2/Botan-2.18.2/src/lib/pubkey/ecies/
H A Decies.cpp217 std::unique_ptr<MessageAuthenticationCode> ECIES_System_Params::create_mac() const in create_mac() function in Botan::ECIES_System_Params
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/pubkey/ecies/
H A Decies.cpp217 std::unique_ptr<MessageAuthenticationCode> ECIES_System_Params::create_mac() const in create_mac() function in Botan::ECIES_System_Params
/dports/net/ryu/ryu-4.26/ryu/controller/
H A Dnetwork.py456 def create_mac(self, network_id, dpid, port_no, mac_address): member in Network