Home
last modified time | relevance | path

Searched refs:export_public_key (Results 1 – 21 of 21) sorted by relevance

/dports/devel/silc-toolkit/silc-toolkit-1.1.12/lib/silccrypt/
H A Dsilcpkcs.h135 unsigned char *(*export_public_key)(void *public_key, member
211 unsigned char *(*export_public_key)(void *public_key, member
H A Dsilcpkcs.c501 return public_key->pkcs->export_public_key(public_key->public_key, in silc_pkcs_public_key_encode()
H A Dsilcpk.c596 if (pkcs->export_public_key) in silc_pkcs_silc_export_public_key()
597 pk = pkcs->export_public_key(silc_pubkey->public_key, &pk_len); in silc_pkcs_silc_export_public_key()
/dports/security/py-muacrypt/muacrypt-0.9.1/muacrypt/
H A Dcmdline.py457 def export_public_key(ctx, account_name, keyhandle_or_email):
460 data = account.export_public_key(keyhandle_or_email)
564 muacrypt_main.add_command(export_public_key)
H A Daccount.py307 def export_public_key(self, keyhandle=None): member in Account
/dports/security/py-asyncssh/asyncssh-2.8.1/tests/
H A Dtest_auth_keys.py47 cls.keylist.append(key.export_public_key().decode('ascii'))
H A Dtest_public_key.py356 pubkey = newkey.export_public_key()
743 pubdata = self.pubkey.export_public_key('rfc4716')
864 self.privkey.export_public_key('xxx')
873 self.privkey.export_public_key('pkcs1-pem')
1369 self.pubkey.export_public_key(fmt))
1374 self.pubca.export_public_key(fmt))
1487 pubdata = self.pubkey.export_public_key()
2231 keydata = privkey.export_public_key('openssh')
H A Dpkcs11_stub.py78 return self._priv.export_public_key('pkcs8-der')
H A Dtest_known_hosts.py63 keylist.append(key.export_public_key().decode('ascii'))
H A Dtest_x509.py48 cls._pubdata = cls._pubkey.export_public_key('pkcs8-der')
H A Dtest_sk.py74 cls._privkey.export_public_key().decode('utf-8'))
/dports/security/py-asyncssh/asyncssh-2.8.1/asyncssh/
H A Dpublic_key.py1058 def export_public_key(self, format_name='openssh'): member in SSHKey
1154 write_file(filename, self.export_public_key(*args, **kwargs))
1188 write_file(filename, self.export_public_key(*args, **kwargs), 'ab')
/dports/security/py-muacrypt/muacrypt-0.9.1/test_muacrypt/
H A Dtest_account.py42 assert acc.export_public_key()
/dports/devel/premake5/premake-5.0.0-alpha16-src/contrib/mbedtls/library/
H A Dpsa_crypto.c1672 int export_public_key ) in psa_internal_export_key() argument
1681 if( export_public_key && ! PSA_KEY_TYPE_IS_ASYMMETRIC( slot->attr.type ) ) in psa_internal_export_key()
1696 method = ( export_public_key ? in psa_internal_export_key()
1719 else if( !export_public_key ) in psa_internal_export_key()
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/libs/ext/mbedtls/
H A Dpsa_crypto.c1672 int export_public_key ) in psa_internal_export_key() argument
1681 if( export_public_key && ! PSA_KEY_TYPE_IS_ASYMMETRIC( slot->attr.type ) ) in psa_internal_export_key()
1696 method = ( export_public_key ? in psa_internal_export_key()
1719 else if( !export_public_key ) in psa_internal_export_key()
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/libs/ext/mbedtls/
H A Dpsa_crypto.c1672 int export_public_key ) in psa_internal_export_key() argument
1681 if( export_public_key && ! PSA_KEY_TYPE_IS_ASYMMETRIC( slot->attr.type ) ) in psa_internal_export_key()
1696 method = ( export_public_key ? in psa_internal_export_key()
1719 else if( !export_public_key ) in psa_internal_export_key()
/dports/devel/premake5/premake-5.0.0-alpha16-src/contrib/mbedtls/docs/proposed/
H A Dpsa-driver-interface.md407 * `"export_public_key"`: called by the core to obtain the public key of a key pair. The core may ca…
503 …the public key to the key context and retrieve it on demand in its `export_public_key` entry point.
514 * `"export_public_key"`: called by the core to obtain the public key of a key pair. The core may ca…
758 … drivers and opaque drivers provide a function to calculate the public key (`"export_public_key"`).
/dports/security/py-asyncssh/asyncssh-2.8.1/docs/
H A Dapi.rst1461 .. automethod:: export_public_key
/dports/devel/premake5/premake-5.0.0-alpha16-src/contrib/mbedtls/
H A DChangeLog35 entry point, and export_public_key interface.)
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/mbedtls-2.27.0/
H A DChangeLog346 entry point, and export_public_key interface.)
/dports/www/hiawatha/hiawatha-10.12/mbedtls/
H A DChangeLog146 entry point, and export_public_key interface.)