Home
last modified time | relevance | path

Searched refs:import_public_key (Results 1 – 24 of 24) sorted by relevance

/dports/security/p5-Crypt-RSA-Yandex/Crypt-RSA-Yandex-0.06/
H A DREADME9 $crypter->import_public_key($pubkey);
25 $self->import_public_key($key)
H A DYandex.xs27 CCryptoProviderRSA::import_public_key(key)
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/ece/src/
H A Dlib.rs39 let remote_key = cryptographer.import_public_key(remote_pub)?; in encrypt()
97 let remote_pub_key = cryptographer.import_public_key(&remote_pub_key).unwrap(); in try_encrypt()
137 .import_public_key(&remote_key.pub_as_raw().unwrap()) in test_e2e()
380 .import_public_key(&remote_key.pub_as_raw().unwrap()) in test_e2e()
H A Daes128gcm.rs124 let key = cryptographer.import_public_key(key_id)?; in decrypt()
H A Daesgcm.rs152 let sender_key = cryptographer.import_public_key(&block.dh)?; in decrypt()
/dports/security/p5-Crypt-RSA-Yandex/Crypt-RSA-Yandex-0.06/lib/Crypt/RSA/
H A DYandex.pm19 $cc->import_public_key($pub_key);
/dports/security/p5-Crypt-RSA-Yandex/Crypt-RSA-Yandex-0.06/ex/
H A Dsample.pl10 $crypter->import_public_key($pubkey);
/dports/security/p5-Crypt-RSA-Yandex/Crypt-RSA-Yandex-0.06/t/
H A DCrypt-RSA-Yandex.t14 $crypter->import_public_key($pub_key);
/dports/security/py-asyncssh/asyncssh-2.8.1/asyncssh/
H A Dpkcs11.py35 from .public_key import SSHKeyPair, import_certificate_chain, import_public_key
168 pubkey = import_public_key(encoder(key))
H A Dauth_keys.py31 from .public_key import KeyImportError, import_public_key
56 self.key = import_public_key(line)
H A Dknown_hosts.py40 from .public_key import KeyImportError, import_public_key
134 key = import_public_key(data)
H A D__init__.py78 from .public_key import import_public_key, import_certificate
H A Dpublic_key.py1726 key = import_public_key(x509_cert.key_data)
2867 def import_public_key(data): function
2991 key = import_public_key(read_file(filename))
3192 pubkey = import_public_key(pubkey)
3269 key = import_public_key(key)
/dports/devel/silc-toolkit/silc-toolkit-1.1.12/lib/silccrypt/
H A Dsilcpkcs.h132 int (*import_public_key)(unsigned char *key, member
201 int (*import_public_key)(unsigned char *key, member
H A Dsilcpkcs.c478 if (!pkcs->import_public_key(key, key_len, &public_key->public_key)) { in silc_pkcs_public_key_alloc()
H A Dsilcpk.c500 if (!pkcs->import_public_key(alg_key.data, silc_buffer_len(&alg_key), in silc_pkcs_silc_import_public_key()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/ece/src/crypto/
H A Dmod.rs89 fn import_public_key(&self, raw: &[u8]) -> Result<Box<dyn RemotePublicKey>>; in import_public_key() method
H A Dopenssl.rs140 fn import_public_key(&self, raw: &[u8]) -> Result<Box<dyn RemotePublicKey>> { in import_public_key() method
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/rc_crypto/src/
H A Dece_crypto.rs105 fn import_public_key(&self, raw: &[u8]) -> Result<Box<dyn RemotePublicKey>, ece::Error> { in import_public_key() method
245 .import_public_key(&remote_key.pub_as_raw().unwrap()) in test_e2e()
/dports/security/pam-modules/pam-modules-2.2/
H A DChangeLog229 * pam_ldaphome/pam_ldaphome.c (import_public_key): Do nothing if
264 import_public_key.
325 * pam_ldaphome/pam_ldaphome.c (import_public_key): Exit
476 (import_public_key): Call store_pubkeys. Use argcvz_free to
487 (import_public_key): Propagate return code from store_pubkey.
490 and import_public_key to the caller.
/dports/security/py-muacrypt/muacrypt-0.9.1/muacrypt/
H A Dcmdline.py435 def import_public_key(ctx, account_name, prefer_encrypt, email):
558 muacrypt_main.add_command(import_public_key)
/dports/security/py-asyncssh/asyncssh-2.8.1/tests/
H A Dtest_public_key.py1232 asyncssh.import_public_key(data)
1368 key = asyncssh.import_public_key(
1373 key = asyncssh.import_public_key(
2235 asyncssh.import_public_key(keydata)
/dports/security/pam-modules/pam-modules-2.2/pam_ldaphome/
H A Dpam_ldaphome.c1535 import_public_key(pam_handle_t *pamh, struct passwd *pw, struct gray_env *env) in import_public_key() function
2176 retval = import_public_key(pamh, pw, env); in ldaphome_main()
/dports/security/py-asyncssh/asyncssh-2.8.1/docs/
H A Dapi.rst1340 See the function :func:`import_public_key` for the list of supported
1507 import_public_key subsection
1510 .. autofunction:: import_public_key