HomeSort by relevance Sort by last modified time
    Searched refs:public_key_ (Results 1 - 7 of 7) sorted by null

  /external/libchrome/crypto/
rsa_private_key_nss.cc 47 if (public_key_)
48 SECKEY_DestroyPublicKey(public_key_);
69 rsa_key->public_key_ = public_key.release();
98 copy->public_key_ = SECKEY_ConvertToPublicKey(key);
99 if (!copy->key_ || !copy->public_key_) {
110 copy->public_key_ = SECKEY_CopyPublicKey(public_key_);
137 ScopedSECItem der_pubkey(SECKEY_EncodeDERSubjectPublicKeyInfo(public_key_));
147 RSAPrivateKey::RSAPrivateKey() : key_(NULL), public_key_(NULL) {
signature_verifier_nss.cc 80 public_key_(NULL),
142 public_key_ = public_key;
168 rv = VerifyRSAPSS_End(public_key_, hash_context_,
206 if (public_key_) {
207 SECKEY_DestroyPublicKey(public_key_);
208 public_key_ = NULL;
ec_private_key.h 88 SECKEYPublicKey* public_key() { return public_key_; }
120 SECKEYPublicKey* public_key_; member in class:crypto::ECPrivateKey
signature_verifier.h 127 SECKEYPublicKey* public_key_; member in class:crypto::SignatureVerifier
rsa_private_key.h 197 SECKEYPublicKey* public_key() { return public_key_; }
217 SECKEYPublicKey* public_key_; member in class:crypto::RSAPrivateKey
  /system/keymaster/
nist_curve_key_exchange.cpp 79 public_key_.reset(new uint8_t[public_key_len_]);
81 POINT_CONVERSION_UNCOMPRESSED, public_key_.get(), public_key_len_,
121 if (public_key_.get() != nullptr && public_key_len_ != 0) {
122 return public_value->Reinitialize(public_key_.get(), public_key_len_);
nist_curve_key_exchange.h 65 UniquePtr<uint8_t[]> public_key_; member in class:keymaster::NistCurveKeyExchange

Completed in 91 milliseconds