Home
last modified time | relevance | path

Searched defs:PrivateKey (Results 1 – 13 of 13) sorted by relevance

/external/boringssl/src/ssl/test/runner/hrss/
Dhrss.go1092 type PrivateKey struct { struct
1093 PublicKey
1094 f, fp poly3
1095 hInv poly
1096 hmacKey [32]byte
1099 func (priv *PrivateKey) Marshal() []byte {
1107 func (priv *PrivateKey) Decap(ciphertext []byte) (sharedKey []byte, ok bool) {
/external/python/rsa/rsa/
Dpkcs1.py196 def decrypt(crypto: bytes, priv_key: key.PrivateKey) -> bytes:
279 def sign_hash(hash_value: bytes, priv_key: key.PrivateKey, hash_method: str) -> bytes:
312 def sign(message: bytes, priv_key: key.PrivateKey, hash_method: str) -> bytes:
Dkey.py366 class PrivateKey(AbstractKey): class
/external/boringssl/src/ssl/test/runner/
Dsign.go24 supportsKey(key crypto.PrivateKey) bool
25 signMessage(key crypto.PrivateKey, config *Config, msg []byte) ([]byte, error)
29 func selectSignatureAlgorithm(version uint16, key crypto.PrivateKey, config *Config, peerSigAlgs []…
54 func signMessage(version uint16, key crypto.PrivateKey, config *Config, sigAlg signatureAlgorithm, …
Drunner.go303 …redential(config delegatedCredentialConfig, parentDER []byte, parentPriv crypto.PrivateKey) (dc, p…
Dcommon.go1996 PrivateKey crypto.PrivateKey // supported types: *rsa.PrivateKey, *ecdsa.PrivateKey member
/external/grpc-grpc/src/csharp/Grpc.Core/
DKeyCertificatePair.cs60 public string PrivateKey property in Grpc.Core.KeyCertificatePair
/external/python/pyasn1-modules/pyasn1_modules/
Drfc5208.py37 class PrivateKey(univ.OctetString): class
Drfc5958.py48 class PrivateKey(univ.OctetString): class
/external/rust/crates/ring/src/ec/curve25519/
Dx25519.rs82 private_key: &PrivateKey, in x25519_public_from_private()
161 type PrivateKey = ops::MaskedScalar; typedef
/external/avb/proto/crypto/keyspb/
Dkeyspb_pb2.py398 PrivateKey = _reflection.GeneratedProtocolMessageType('PrivateKey', (_message.Message,), { variable
Dkeyspb.proto74 message PrivateKey { message
/external/boringssl/src/util/fipstools/acvp/acvptool/acvp/
Dacvp.go57 …rver(prefix string, logFile string, derCertificates [][]byte, privateKey crypto.PrivateKey, totp f…