| /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 { implementation
|
| 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/avb/proto/crypto/keyspb/ |
| D | keyspb_pb2.py | 405 PublicKey = _reflection.GeneratedProtocolMessageType('PublicKey', (_message.Message,), { variable
|
| D | keyspb.proto | 81 message PublicKey { message
|
| /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 | 141 func rsaSize(pub *rsa.PublicKey) int { 145 func rsaRawEncrypt(pub *rsa.PublicKey, msg []byte) ([]byte, error) { 460 …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 | 259 PublicKey []byte member
|
| /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/rust/crates/ring/src/rsa/ |
| D | signing.rs | 389 type PublicKey = RsaSubjectPublicKey; typedef 391 fn public_key(&self) -> &Self::PublicKey { in public_key()
|