Home
last modified time | relevance | path

Searched refs:KeyPair (Results 1 – 25 of 3403) sorted by last modified time

12345678910>>...137

/dports/net-p2p/libswift/libswift-dc0cbcc/
H A Dlivesig.cpp167 KeyPair *KeyPair::Generate(popt_live_sig_alg_t alg, uint16_t keysize, simple_openssl_callback_t cal… in Generate()
178 KeyPair *kp = new KeyPair(alg,evp); in Generate()
183 SwarmPubKey *KeyPair::GetSwarmPubKey() in GetSwarmPubKey()
213 Signature *KeyPair::Sign(uint8_t *data, uint16_t datalength) in Sign()
271 bool KeyPair::Verify(uint8_t *data, uint16_t datalength,Signature &sig) in Verify()
305 uint16_t KeyPair::GetSigSizeInBytes() in GetSigSizeInBytes()
315 KeyPair *KeyPair::ReadPrivateKey(std::string keypairfilename) in ReadPrivateKey()
322 return new KeyPair(alg,pkey); in ReadPrivateKey()
325 int KeyPair::WritePrivateKey(std::string keypairfilename) in WritePrivateKey()
423 KeyPair *SwarmPubKey::GetPublicKeyPair() const in GetPublicKeyPair()
[all …]
/dports/editors/madedit/madedit-0.2.9/syntax/
H A Dsyntax_java.syn70 …KeyManagementException KeyManager KeyManagerFactory KeyManagerFactorySpi KeyPair KeyPairGenerator …
H A Dsyntax_jsp.syn77 …KeyManagementException KeyManager KeyManagerFactory KeyManagerFactorySpi KeyPair KeyPairGenerator …
/dports/audio/murmur/mumble-1.3.3/src/mumble/
H A Dmain.cpp508 Settings::KeyPair kp = CertWizard::importCert(qf.readAll());
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/prov/pkcs11/
H A Dp11_ecdsa.cpp39 return KeyPair::signature_consistency_check(rng, *this, pubkey, "EMSA1(SHA-256)"); in check_key()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/pubkey/dsa/
H A Ddsa.cpp67 return KeyPair::signature_consistency_check(rng, *this, "EMSA1(SHA-256)"); in check_key()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/pubkey/eckcdsa/
H A Deckcdsa.cpp33 return KeyPair::signature_consistency_check(rng, *this, "EMSA1(SHA-256)"); in check_key()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/pubkey/keypair/
H A Dkeypair.cpp14 namespace KeyPair { namespace
H A Dkeypair.h17 namespace KeyPair {
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/pubkey/ecdsa/
H A Decdsa.cpp121 return KeyPair::signature_consistency_check(rng, *this, "EMSA1(SHA-256)"); in check_key()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/pubkey/ecgdsa/
H A Decgdsa.cpp26 return KeyPair::signature_consistency_check(rng, *this, "EMSA1(SHA-256)"); in check_key()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/pubkey/rsa/
H A Drsa.cpp352 return KeyPair::signature_consistency_check(rng, *this, "EMSA4(SHA-256)"); in check_key()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/pubkey/sm2/
H A Dsm2.cpp34 return KeyPair::signature_consistency_check(rng, *this, "user@example.com,SM3"); in check_key()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/pubkey/elgamal/
H A Delgamal.cpp65 return KeyPair::encryption_consistency_check(rng, *this, "OAEP(SHA-256)"); in check_key()
/dports/mail/thunderbird/thunderbird-91.8.0/widget/windows/
H A DWinMouseScrollHandler.cpp280 AutoTArray<KeyPair, 10> keySequence; in SynthesizeNativeMouseScrollEvent()
H A DKeyboardLayout.cpp5201 AutoTArray<KeyPair, 10> keySequence; in SynthesizeNativeKeyEvent()
5204 keySequence.AppendElement(KeyPair(aNativeKeyCode, argumentKeySpecific)); in SynthesizeNativeKeyEvent()
5283 keySequence.AppendElement(KeyPair(aNativeKeyCode, argumentKeySpecific)); in SynthesizeNativeKeyEvent()
H A DWinUtils.cpp1653 void WinUtils::SetupKeyModifiersSequence(nsTArray<KeyPair>* aArray, in SetupKeyModifiersSequence()
1662 KeyPair(VK_CONTROL, VK_LCONTROL, ScanCode::eControlLeft)); in SetupKeyModifiersSequence()
1663 aArray->AppendElement(KeyPair(VK_MENU, VK_RMENU, ScanCode::eAltRight)); in SetupKeyModifiersSequence()
1668 aArray->AppendElement(KeyPair(map[1], map[2], map[3])); in SetupKeyModifiersSequence()
1675 aArray->AppendElement(KeyPair(map[1], map[2], map[3])); in SetupKeyModifiersSequence()
1682 KeyPair(VK_CONTROL, VK_LCONTROL, ScanCode::eControlLeft)); in SetupKeyModifiersSequence()
1683 aArray->AppendElement(KeyPair(VK_MENU, VK_RMENU, ScanCode::eAltRight)); in SetupKeyModifiersSequence()
H A DnsWindowDefs.h82 struct KeyPair { struct
86 KeyPair(uint32_t aGeneral, uint32_t aSpecific) in KeyPair() argument
90 KeyPair(uint8_t aGeneral, uint8_t aSpecific, uint16_t aScanCode) in KeyPair() function
H A DWinUtils.h82 struct KeyPair;
438 static void SetupKeyModifiersSequence(nsTArray<KeyPair>* aArray,
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/taskcluster/
H A DREADME.md1653 #### Ensure a KeyPair for a given worker type exists
1673 #### Ensure a KeyPair for a given worker type does not exist
/dports/mail/thunderbird/thunderbird-91.8.0/security/nss/tests/fips/cavs_samples/DSA2/req/
H A DKeyPair.req2 # "KeyPair" information for "ppcle-nss-64"
/dports/mail/thunderbird/thunderbird-91.8.0/security/nss/tests/fips/cavs_samples/DSA2/sample/
H A DKeyPair.sam2 # "KeyPair" information for "ppcle-nss-64"
/dports/mail/thunderbird/thunderbird-91.8.0/security/nss/tests/fips/cavs_samples/DSA2/fax/
H A DKeyPair.fax2 # "KeyPair" information for "ppcle-nss-64"
/dports/mail/thunderbird/thunderbird-91.8.0/security/nss/tests/fips/cavs_scripts/
H A Decdsa.sh30 name=KeyPair
55 request=KeyPair.req
H A Ddsa.sh31 name=KeyPair
64 request=KeyPair.req

12345678910>>...137