Home
last modified time | relevance | path

Searched refs:load_key (Results 76 – 100 of 1008) sorted by relevance

12345678910>>...41

/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/tests/
H A Dtest_ed25519.cpp95 … std::unique_ptr<Botan::Private_Key> priv_key(Botan::PKCS8::load_key(priv_data, Test::rng())); in run()
99 std::unique_ptr<Botan::Public_Key> pub_key(Botan::X509::load_key(pub_data)); in run()
H A Dtest_pubkey.cpp119 …std::unique_ptr<Botan::Public_Key> pubkey(Botan::X509::load_key(Botan::X509::BER_encode(*privkey))… in run_one_test()
613 Botan::PKCS8::load_key(data_src, Test::rng(), passphrase)); in test_pbe_roundtrip()
632 Botan::PKCS8::load_key(data_src, Test::rng(), passphrase)); in test_pbe_roundtrip()
685 std::unique_ptr<Botan::Public_Key> loaded(Botan::X509::load_key(data_src)); in run()
706 std::unique_ptr<Botan::Public_Key> loaded(Botan::X509::load_key(data_src)); in run()
723 Botan::PKCS8::load_key(data_src, Test::rng())); in run()
737 … std::unique_ptr<Botan::Public_Key> loaded(Botan::PKCS8::load_key(data_src, Test::rng())); in run()
/dports/security/botan2/Botan-2.18.2/src/tests/
H A Dtest_ed25519.cpp95 … std::unique_ptr<Botan::Private_Key> priv_key(Botan::PKCS8::load_key(priv_data, Test::rng())); in run()
99 std::unique_ptr<Botan::Public_Key> pub_key(Botan::X509::load_key(pub_data)); in run()
H A Dtest_pubkey.cpp119 …std::unique_ptr<Botan::Public_Key> pubkey(Botan::X509::load_key(Botan::X509::BER_encode(*privkey))… in run_one_test()
613 Botan::PKCS8::load_key(data_src, Test::rng(), passphrase)); in test_pbe_roundtrip()
632 Botan::PKCS8::load_key(data_src, Test::rng(), passphrase)); in test_pbe_roundtrip()
685 std::unique_ptr<Botan::Public_Key> loaded(Botan::X509::load_key(data_src)); in run()
706 std::unique_ptr<Botan::Public_Key> loaded(Botan::X509::load_key(data_src)); in run()
723 Botan::PKCS8::load_key(data_src, Test::rng())); in run()
737 … std::unique_ptr<Botan::Public_Key> loaded(Botan::PKCS8::load_key(data_src, Test::rng())); in run()
/dports/security/py-msoffcrypto-tool/msoffcrypto-tool-4.11.0/
H A DPKG-INFO69 file.load_key(password="Passw0rd")
84 file.load_key(password="Passw0rd")
99 file.load_key(password="Passw0rd", verify_password=True)
102 file.load_key(private_key=open("priv.pem", "rb"))
105 …file.load_key(secret_key=binascii.unhexlify("AE8C36E68B4BB9EA46E5544A5FDB6693875B2FDE1507CBC65C8BC…
H A DREADME.md61 file.load_key(password="Passw0rd")
76 file.load_key(password="Passw0rd")
91 file.load_key(password="Passw0rd", verify_password=True)
94 file.load_key(private_key=open("priv.pem", "rb"))
97 file.load_key(secret_key=binascii.unhexlify("AE8C36E68B4BB9EA46E5544A5FDB6693875B2FDE1507CBC65C8BCF…
/dports/security/py-msoffcrypto-tool/msoffcrypto-tool-4.11.0/msoffcrypto_tool.egg-info/
H A DPKG-INFO69 file.load_key(password="Passw0rd")
84 file.load_key(password="Passw0rd")
99 file.load_key(password="Passw0rd", verify_password=True)
102 file.load_key(private_key=open("priv.pem", "rb"))
105 …file.load_key(secret_key=binascii.unhexlify("AE8C36E68B4BB9EA46E5544A5FDB6693875B2FDE1507CBC65C8BC…
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/google-endpoints/test/
H A Dtest_tokens.py38 ec_jwk = jwk.ECKey(use="sig").load_key(ecc.P256)
41 rsa_key = jwk.RSAKey(use="sig").load_key(PublicKey.RSA.generate(1024))
136 new_ec_jwk = jwk.ECKey(use="sig").load_key(ecc.P256)
165 new_jwk = jwk.ECKey(use="sig").load_key(ecc.P256)
/dports/databases/mariadb103-server/mariadb-10.3.34/plugin/aws_key_management/
H A Daws_key_management_plugin.cc103 static int load_key(KEY_INFO *info);
327 static int load_key(KEY_INFO *info) in load_key() function
406 if (load_key(&info)) in get_latest_key_version_nolock()
569 if (load_key(&info)) in rotate_single_key()
631 load_key(&info); in get_key()
/dports/databases/mariadb104-server/mariadb-10.4.24/plugin/aws_key_management/
H A Daws_key_management_plugin.cc103 static int load_key(KEY_INFO *info);
331 static int load_key(KEY_INFO *info) in load_key() function
410 if (load_key(&info)) in get_latest_key_version_nolock()
573 if (load_key(&info)) in rotate_single_key()
635 load_key(&info); in get_key()
/dports/databases/mariadb104-client/mariadb-10.4.24/plugin/aws_key_management/
H A Daws_key_management_plugin.cc103 static int load_key(KEY_INFO *info);
331 static int load_key(KEY_INFO *info)
410 if (load_key(&info))
573 if (load_key(&info))
635 load_key(&info);
/dports/databases/mariadb103-client/mariadb-10.3.34/plugin/aws_key_management/
H A Daws_key_management_plugin.cc103 static int load_key(KEY_INFO *info);
327 static int load_key(KEY_INFO *info) in load_key() function
406 if (load_key(&info)) in get_latest_key_version_nolock()
569 if (load_key(&info)) in rotate_single_key()
631 load_key(&info); in get_key()
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/plugins/out_kafka/librdkafka-1.7.0/tests/
H A D0097-ssl_verify.cpp217 cert_load_t load_key,
228 ", load_key=" << load_names[load_key] <<
247 if (load_key == USE_CONF)
249 else if (load_key == USE_SETTER)
/dports/security/botan110/Botan-1.10.17/src/wrap/python/
H A Drsa.cpp97 PKCS8::load_key(in, in Py_RSA_PrivateKey()
113 PKCS8::load_key(in, in Py_RSA_PrivateKey()
168 Public_Key* x509_key = X509::load_key(in); in Py_RSA_PublicKey()
/dports/databases/mariadb105-client/mariadb-10.5.15/plugin/aws_key_management/
H A Daws_key_management_plugin.cc104 static int load_key(KEY_INFO *info);
336 static int load_key(KEY_INFO *info) in load_key() function
415 if (load_key(&info)) in get_latest_key_version_nolock()
578 if (load_key(&info)) in rotate_single_key()
640 load_key(&info); in get_key()
/dports/databases/mariadb105-server/mariadb-10.5.15/plugin/aws_key_management/
H A Daws_key_management_plugin.cc104 static int load_key(KEY_INFO *info);
336 static int load_key(KEY_INFO *info) in load_key() function
415 if (load_key(&info)) in get_latest_key_version_nolock()
578 if (load_key(&info)) in rotate_single_key()
640 load_key(&info); in get_key()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/x86/
H A DstubGenerator_x86_64.cpp3048 load_key(xmm_temp1, key, 0x00, xmm_key_shuf_mask); in generate_aescrypt_encryptBlock()
3051 load_key(xmm_temp1, key, 0x10, xmm_key_shuf_mask); in generate_aescrypt_encryptBlock()
3052 load_key(xmm_temp2, key, 0x20, xmm_key_shuf_mask); in generate_aescrypt_encryptBlock()
3334 load_key(xmm_temp, key, 0xe0); in generate_cipherBlockChaining_encryptAESCrypt()
3492 load_key(xmm1, key, 0xc0); // 0xc0; in generate_cipherBlockChaining_decryptAESCrypt_Parallel()
3499 load_key(xmm1, key, 0xe0); // 0xe0; in generate_cipherBlockChaining_decryptAESCrypt_Parallel()
3501 load_key(xmm15, key, 0xb0); // 0xb0; in generate_cipherBlockChaining_decryptAESCrypt_Parallel()
3503 load_key(xmm1, key, 0xc0); // 0xc0; in generate_cipherBlockChaining_decryptAESCrypt_Parallel()
3609 load_key(key_tmp, key, 0xc0); in generate_cipherBlockChaining_decryptAESCrypt_Parallel()
3611 load_key(key_tmp, key, 0xd0); in generate_cipherBlockChaining_decryptAESCrypt_Parallel()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/x86/
H A DstubGenerator_x86_64.cpp3048 load_key(xmm_temp1, key, 0x00, xmm_key_shuf_mask); in generate_aescrypt_encryptBlock()
3051 load_key(xmm_temp1, key, 0x10, xmm_key_shuf_mask); in generate_aescrypt_encryptBlock()
3052 load_key(xmm_temp2, key, 0x20, xmm_key_shuf_mask); in generate_aescrypt_encryptBlock()
3334 load_key(xmm_temp, key, 0xe0); in generate_cipherBlockChaining_encryptAESCrypt()
3492 load_key(xmm1, key, 0xc0); // 0xc0; in generate_cipherBlockChaining_decryptAESCrypt_Parallel()
3499 load_key(xmm1, key, 0xe0); // 0xe0; in generate_cipherBlockChaining_decryptAESCrypt_Parallel()
3501 load_key(xmm15, key, 0xb0); // 0xb0; in generate_cipherBlockChaining_decryptAESCrypt_Parallel()
3503 load_key(xmm1, key, 0xc0); // 0xc0; in generate_cipherBlockChaining_decryptAESCrypt_Parallel()
3609 load_key(key_tmp, key, 0xc0); in generate_cipherBlockChaining_decryptAESCrypt_Parallel()
3611 load_key(key_tmp, key, 0xd0); in generate_cipherBlockChaining_decryptAESCrypt_Parallel()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/cpu/x86/
H A DstubGenerator_x86_64.cpp3149 load_key(xmm_temp1, key, 0x00, xmm_key_shuf_mask); in generate_aescrypt_encryptBlock()
3152 load_key(xmm_temp1, key, 0x10, xmm_key_shuf_mask); in generate_aescrypt_encryptBlock()
3153 load_key(xmm_temp2, key, 0x20, xmm_key_shuf_mask); in generate_aescrypt_encryptBlock()
3435 load_key(xmm_temp, key, 0xe0); in generate_cipherBlockChaining_encryptAESCrypt()
3593 load_key(xmm1, key, 0xc0); // 0xc0; in generate_cipherBlockChaining_decryptAESCrypt_Parallel()
3600 load_key(xmm1, key, 0xe0); // 0xe0; in generate_cipherBlockChaining_decryptAESCrypt_Parallel()
3602 load_key(xmm15, key, 0xb0); // 0xb0; in generate_cipherBlockChaining_decryptAESCrypt_Parallel()
3604 load_key(xmm1, key, 0xc0); // 0xc0; in generate_cipherBlockChaining_decryptAESCrypt_Parallel()
3710 load_key(key_tmp, key, 0xc0); in generate_cipherBlockChaining_decryptAESCrypt_Parallel()
3712 load_key(key_tmp, key, 0xd0); in generate_cipherBlockChaining_decryptAESCrypt_Parallel()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/cpu/x86/
H A DstubGenerator_x86_64.cpp3007 load_key(xmm_temp1, key, 0x00, xmm_key_shuf_mask); in generate_aescrypt_encryptBlock()
3010 load_key(xmm_temp1, key, 0x10, xmm_key_shuf_mask); in generate_aescrypt_encryptBlock()
3011 load_key(xmm_temp2, key, 0x20, xmm_key_shuf_mask); in generate_aescrypt_encryptBlock()
3293 load_key(xmm_temp, key, 0xe0); in generate_cipherBlockChaining_encryptAESCrypt()
3451 load_key(xmm1, key, 0xc0); // 0xc0; in generate_cipherBlockChaining_decryptAESCrypt_Parallel()
3458 load_key(xmm1, key, 0xe0); // 0xe0; in generate_cipherBlockChaining_decryptAESCrypt_Parallel()
3460 load_key(xmm15, key, 0xb0); // 0xb0; in generate_cipherBlockChaining_decryptAESCrypt_Parallel()
3462 load_key(xmm1, key, 0xc0); // 0xc0; in generate_cipherBlockChaining_decryptAESCrypt_Parallel()
3568 load_key(key_tmp, key, 0xc0); in generate_cipherBlockChaining_decryptAESCrypt_Parallel()
3570 load_key(key_tmp, key, 0xd0); in generate_cipherBlockChaining_decryptAESCrypt_Parallel()
[all …]
/dports/net/librdkafka/librdkafka-1.8.2/tests/
H A D0097-ssl_verify.cpp217 cert_load_t load_key, in do_test_verify() argument
228 ", load_key=" << load_names[load_key] << in do_test_verify()
247 if (load_key == USE_CONF) in do_test_verify()
249 else if (load_key == USE_SETTER) in do_test_verify()
/dports/security/libscep/libscep-0.09/src/clients/perl/Crypt-LibSCEP/
H A DLibSCEP.xs526 sig_key = load_key(sig_key_str, config);
612 sig_key = load_key(sig_key_str, config);
709 sig_key = load_key(sig_key_str, config);
789 sig_key = load_key(sig_key_str, config);
858 sig_key = load_key(sig_key_str, config);
914 sig_key = load_key(sig_key_str, config);
979 sig_key = load_key(sig_key_str, config);
1043 sig_key = load_key(sig_key_str, config);
1179 enc_key = load_key(enc_key_str, config);
1429 sig_key = load_key(sig_key_str, config);
[all …]
/dports/security/p5-Crypt-LibSCEP/libscep-0.09/src/clients/perl/Crypt-LibSCEP/
H A DLibSCEP.xs526 sig_key = load_key(sig_key_str, config);
612 sig_key = load_key(sig_key_str, config);
709 sig_key = load_key(sig_key_str, config);
789 sig_key = load_key(sig_key_str, config);
858 sig_key = load_key(sig_key_str, config);
914 sig_key = load_key(sig_key_str, config);
979 sig_key = load_key(sig_key_str, config);
1043 sig_key = load_key(sig_key_str, config);
1179 enc_key = load_key(enc_key_str, config);
1429 sig_key = load_key(sig_key_str, config);
[all …]
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/adb/client/
H A Dauth.cpp185 static bool load_key(const std::string& file) { in load_key() function
211 return load_key(path); in load_keys()
240 result |= load_key((path + OS_PATH_SEPARATOR + name)); in load_keys()
269 return load_key(path); in load_userkey()
/dports/editors/lazarus-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;

12345678910>>...41