Home
last modified time | relevance | path

Searched defs:PublicKey (Results 1 – 19 of 19) sorted by relevance

/external/rust/crates/ring/src/ec/
Dkeys.rs15 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/
Dagreement.rs126 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
Dsignature.rs340 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/
Dpkcs1.py164 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:
Dkey.py202 class PublicKey(AbstractKey): class
/external/rust/crates/ring/src/ec/curve25519/ed25519/
Dsigning.rs222 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/
Dhrss.go1029 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/
Dx25519.rs81 public_key_out: &mut PublicKey, in x25519_public_from_private()
165 type PublicKey = [u8; PUBLIC_KEY_LEN]; typedef
/external/python/pyasn1-modules/pyasn1_modules/
Drfc5958.py56 class PublicKey(univ.BitString): class
/external/rust/crates/ring/src/ec/suite_b/ecdsa/
Dsigning.rs366 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/
Dsign.go26 verifyMessage(key crypto.PublicKey, msg, sig []byte) error
70 func verifyMessage(version uint16, key crypto.PublicKey, config *Config, sigAlg signatureAlgorithm,…
Dkey_agreement.go138 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…
Dcipher_suites.go38 …processServerKeyExchange(*Config, *clientHelloMsg, *serverHelloMsg, crypto.PublicKey, *serverKeyEx…
Dhandshake_messages.go262 PublicKey []byte member
/external/rust/crates/ring/src/rsa/
Dsigning.rs389 type PublicKey = RsaSubjectPublicKey; typedef
391 fn public_key(&self) -> &Self::PublicKey { in public_key()
/external/python/google-api-python-client/googleapiclient/discovery_cache/documents/
Dcloudshell.v1alpha1.json335 "PublicKey": { object
Dprivateca.v1beta1.json2362 "PublicKey": { object
Dcloudkms.v1.json2770 "PublicKey": { object
Dprivateca.v1.json2897 "PublicKey": { object