• Home
  • History
  • Annotate
  • Raw
  • Download

Lines Matching defs:pkey

176     EVP_PKEY_Ptr pkey(EVP_PKEY_new());  in generateP256Key()  local
198 optional<vector<uint8_t>> derEncodeKeyPair(const EVP_PKEY& pkey) { in derEncodeKeyPair()
380 optional<vector<vector<uint8_t>>> createAttestation(EVP_PKEY* pkey, in createAttestation()
661 auto pkey = EVP_PKEY_Ptr(EVP_PKEY_new()); in certificateSignedByPublicKey() local
735 auto pkey = EVP_PKEY_Ptr(EVP_PKEY_new()); in checkEcDsaSignature() local
832 EVP_PKEY_Ptr pkey = generateP256Key(); in createEcKeyPairAndAttestation() local
860 EVP_PKEY_Ptr pkey = generateP256Key(); in createEcKeyPairWithAttestationKey() local
912 auto pkey = EVP_PKEY_Ptr(EVP_PKEY_new()); in createAttestationForEcPublicKey() local
942 auto pkey = EVP_PKEY_Ptr(EVP_PKEY_new()); in createEcKeyPair() local
979 auto pkey = EVP_PKEY_Ptr(d2i_PrivateKey(EVP_PKEY_EC, nullptr, &p, keyPair.size())); in ecKeyPairGetPublicKey() local
1009 auto pkey = EVP_PKEY_Ptr(d2i_PrivateKey(EVP_PKEY_EC, nullptr, &p, keyPair.size())); in ecKeyPairGetPrivateKey() local
1056 auto pkey = EVP_PKEY_Ptr(EVP_PKEY_new()); in ecPrivateKeyToKeyPair() local
1084 auto pkey = EVP_PKEY_Ptr(d2i_PrivateKey(EVP_PKEY_EC, nullptr, &p, keyPair.size())); in ecKeyPairGetPkcs12() local
1206 auto pkey = EVP_PKEY_Ptr(EVP_PKEY_new()); in ecPublicKeyGenerateCertificate() local
1363 auto pkey = EVP_PKEY_Ptr(EVP_PKEY_new()); in ecdh() local
1475 auto pkey = EVP_PKEY_Ptr(X509_get_pubkey(certs[0].get())); in certificateChainGetTopMostKey() local
1550 auto pkey = EVP_PKEY_Ptr(X509_get_pubkey(certs[0].get())); in certificateFindPublicKey() local