Home
last modified time | relevance | path

Searched refs:load_key (Results 101 – 125 of 1008) sorted by relevance

12345678910>>...41

/dports/editors/lazarus/lazarus/components/aggpas/
H A Dfind_compilers_linux.dpr135 e_scan = (expect_lp ,load_key ,load_val ,next_ln ,expect_crlf );
171 scan:=load_key;
178 load_key :
231 scan:=load_key;
/dports/editors/lazarus-qt5/lazarus/components/aggpas/
H A Dfind_compilers_linux.dpr135 e_scan = (expect_lp ,load_key ,load_val ,next_ln ,expect_crlf );
171 scan:=load_key;
178 load_key :
231 scan:=load_key;
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/aggpas/
H A Dfind_compilers_linux.dpr135 e_scan = (expect_lp ,load_key ,load_val ,next_ln ,expect_crlf );
171 scan:=load_key;
178 load_key :
231 scan:=load_key;
/dports/net/krill/krill-0.9.4/src/commons/util/
H A Dsoftsigner.rs77 fn load_key(&self, id: &KeyIdentifier) -> Result<OpenSslKeyPair, SignerError> { in load_key() method
118 let key_pair = self.load_key(key_id)?; in get_key_info()
141 let key_pair = self.load_key(key_id)?; in sign()
/dports/devel/monotone/monotone-1.1/src/
H A Dkey_packet.cc113 Botan::X509::load_key(key_block); in validate_public_key_data()
129 Botan::PKCS8::load_key(ds, lazy_rng::get(), string()); in validate_private_key_data()
131 Botan::PKCS8::load_key(ds, string()); in validate_private_key_data()
H A Dpacket.cc163 Botan::X509::load_key(key_block); in validate_public_key_data()
179 Botan::PKCS8::load_key(ds, lazy_rng::get(), Dummy_UI()); in validate_private_key_data()
181 Botan::PKCS8::load_key(ds, lazy_rng::get(), string()); in validate_private_key_data()
183 Botan::PKCS8::load_key(ds, string()); in validate_private_key_data()
H A Dkey_store.cc577 pkcs8_key.reset(Botan::PKCS8::load_key(ds, lazy_rng::get(), Dummy_UI())); in decrypt_private_key()
579 pkcs8_key.reset(Botan::PKCS8::load_key(ds, lazy_rng::get(), "")); in decrypt_private_key()
581 pkcs8_key.reset(Botan::PKCS8::load_key(ds, "")); in decrypt_private_key()
617 pkcs8_key.reset(Botan::PKCS8::load_key(ds, lazy_rng::get(), in decrypt_private_key()
620 pkcs8_key.reset(Botan::PKCS8::load_key(ds, phrase())); in decrypt_private_key()
917 shared_ptr<X509_PublicKey>(Botan::X509::load_key(pub_block)); in make_signature()
1124 pkcs8_key.reset(Botan::PKCS8::load_key(ds, lazy_rng::get())); in migrate_old_key_pair()
1126 pkcs8_key.reset(Botan::PKCS8::load_key(ds)); in migrate_old_key_pair()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/cpu/x86/
H A DstubGenerator_x86_64.cpp3188 load_key(xmm_temp1, key, 0x00, xmm_key_shuf_mask); in generate_aescrypt_encryptBlock()
3191 load_key(xmm_temp1, key, 0x10, xmm_key_shuf_mask); in generate_aescrypt_encryptBlock()
3192 load_key(xmm_temp2, key, 0x20, xmm_key_shuf_mask); in generate_aescrypt_encryptBlock()
3474 load_key(xmm_temp, key, 0xe0); in generate_cipherBlockChaining_encryptAESCrypt()
3632 load_key(xmm1, key, 0xc0); // 0xc0; in generate_cipherBlockChaining_decryptAESCrypt_Parallel()
3639 load_key(xmm1, key, 0xe0); // 0xe0; in generate_cipherBlockChaining_decryptAESCrypt_Parallel()
3641 load_key(xmm15, key, 0xb0); // 0xb0; in generate_cipherBlockChaining_decryptAESCrypt_Parallel()
3643 load_key(xmm1, key, 0xc0); // 0xc0; in generate_cipherBlockChaining_decryptAESCrypt_Parallel()
3749 load_key(key_tmp, key, 0xc0); in generate_cipherBlockChaining_decryptAESCrypt_Parallel()
3751 load_key(key_tmp, key, 0xd0); in generate_cipherBlockChaining_decryptAESCrypt_Parallel()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/cpu/x86/
H A DstubGenerator_x86_64.cpp3189 load_key(xmm_temp1, key, 0x00, xmm_key_shuf_mask); in generate_aescrypt_encryptBlock()
3192 load_key(xmm_temp1, key, 0x10, xmm_key_shuf_mask); in generate_aescrypt_encryptBlock()
3193 load_key(xmm_temp2, key, 0x20, xmm_key_shuf_mask); in generate_aescrypt_encryptBlock()
3475 load_key(xmm_temp, key, 0xe0); in generate_cipherBlockChaining_encryptAESCrypt()
3633 load_key(xmm1, key, 0xc0); // 0xc0; in generate_cipherBlockChaining_decryptAESCrypt_Parallel()
3640 load_key(xmm1, key, 0xe0); // 0xe0; in generate_cipherBlockChaining_decryptAESCrypt_Parallel()
3642 load_key(xmm15, key, 0xb0); // 0xb0; in generate_cipherBlockChaining_decryptAESCrypt_Parallel()
3644 load_key(xmm1, key, 0xc0); // 0xc0; in generate_cipherBlockChaining_decryptAESCrypt_Parallel()
3750 load_key(key_tmp, key, 0xc0); in generate_cipherBlockChaining_decryptAESCrypt_Parallel()
3752 load_key(key_tmp, key, 0xd0); in generate_cipherBlockChaining_decryptAESCrypt_Parallel()
[all …]
/dports/security/py-msoffcrypto-tool/msoffcrypto-tool-4.11.0/msoffcrypto/format/
H A Dbase.py13 def load_key(self): member in BaseOfficeFile
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/fuzzer/
H A Dpkcs8.cpp18 std::unique_ptr<Botan::Private_Key> key = Botan::PKCS8::load_key(input); in fuzz()
/dports/security/botan2/Botan-2.18.2/src/fuzzer/
H A Dpkcs8.cpp18 std::unique_ptr<Botan::Private_Key> key = Botan::PKCS8::load_key(input); in fuzz()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/fuzzer/
H A Dpkcs8.cpp18 std::unique_ptr<Botan::Private_Key> key = Botan::PKCS8::load_key(input); in fuzz()
/dports/sysutils/py-salt/salt-3004.1/salt/returners/
H A Dredis_return.py315 load_key = ret_key.replace("ret:", "load:", 1)
316 if load_key not in living_jids:
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/cpu/x86/
H A DstubGenerator_x86_64.cpp3513 load_key(xmm_temp1, key, 0x00, xmm_key_shuf_mask); in generate_aescrypt_encryptBlock()
3516 load_key(xmm_temp1, key, 0x10, xmm_key_shuf_mask); in generate_aescrypt_encryptBlock()
3517 load_key(xmm_temp2, key, 0x20, xmm_key_shuf_mask); in generate_aescrypt_encryptBlock()
3799 load_key(xmm_temp, key, 0xe0); in generate_cipherBlockChaining_encryptAESCrypt()
3957 load_key(xmm1, key, 0xc0); // 0xc0; in generate_cipherBlockChaining_decryptAESCrypt_Parallel()
3964 load_key(xmm1, key, 0xe0); // 0xe0; in generate_cipherBlockChaining_decryptAESCrypt_Parallel()
3966 load_key(xmm15, key, 0xb0); // 0xb0; in generate_cipherBlockChaining_decryptAESCrypt_Parallel()
3968 load_key(xmm1, key, 0xc0); // 0xc0; in generate_cipherBlockChaining_decryptAESCrypt_Parallel()
4074 load_key(key_tmp, key, 0xc0); in generate_cipherBlockChaining_decryptAESCrypt_Parallel()
4076 load_key(key_tmp, key, 0xd0); in generate_cipherBlockChaining_decryptAESCrypt_Parallel()
[all …]
/dports/security/py-m2crypto/M2Crypto-0.38.0/tests/
H A Dtest_evp.py243 pkey = EVP.load_key('tests/signer_key.pem')
272 pkey = EVP.load_key('tests/ed25519.priv.pem')
298 pkey = EVP.load_key('tests/ec.priv.pem')
327 EVP.load_key('thisdoesnotexist-dfgh56789')
329 EVP.load_key('tests/signer.pem') # not a key
342 SIGN_PRIVATE = EVP.load_key('tests/rsa.priv.pem')
/dports/accessibility/caribou/caribou-0.4.21/libcaribou/
H A Dxml-deserializer.vala158 column.add_key (load_key (i, align));
162 public static KeyModel load_key (Xml.Node* node, string? align) {
193 key.add_subkey (load_key (i, null));
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/tests/
H A Dtest_clang_bug.cpp98 Botan::PKCS8::load_key(ds, Test::rng(), pw); in run()
/dports/security/botan2/Botan-2.18.2/src/tests/
H A Dtest_clang_bug.cpp98 Botan::PKCS8::load_key(ds, Test::rng(), pw); in run()
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/cli/
H A Dpk_crypt.cpp42 std::unique_ptr<Botan::Public_Key> key(Botan::X509::load_key(get_arg("pubkey"))); in go()
125 std::unique_ptr<Botan::Private_Key> key = Botan::PKCS8::load_key(input_stream, get_pass); in go()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/cli/
H A Dpk_crypt.cpp42 std::unique_ptr<Botan::Public_Key> key(Botan::X509::load_key(get_arg("pubkey"))); in go()
125 std::unique_ptr<Botan::Private_Key> key = Botan::PKCS8::load_key(input_stream, get_pass); in go()
/dports/security/botan2/Botan-2.18.2/src/cli/
H A Dpk_crypt.cpp42 std::unique_ptr<Botan::Public_Key> key(Botan::X509::load_key(get_arg("pubkey"))); in go()
125 std::unique_ptr<Botan::Private_Key> key = Botan::PKCS8::load_key(input_stream, get_pass); in go()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/cpu/x86/
H A DstubGenerator_x86_64.cpp3534 load_key(xmm_temp1, key, 0x00, xmm_key_shuf_mask); in generate_aescrypt_encryptBlock()
3537 load_key(xmm_temp1, key, 0x10, xmm_key_shuf_mask); in generate_aescrypt_encryptBlock()
3538 load_key(xmm_temp2, key, 0x20, xmm_key_shuf_mask); in generate_aescrypt_encryptBlock()
3820 load_key(xmm_temp, key, 0xe0); in generate_cipherBlockChaining_encryptAESCrypt()
3978 load_key(xmm1, key, 0xc0); // 0xc0; in generate_cipherBlockChaining_decryptAESCrypt_Parallel()
3985 load_key(xmm1, key, 0xe0); // 0xe0; in generate_cipherBlockChaining_decryptAESCrypt_Parallel()
3987 load_key(xmm15, key, 0xb0); // 0xb0; in generate_cipherBlockChaining_decryptAESCrypt_Parallel()
3989 load_key(xmm1, key, 0xc0); // 0xc0; in generate_cipherBlockChaining_decryptAESCrypt_Parallel()
4095 load_key(key_tmp, key, 0xc0); in generate_cipherBlockChaining_decryptAESCrypt_Parallel()
4097 load_key(key_tmp, key, 0xd0); in generate_cipherBlockChaining_decryptAESCrypt_Parallel()
[all …]
/dports/security/py-authlib/Authlib-0.15.5/authlib/integrations/base_client/
H A Dremote_app.py167 def load_key(header, payload): function
197 token['id_token'], key=load_key,
/dports/security/tpm2-abrmd/tpm2-abrmd-2.4.0/test/integration/
H A Dmanage-transient-keys.int.c36 rc = load_key (sapi_context, in test_invoke()

12345678910>>...41