Home
last modified time | relevance | path

Searched refs:load_key (Results 26 – 50 of 1008) sorted by relevance

12345678910>>...41

/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/tests/
H A Dtest_c25519.cpp99 …std::unique_ptr<Botan::Private_Key> a_priv(Botan::PKCS8::load_key(a_priv_ds, Test::rng(), [a_pass]… in run()
100 …std::unique_ptr<Botan::Private_Key> b_priv(Botan::PKCS8::load_key(b_priv_ds, Test::rng(), b_pass)); in run()
109 … std::unique_ptr<Botan::Private_Key> a_priv(Botan::PKCS8::load_key(a_priv_ds, Test::rng())); in run()
110 … std::unique_ptr<Botan::Private_Key> b_priv(Botan::PKCS8::load_key(b_priv_ds, Test::rng())); in run()
120 std::unique_ptr<Botan::Public_Key> a_pub(Botan::X509::load_key(a_pub_ds)); in run()
121 std::unique_ptr<Botan::Public_Key> b_pub(Botan::X509::load_key(b_pub_ds)); in run()
/dports/security/botan2/Botan-2.18.2/src/tests/
H A Dtest_c25519.cpp99 …std::unique_ptr<Botan::Private_Key> a_priv(Botan::PKCS8::load_key(a_priv_ds, Test::rng(), [a_pass]… in run()
100 …std::unique_ptr<Botan::Private_Key> b_priv(Botan::PKCS8::load_key(b_priv_ds, Test::rng(), b_pass)); in run()
109 … std::unique_ptr<Botan::Private_Key> a_priv(Botan::PKCS8::load_key(a_priv_ds, Test::rng())); in run()
110 … std::unique_ptr<Botan::Private_Key> b_priv(Botan::PKCS8::load_key(b_priv_ds, Test::rng())); in run()
120 std::unique_ptr<Botan::Public_Key> a_pub(Botan::X509::load_key(a_pub_ds)); in run()
121 std::unique_ptr<Botan::Public_Key> b_pub(Botan::X509::load_key(b_pub_ds)); in run()
/dports/security/botan110/Botan-1.10.17/src/pubkey/
H A Dx509_key.h43 BOTAN_DLL Public_Key* load_key(DataSource& source);
50 BOTAN_DLL Public_Key* load_key(const std::string& filename);
57 BOTAN_DLL Public_Key* load_key(const MemoryRegion<byte>& enc);
/dports/security/py-libnacl/libnacl-1.6.1/tests/unit/
H A Dtest_save.py32 bob_load = libnacl.utils.load_key(bob_path)
33 alice_load = libnacl.utils.load_key(alice_path)
49 bob2 = libnacl.utils.load_key(bob_path)
63 lbox = libnacl.utils.load_key(box_path)
74 signer_load = libnacl.utils.load_key(sign_path)
/dports/devel/grpc130/grpc-1.30.2/src/proto/grpc/lb/v1/
H A Dload_reporter.proto40 // load reporter client has disconnected. load_key is sent in orphaned load
41 // reports; see Load.load_key.
42 bytes load_key = 2; field
149 // Load_key is the load_key from the initial_request from the originating
151 bytes load_key = 12 [deprecated=true]; field
158 // load_key and balancer_id are included in order to identify orphaned load
178 // The load_key from the initial_request from the originating balancer.
179 bytes load_key = 1; field
182 // distinguishes orphaned load with a same load_key.
/dports/devel/grpc134/grpc-1.34.1/src/proto/grpc/lb/v1/
H A Dload_reporter.proto40 // load reporter client has disconnected. load_key is sent in orphaned load
41 // reports; see Load.load_key.
42 bytes load_key = 2; field
149 // Load_key is the load_key from the initial_request from the originating
151 bytes load_key = 12 [deprecated=true]; field
158 // load_key and balancer_id are included in order to identify orphaned load
178 // The load_key from the initial_request from the originating balancer.
179 bytes load_key = 1; field
182 // distinguishes orphaned load with a same load_key.
/dports/devel/grpc/grpc-1.42.0/src/proto/grpc/lb/v1/
H A Dload_reporter.proto40 // load reporter client has disconnected. load_key is sent in orphaned load
41 // reports; see Load.load_key.
42 bytes load_key = 2; field
149 // Load_key is the load_key from the initial_request from the originating
151 bytes load_key = 12 [deprecated=true]; field
158 // load_key and balancer_id are included in order to identify orphaned load
178 // The load_key from the initial_request from the originating balancer.
179 bytes load_key = 1; field
182 // distinguishes orphaned load with a same load_key.
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/src/proto/grpc/lb/v1/
H A Dload_reporter.proto40 // load reporter client has disconnected. load_key is sent in orphaned load
41 // reports; see Load.load_key.
42 bytes load_key = 2; field
149 // Load_key is the load_key from the initial_request from the originating
151 bytes load_key = 12 [deprecated=true]; field
158 // load_key and balancer_id are included in order to identify orphaned load
178 // The load_key from the initial_request from the originating balancer.
179 bytes load_key = 1; field
182 // distinguishes orphaned load with a same load_key.
/dports/security/openssh-portable/openssh-8.8p1/regress/unittests/authopt/
H A Dtests.c29 load_key(const char *name) in load_key() function
306 cert = load_key("no_" keybase ".cert"); \ in test_cert_parse()
313 cert = load_key("only_" keybase ".cert"); \ in test_cert_parse()
329 cert = load_key("all_permit.cert"); in test_cert_parse()
336 cert = load_key("no_permit.cert"); in test_cert_parse()
344 cert = load_key("force_command.cert"); in test_cert_parse()
353 cert = load_key("sourceaddr.cert"); in test_cert_parse()
365 cert = load_key(keybase ".cert"); \ in test_cert_parse()
392 cert = load_key(keyname ".cert"); \ in test_merge()
/dports/security/py-m2crypto/M2Crypto-0.38.0/tests/
H A Dtest_smime.py40 s.load_key('tests/signer.pem',
70 s.load_key('tests/signer_key.pem', 'tests/signer.pem')
95 s.load_key('tests/signer_key.pem', 'tests/signer.pem')
102 s.load_key('tests/signer_key.pem', 'tests/signer.pem')
109 s.load_key('tests/signer_key.pem', 'tests/signer.pem')
249 s.load_key('tests/recipient_key.pem', 'tests/recipient.pem')
262 s.load_key('tests/signer_key.pem', 'tests/signer.pem')
277 s.load_key('tests/signer_key.pem', 'tests/signer.pem')
299 s.load_key('tests/recipient_key.pem', 'tests/recipient.pem')
324 s.load_key('tests/signer_key.pem', 'tests/signer.pem')
/dports/devel/grpc/grpc-1.42.0/src/cpp/server/load_reporter/
H A Dload_data_store.h199 PerBalancerStore(std::string lb_id, std::string load_key) in PerBalancerStore() argument
200 : lb_id_(std::move(lb_id)), load_key_(std::move(load_key)) {} in PerBalancerStore()
228 const std::string& load_key() const { return load_key_; } in load_key() function
249 const std::string& load_key);
269 void SetUpForNewLbId(const std::string& lb_id, const std::string& load_key);
327 const std::string& load_key);
/dports/devel/grpc130/grpc-1.30.2/src/cpp/server/load_reporter/
H A Dload_data_store.h200 PerBalancerStore(grpc::string lb_id, grpc::string load_key) in PerBalancerStore() argument
201 : lb_id_(std::move(lb_id)), load_key_(std::move(load_key)) {} in PerBalancerStore()
229 const grpc::string& load_key() const { return load_key_; } in load_key() function
250 const grpc::string& load_key);
270 void SetUpForNewLbId(const grpc::string& lb_id, const grpc::string& load_key);
329 const grpc::string& load_key);
/dports/devel/grpc134/grpc-1.34.1/src/cpp/server/load_reporter/
H A Dload_data_store.h199 PerBalancerStore(std::string lb_id, std::string load_key) in PerBalancerStore() argument
200 : lb_id_(std::move(lb_id)), load_key_(std::move(load_key)) {} in PerBalancerStore()
228 const std::string& load_key() const { return load_key_; } in load_key() function
249 const std::string& load_key);
269 void SetUpForNewLbId(const std::string& lb_id, const std::string& load_key);
327 const std::string& load_key);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/src/cpp/server/load_reporter/
H A Dload_data_store.h200 PerBalancerStore(grpc::string lb_id, grpc::string load_key) in PerBalancerStore() argument
201 : lb_id_(std::move(lb_id)), load_key_(std::move(load_key)) {} in PerBalancerStore()
229 const grpc::string& load_key() const { return load_key_; } in load_key() function
250 const grpc::string& load_key);
270 void SetUpForNewLbId(const grpc::string& lb_id, const grpc::string& load_key);
329 const grpc::string& load_key);
/dports/security/xca/xca-2.4.0/lib/
H A Dload_obj.cpp53 load_key::load_key() in load_key() function in load_key
63 pki_base * load_key::newItem() in newItem()
H A Dload_obj.h27 class load_key: public load_base
30 load_key();
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/cli/
H A Dpubkey.cpp164 ? Botan::X509::load_key(this->slurp_file("-", 4096)) in go()
165 : Botan::X509::load_key(key_file)); in go()
200 std::unique_ptr<Botan::Private_Key> key = Botan::PKCS8::load_key(input, passphrase); in go()
257 std::unique_ptr<Botan::Public_Key> key(Botan::X509::load_key(get_arg("pubkey"))); in go()
312 key.reset(Botan::PKCS8::load_key(key_src, rng())); in go()
316 key.reset(Botan::PKCS8::load_key(key_src, rng(), pass_in)); in go()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/cli/
H A Dpubkey.cpp164 ? Botan::X509::load_key(this->slurp_file("-", 4096)) in go()
165 : Botan::X509::load_key(key_file)); in go()
200 std::unique_ptr<Botan::Private_Key> key = Botan::PKCS8::load_key(input, passphrase); in go()
257 std::unique_ptr<Botan::Public_Key> key(Botan::X509::load_key(get_arg("pubkey"))); in go()
312 key.reset(Botan::PKCS8::load_key(key_src, rng())); in go()
316 key.reset(Botan::PKCS8::load_key(key_src, rng(), pass_in)); in go()
/dports/security/botan2/Botan-2.18.2/src/cli/
H A Dpubkey.cpp164 ? Botan::X509::load_key(this->slurp_file("-", 4096)) in go()
165 : Botan::X509::load_key(key_file)); in go()
200 std::unique_ptr<Botan::Private_Key> key = Botan::PKCS8::load_key(input, passphrase); in go()
257 std::unique_ptr<Botan::Public_Key> key(Botan::X509::load_key(get_arg("pubkey"))); in go()
312 key.reset(Botan::PKCS8::load_key(key_src, rng())); in go()
316 key.reset(Botan::PKCS8::load_key(key_src, rng(), pass_in)); in go()
/dports/security/py-libnacl/libnacl-1.6.1/doc/topics/
H A Dutils.rst13 `libnacl.utils.load_key` function will detect what type of key object saved
20 key_obj = libnacl.utils.load_key('/etc/keys/bob.key')
22 The load_key and save routines also support inline key serialization. The
/dports/security/py-authlib/Authlib-0.15.5/authlib/jose/rfc7519/
H A Djwt.py90 def load_key(header, payload): function
99 data = self._jws.deserialize_compact(s, load_key, decode_payload)
101 data = self._jwe.deserialize_compact(s, load_key, decode_payload)
/dports/security/botan110/Botan-1.10.17/checks/
H A Decdsa.cpp254 …std::auto_ptr<PKCS8_PrivateKey> loaded_key(PKCS8::load_key(TEST_DATA_DIR "/wo_dompar_private.pkcs8… in test_create_and_verify()
258 …std::auto_ptr<PKCS8_PrivateKey> loaded_key_1(PKCS8::load_key(TEST_DATA_DIR "/rsa_private.pkcs8.pem… in test_create_and_verify()
292 std::auto_ptr<PKCS8_PrivateKey> loaded_key2(PKCS8::load_key(key_data_src, rng)); in test_create_and_verify()
368 …std::auto_ptr<PKCS8_PrivateKey> loaded_key(PKCS8::load_key(TEST_DATA_DIR "/wo_dompar_private.pkcs8… in test_read_pkcs8()
388 …std::auto_ptr<PKCS8_PrivateKey> loaded_key_nodp(PKCS8::load_key(TEST_DATA_DIR "/nodompar_private.p… in test_read_pkcs8()
404 PKCS8::load_key(TEST_DATA_DIR "/withdompar_private.pkcs8.pem", rng)); in test_read_pkcs8()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/x86/vm/
H A DstubGenerator_x86_32.cpp2170 load_key(xmmtmp, key, offset, xmm_shuf_mask); in aes_enc_key()
2177 load_key(xmmtmp, key, offset, xmm_shuf_mask); in aes_dec_key()
2224 load_key(xmm_temp1, key, 0x00, xmm_key_shuf_mask); in generate_aescrypt_encryptBlock()
2227 load_key(xmm_temp1, key, 0x10, xmm_key_shuf_mask); in generate_aescrypt_encryptBlock()
2228 load_key(xmm_temp2, key, 0x20, xmm_key_shuf_mask); in generate_aescrypt_encryptBlock()
2229 load_key(xmm_temp3, key, 0x30, xmm_key_shuf_mask); in generate_aescrypt_encryptBlock()
2230 load_key(xmm_temp4, key, 0x40, xmm_key_shuf_mask); in generate_aescrypt_encryptBlock()
2237 load_key(xmm_temp1, key, 0x50, xmm_key_shuf_mask); in generate_aescrypt_encryptBlock()
2477 load_key(xmm_temp, key, 0xa0); in generate_cipherBlockChaining_encryptAESCrypt()
2513 load_key(xmm_temp, key, 0xc0); in generate_cipherBlockChaining_encryptAESCrypt()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/x86/vm/
H A DstubGenerator_x86_32.cpp2170 load_key(xmmtmp, key, offset, xmm_shuf_mask); in aes_enc_key()
2177 load_key(xmmtmp, key, offset, xmm_shuf_mask); in aes_dec_key()
2224 load_key(xmm_temp1, key, 0x00, xmm_key_shuf_mask); in generate_aescrypt_encryptBlock()
2227 load_key(xmm_temp1, key, 0x10, xmm_key_shuf_mask); in generate_aescrypt_encryptBlock()
2228 load_key(xmm_temp2, key, 0x20, xmm_key_shuf_mask); in generate_aescrypt_encryptBlock()
2229 load_key(xmm_temp3, key, 0x30, xmm_key_shuf_mask); in generate_aescrypt_encryptBlock()
2230 load_key(xmm_temp4, key, 0x40, xmm_key_shuf_mask); in generate_aescrypt_encryptBlock()
2237 load_key(xmm_temp1, key, 0x50, xmm_key_shuf_mask); in generate_aescrypt_encryptBlock()
2477 load_key(xmm_temp, key, 0xa0); in generate_cipherBlockChaining_encryptAESCrypt()
2513 load_key(xmm_temp, key, 0xc0); in generate_cipherBlockChaining_encryptAESCrypt()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/x86/
H A DstubGenerator_x86_32.cpp2091 load_key(xmmtmp, key, offset, xmm_shuf_mask); in aes_enc_key()
2098 load_key(xmmtmp, key, offset, xmm_shuf_mask); in aes_dec_key()
2171 load_key(xmm_temp1, key, 0x00, xmm_key_shuf_mask); in generate_aescrypt_encryptBlock()
2174 load_key(xmm_temp1, key, 0x10, xmm_key_shuf_mask); in generate_aescrypt_encryptBlock()
2175 load_key(xmm_temp2, key, 0x20, xmm_key_shuf_mask); in generate_aescrypt_encryptBlock()
2176 load_key(xmm_temp3, key, 0x30, xmm_key_shuf_mask); in generate_aescrypt_encryptBlock()
2177 load_key(xmm_temp4, key, 0x40, xmm_key_shuf_mask); in generate_aescrypt_encryptBlock()
2184 load_key(xmm_temp1, key, 0x50, xmm_key_shuf_mask); in generate_aescrypt_encryptBlock()
2425 load_key(xmm_temp, key, 0xa0); in generate_cipherBlockChaining_encryptAESCrypt()
2461 load_key(xmm_temp, key, 0xc0); in generate_cipherBlockChaining_encryptAESCrypt()
[all …]

12345678910>>...41