Searched defs:key_pair (Results 1 – 11 of 11) sorted by relevance
96 let key_pair = signature::RsaKeyPair::from_der(&private_key); in test_signature_rsa_pkcs1_sign() localVariable101 let key_pair = key_pair.unwrap(); in test_signature_rsa_pkcs1_sign() localVariable134 let key_pair = signature::RsaKeyPair::from_der(&private_key); in test_signature_rsa_pss_sign() localVariable138 let key_pair = key_pair.unwrap(); in test_signature_rsa_pss_sign() localVariable314 let key_pair = signature::RsaKeyPair::from_pkcs8(PRIVATE_KEY).unwrap(); in rsa_test_public_key_coverage() localVariable
54 let key_pair = Ed25519KeyPair::from_seed_and_public_key(&seed, &public_key).unwrap(); in test_signature_ed25519() localVariable62 let key_pair = Ed25519KeyPair::from_pkcs8(pkcs8.as_ref()).unwrap(); in test_signature_ed25519() localVariable161 let key_pair = signature::Ed25519KeyPair::from_pkcs8(PRIVATE_KEY).unwrap(); in ed25519_test_public_key_coverage() localVariable
202 let key_pair = signature::EcdsaKeyPair::from_pkcs8( in ecdsa_test_public_key_coverage() localVariable
193 std::unique_ptr<OpenSSLKeyPair> key_pair, in OpenSSLIdentity()203 OpenSSLIdentity::OpenSSLIdentity(std::unique_ptr<OpenSSLKeyPair> key_pair, in OpenSSLIdentity()214 std::unique_ptr<OpenSSLKeyPair> key_pair( in CreateInternal() local259 std::unique_ptr<OpenSSLKeyPair> key_pair( in CreateFromPEMStrings() local301 std::unique_ptr<OpenSSLKeyPair> key_pair( in CreateFromPEMChainStrings() local
127 OpenSSLKeyPair* key_pair, in Generate()
52 EVP_PKEY key_pair, in CreateCertificateInternal()161 const EVP_PKEY& key_pair, in CreateSelfSignedX509Certificate()
359 RSAPrivateKey key_pair = std::move(key_pair_or_error.value()); in TEST() local
355 std::unique_ptr<crypto::RSAPrivateKey> key_pair( in TEST() local
54 let key_pair = Self::from_seed_(&seed); in generate_pkcs8() localVariable
109 let key_pair = ec::suite_b::key_pair_from_pkcs8( in from_pkcs8() localVariable140 let key_pair = ec::suite_b::key_pair_from_bytes( in from_private_key_and_public_key() localVariable
624 let key_pair = signature::RsaKeyPair::from_der(PRIVATE_KEY_DER).unwrap(); in test_signature_rsa_pkcs1_sign_output_buffer_len() localVariable