/aosp_15_r20/external/openthread/src/core/crypto/ |
H A D | ecdsa.hpp | 154 …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 D | hpke.pb.go | 319 func (x *HpkePublicKey) GetPublicKey() []byte { func 377 func (x *HpkePrivateKey) GetPublicKey() *HpkePublicKey { func
|
/aosp_15_r20/external/tink/cc/experimental/pqcrypto/signature/ |
H A D | sphincs_sign_key_manager.h | 74 GetPublicKey(const google::crypto::tink::SphincsPrivateKey& private_key) in GetPublicKey() function
|
H A D | falcon_sign_key_manager.h | 74 GetPublicKey(const google::crypto::tink::FalconPrivateKey& private_key) in GetPublicKey() function
|
H A D | dilithium_sign_key_manager.h | 74 GetPublicKey(const google::crypto::tink::DilithiumPrivateKey& private_key) in GetPublicKey() function
|
/aosp_15_r20/external/tink/cc/jwt/internal/ |
H A D | raw_jwt_ecdsa_sign_key_manager.h | 72 GetPublicKey(const google::crypto::tink::JwtEcdsaPrivateKey& private_key) in GetPublicKey() function
|
H A D | raw_jwt_rsa_ssa_pkcs1_sign_key_manager.h | 72 GetPublicKey(const google::crypto::tink::JwtRsaSsaPkcs1PrivateKey& in GetPublicKey() function
|
H A D | raw_jwt_rsa_ssa_pss_sign_key_manager.h | 73 GetPublicKey(const google::crypto::tink::JwtRsaSsaPssPrivateKey& private_key) in GetPublicKey() function
|
H A D | jwt_ecdsa_sign_key_manager.cc | 86 StatusOr<JwtEcdsaPublicKey> JwtEcdsaSignKeyManager::GetPublicKey( in GetPublicKey() function in crypto::tink::jwt_internal::JwtEcdsaSignKeyManager
|
H A D | jwt_rsa_ssa_pkcs1_sign_key_manager.cc | 88 StatusOr<JwtRsaSsaPkcs1PublicKey> JwtRsaSsaPkcs1SignKeyManager::GetPublicKey( in GetPublicKey() function in crypto::tink::jwt_internal::JwtRsaSsaPkcs1SignKeyManager
|
H A D | jwt_rsa_ssa_pss_sign_key_manager.cc | 86 StatusOr<JwtRsaSsaPssPublicKey> JwtRsaSsaPssSignKeyManager::GetPublicKey( in GetPublicKey() function in crypto::tink::jwt_internal::JwtRsaSsaPssSignKeyManager
|
/aosp_15_r20/external/tink/cc/signature/ |
H A D | rsa_ssa_pss_sign_key_manager.h | 74 GetPublicKey(const google::crypto::tink::RsaSsaPssPrivateKey& private_key) in GetPublicKey() function
|
H A D | ecdsa_sign_key_manager.h | 74 GetPublicKey( in GetPublicKey() function
|
H A D | rsa_ssa_pkcs1_sign_key_manager.h | 72 GetPublicKey(const google::crypto::tink::RsaSsaPkcs1PrivateKey& private_key) in GetPublicKey() function
|
H A D | ed25519_sign_key_manager.h | 72 GetPublicKey(const google::crypto::tink::Ed25519PrivateKey& private_key) in GetPublicKey() function
|
H A D | ed25519_private_key.h | 48 const Ed25519PublicKey& GetPublicKey() const override { return public_key_; } in GetPublicKey() function
|
H A D | ed25519_sign_key_manager_test.cc | 100 TEST(Ed25519SignKeyManagerTest, GetPublicKey) { in TEST() argument
|
/aosp_15_r20/external/tink/cc/hybrid/ |
H A D | ecies_aead_hkdf_private_key_manager.cc | 81 StatusOr<EciesAeadHkdfPublicKey> EciesAeadHkdfPrivateKeyManager::GetPublicKey( in GetPublicKey() function in crypto::tink::EciesAeadHkdfPrivateKeyManager
|
/aosp_15_r20/external/tink/cc/experimental/pqcrypto/kem/ |
H A D | cecpq2_aead_hkdf_private_key_manager.cc | 87 StatusOr<Cecpq2AeadHkdfPublicKey> Cecpq2AeadHkdfPrivateKeyManager::GetPublicKey( in GetPublicKey() function in crypto::tink::Cecpq2AeadHkdfPrivateKeyManager
|
/aosp_15_r20/external/federated-compute/fcp/secagg/testing/ |
H A D | ecdh_pregenerated_test_keys.cc | 144 EcdhPublicKey EcdhPregeneratedTestKeys::GetPublicKey(size_t index) { in GetPublicKey() function in fcp::secagg::EcdhPregeneratedTestKeys
|
/aosp_15_r20/external/tink/cc/hybrid/internal/ |
H A D | hpke_private_key_manager.cc | 86 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 D | falcon_subtle_utils.h | 95 const FalconPublicKeyPqclean& GetPublicKey() const { return public_key_; } in GetPublicKey() function
|
H A D | sphincs_subtle_utils.h | 116 const SphincsPublicKeyPqclean& GetPublicKey() const { return public_key_; } in GetPublicKey() function
|
/aosp_15_r20/external/cronet/crypto/ |
H A D | scoped_fake_user_verifying_key_provider.cc | 39 std::vector<uint8_t> GetPublicKey() const override { in GetPublicKey() function in crypto::__anonfcb2715b0111::FakeUserVerifyingSigningKey
|
/aosp_15_r20/external/tink/cc/core/ |
H A D | private_key_manager_impl_test.cc | 102 crypto::tink::util::StatusOr<EcdsaPublicKey> GetPublicKey( in GetPublicKey() function in crypto::tink::internal::__anon5bbd9b7a0211::ExamplePrivateKeyTypeManager
|