/external/rust/crates/ring/src/ec/ |
D | keys.rs | 15 pub fn public_key(&self) -> &PublicKey { in public_key() 18 pub fn split(self) -> (Seed, PublicKey) { in split() argument 67 pub fn compute_public_key(&self) -> Result<PublicKey, error::Unspecified> { in compute_public_key() 78 pub struct PublicKey { struct 83 impl AsRef<[u8]> for PublicKey { implementation
|
/external/rust/crates/ring/src/ |
D | agreement.rs | 126 pub fn compute_public_key(&self) -> Result<PublicKey, error::Unspecified> { in compute_public_key() 154 pub struct PublicKey { struct 156 bytes: ec::PublicKey, argument 159 impl AsRef<[u8]> for PublicKey { implementation 165 impl core::fmt::Debug for PublicKey { implementation 174 impl PublicKey { impl
|
D | signature.rs | 340 type PublicKey: AsRef<[u8]> + core::fmt::Debug + Clone + Send + Sized + Sync; typedef 343 fn public_key(&self) -> &Self::PublicKey; in public_key()
|
/external/python/rsa/rsa/ |
D | pkcs1.py | 164 def encrypt(message: bytes, pub_key: key.PublicKey) -> bytes: 334 def verify(message: bytes, signature: bytes, pub_key: key.PublicKey) -> str: 372 def find_signature_hash(signature: bytes, pub_key: key.PublicKey) -> str:
|
D | key.py | 202 class PublicKey(AbstractKey): class
|
/external/rust/crates/ring/src/ec/curve25519/ed25519/ |
D | signing.rs | 222 type PublicKey = PublicKey; typedef 224 fn public_key(&self) -> &Self::PublicKey { in public_key() 230 pub struct PublicKey([u8; ED25519_PUBLIC_KEY_LEN]); struct 232 impl AsRef<[u8]> for PublicKey { implementation
|
/external/boringssl/src/ssl/test/runner/hrss/ |
D | hrss.go | 1029 type PublicKey struct { struct 1030 h poly 1041 func (pub *PublicKey) Marshal() []byte { 1047 func (pub *PublicKey) Encap(rand io.Reader) (ciphertext []byte, sharedKey []byte) { 1073 func (pub *PublicKey) owf(m, r *poly) []byte { 1093 PublicKey anonMember
|
/external/rust/crates/ring/src/ec/curve25519/ |
D | x25519.rs | 81 public_key_out: &mut PublicKey, in x25519_public_from_private() 165 type PublicKey = [u8; PUBLIC_KEY_LEN]; typedef
|
/external/python/pyasn1-modules/pyasn1_modules/ |
D | rfc5958.py | 56 class PublicKey(univ.BitString): class
|
/external/rust/crates/ring/src/ec/suite_b/ecdsa/ |
D | signing.rs | 366 type PublicKey = PublicKey; typedef 368 fn public_key(&self) -> &Self::PublicKey { in public_key() 374 pub struct PublicKey(ec::PublicKey); struct 378 impl AsRef<[u8]> for PublicKey { implementation
|
/external/boringssl/src/ssl/test/runner/ |
D | sign.go | 26 verifyMessage(key crypto.PublicKey, msg, sig []byte) error 70 func verifyMessage(version uint16, key crypto.PublicKey, config *Config, sigAlg signatureAlgorithm,…
|
D | key_agreement.go | 138 func rsaSize(pub *rsa.PublicKey) int { 142 func rsaRawEncrypt(pub *rsa.PublicKey, msg []byte) ([]byte, error) { 453 …Config, clientHello *clientHelloMsg, serverHello *serverHelloMsg, key crypto.PublicKey, params []b…
|
D | cipher_suites.go | 38 …processServerKeyExchange(*Config, *clientHelloMsg, *serverHelloMsg, crypto.PublicKey, *serverKeyEx…
|
D | handshake_messages.go | 262 PublicKey []byte member
|
/external/rust/crates/ring/src/rsa/ |
D | signing.rs | 389 type PublicKey = RsaSubjectPublicKey; typedef 391 fn public_key(&self) -> &Self::PublicKey { in public_key()
|
/external/python/google-api-python-client/googleapiclient/discovery_cache/documents/ |
D | cloudshell.v1alpha1.json | 335 "PublicKey": { object
|
D | privateca.v1beta1.json | 2362 "PublicKey": { object
|
D | cloudkms.v1.json | 2770 "PublicKey": { object
|
D | privateca.v1.json | 2897 "PublicKey": { object
|