Home | History | Annotate | Download | only in crypto

Lines Matching refs:key_

63   result->key_ = EVP_PKEY_new();
64 if (!result->key_ || !EVP_PKEY_set1_RSA(result->key_, rsa_key.get()))
97 result->key_ = EVP_PKCS82PKEY(p8inf.get());
98 if (!result->key_)
119 : key_(NULL) {
123 if (key_)
124 EVP_PKEY_free(key_);
128 return ExportKey(key_, i2d_PKCS8PrivateKeyInfo_bio, output);
132 return ExportKey(key_, i2d_PUBKEY_bio, output);