Home
last modified time | relevance | path

Searched defs:GetPublicKey (Results 1 – 25 of 57) sorted by relevance

123

/aosp_15_r20/external/openthread/src/core/crypto/
H A Decdsa.hpp154 …Error GetPublicKey(PublicKey &aPublicKey) const { return otPlatCryptoEcdsaGetPublicKey(this, &aPub… in GetPublicKey() function in ot::Crypto::Ecdsa::P256::KeyPair
267 Error GetPublicKey(PublicKey &aPublicKey) const in GetPublicKey() function in ot::Crypto::Ecdsa::P256::KeyPairAsRef
/aosp_15_r20/external/tink/go/proto/hpke_go_proto/
H A Dhpke.pb.go319 func (x *HpkePublicKey) GetPublicKey() []byte { func
377 func (x *HpkePrivateKey) GetPublicKey() *HpkePublicKey { func
/aosp_15_r20/external/tink/cc/experimental/pqcrypto/signature/
H A Dsphincs_sign_key_manager.h74 GetPublicKey(const google::crypto::tink::SphincsPrivateKey& private_key) in GetPublicKey() function
H A Dfalcon_sign_key_manager.h74 GetPublicKey(const google::crypto::tink::FalconPrivateKey& private_key) in GetPublicKey() function
H A Ddilithium_sign_key_manager.h74 GetPublicKey(const google::crypto::tink::DilithiumPrivateKey& private_key) in GetPublicKey() function
/aosp_15_r20/external/tink/cc/jwt/internal/
H A Draw_jwt_ecdsa_sign_key_manager.h72 GetPublicKey(const google::crypto::tink::JwtEcdsaPrivateKey& private_key) in GetPublicKey() function
H A Draw_jwt_rsa_ssa_pkcs1_sign_key_manager.h72 GetPublicKey(const google::crypto::tink::JwtRsaSsaPkcs1PrivateKey& in GetPublicKey() function
H A Draw_jwt_rsa_ssa_pss_sign_key_manager.h73 GetPublicKey(const google::crypto::tink::JwtRsaSsaPssPrivateKey& private_key) in GetPublicKey() function
H A Djwt_ecdsa_sign_key_manager.cc86 StatusOr<JwtEcdsaPublicKey> JwtEcdsaSignKeyManager::GetPublicKey( in GetPublicKey() function in crypto::tink::jwt_internal::JwtEcdsaSignKeyManager
H A Djwt_rsa_ssa_pkcs1_sign_key_manager.cc88 StatusOr<JwtRsaSsaPkcs1PublicKey> JwtRsaSsaPkcs1SignKeyManager::GetPublicKey( in GetPublicKey() function in crypto::tink::jwt_internal::JwtRsaSsaPkcs1SignKeyManager
H A Djwt_rsa_ssa_pss_sign_key_manager.cc86 StatusOr<JwtRsaSsaPssPublicKey> JwtRsaSsaPssSignKeyManager::GetPublicKey( in GetPublicKey() function in crypto::tink::jwt_internal::JwtRsaSsaPssSignKeyManager
/aosp_15_r20/external/tink/cc/signature/
H A Drsa_ssa_pss_sign_key_manager.h74 GetPublicKey(const google::crypto::tink::RsaSsaPssPrivateKey& private_key) in GetPublicKey() function
H A Decdsa_sign_key_manager.h74 GetPublicKey( in GetPublicKey() function
H A Drsa_ssa_pkcs1_sign_key_manager.h72 GetPublicKey(const google::crypto::tink::RsaSsaPkcs1PrivateKey& private_key) in GetPublicKey() function
H A Ded25519_sign_key_manager.h72 GetPublicKey(const google::crypto::tink::Ed25519PrivateKey& private_key) in GetPublicKey() function
H A Ded25519_private_key.h48 const Ed25519PublicKey& GetPublicKey() const override { return public_key_; } in GetPublicKey() function
H A Ded25519_sign_key_manager_test.cc100 TEST(Ed25519SignKeyManagerTest, GetPublicKey) { in TEST() argument
/aosp_15_r20/external/tink/cc/hybrid/
H A Decies_aead_hkdf_private_key_manager.cc81 StatusOr<EciesAeadHkdfPublicKey> EciesAeadHkdfPrivateKeyManager::GetPublicKey( in GetPublicKey() function in crypto::tink::EciesAeadHkdfPrivateKeyManager
/aosp_15_r20/external/tink/cc/experimental/pqcrypto/kem/
H A Dcecpq2_aead_hkdf_private_key_manager.cc87 StatusOr<Cecpq2AeadHkdfPublicKey> Cecpq2AeadHkdfPrivateKeyManager::GetPublicKey( in GetPublicKey() function in crypto::tink::Cecpq2AeadHkdfPrivateKeyManager
/aosp_15_r20/external/federated-compute/fcp/secagg/testing/
H A Decdh_pregenerated_test_keys.cc144 EcdhPublicKey EcdhPregeneratedTestKeys::GetPublicKey(size_t index) { in GetPublicKey() function in fcp::secagg::EcdhPregeneratedTestKeys
/aosp_15_r20/external/tink/cc/hybrid/internal/
H A Dhpke_private_key_manager.cc86 util::StatusOr<HpkePublicKey> HpkePrivateKeyManager::GetPublicKey( in GetPublicKey() function in crypto::tink::internal::HpkePrivateKeyManager
/aosp_15_r20/external/tink/cc/experimental/pqcrypto/signature/subtle/
H A Dfalcon_subtle_utils.h95 const FalconPublicKeyPqclean& GetPublicKey() const { return public_key_; } in GetPublicKey() function
H A Dsphincs_subtle_utils.h116 const SphincsPublicKeyPqclean& GetPublicKey() const { return public_key_; } in GetPublicKey() function
/aosp_15_r20/external/cronet/crypto/
H A Dscoped_fake_user_verifying_key_provider.cc39 std::vector<uint8_t> GetPublicKey() const override { in GetPublicKey() function in crypto::__anonfcb2715b0111::FakeUserVerifyingSigningKey
/aosp_15_r20/external/tink/cc/core/
H A Dprivate_key_manager_impl_test.cc102 crypto::tink::util::StatusOr<EcdsaPublicKey> GetPublicKey( in GetPublicKey() function in crypto::tink::internal::__anon5bbd9b7a0211::ExamplePrivateKeyTypeManager

123