Home
last modified time | relevance | path

Searched defs:DoesSupport (Results 1 – 25 of 47) sorted by relevance

12

/aosp_15_r20/external/tink/cc/examples/walkthrough/
H A Dtest_util.cc32 bool FakeKmsClient::DoesSupport(absl::string_view key_uri) const { in DoesSupport() function in tink_walkthrough::FakeKmsClient
44 bool AlwaysFailingFakeKmsClient::DoesSupport(absl::string_view key_uri) const { in DoesSupport() function in tink_walkthrough::AlwaysFailingFakeKmsClient
/aosp_15_r20/external/tink/cc/
H A Dkey_manager.h94 bool DoesSupport(absl::string_view key_type) const { in DoesSupport() function
/aosp_15_r20/external/tink/go/core/registry/
H A Dkey_manager.go42 DoesSupport(typeURL string) bool methodSpec
/aosp_15_r20/external/tink/go/keyderivation/
H A Dprf_based_deriver_key_manager.go100 func (km *prfBasedDeriverKeyManager) DoesSupport(typeURL string) bool { func
/aosp_15_r20/external/tink/go/aead/internal/testing/kmsaead/
H A Dkey_manager.go88 func (km *keyManager) DoesSupport(typeURL string) bool { func
/aosp_15_r20/external/tink/go/aead/
H A Dkms_envelope_aead_key_manager.go104 func (km *kmsEnvelopeAEADKeyManager) DoesSupport(typeURL string) bool { func
H A Daes_gcm_siv_key_manager.go105 func (km *aesGCMSIVKeyManager) DoesSupport(typeURL string) bool { func
H A Dchacha20poly1305_key_manager.go87 func (km *chaCha20Poly1305KeyManager) DoesSupport(typeURL string) bool { func
/aosp_15_r20/external/tink/go/hybrid/
H A Dhpke_public_key_manager.go61 func (p *hpkePublicKeyManager) DoesSupport(typeURL string) bool { func
H A Decies_aead_hkdf_public_key_manager.go84 func (km *eciesAEADHKDFPublicKeyKeyManager) DoesSupport(typeURL string) bool { func
H A Dhpke_private_key_manager.go129 func (p *hpkePrivateKeyManager) DoesSupport(typeURL string) bool { func
/aosp_15_r20/external/tink/go/signature/
H A Decdsa_verifier_key_manager.go74 func (km *ecdsaVerifierKeyManager) DoesSupport(typeURL string) bool { func
H A Drsassapkcs1_verifier_key_manager.go81 func (km *rsaSSAPKCS1VerifierKeyManager) DoesSupport(typeURL string) bool { func
H A Ded25519_verifier_key_manager.go74 func (km *ed25519VerifierKeyManager) DoesSupport(typeURL string) bool { func
H A Drsassapss_verifier_key_manager.go89 func (km *rsaSSAPSSVerifierKeyManager) DoesSupport(typeURL string) bool { func
H A Drsassapss_signer_key_manager.go182 func (km *rsaSSAPSSSignerKeyManager) DoesSupport(typeURL string) bool { func
H A Drsassapkcs1_signer_key_manager.go174 func (km *rsaSSAPKCS1SignerKeyManager) DoesSupport(typeURL string) bool { func
/aosp_15_r20/external/tink/go/keyderivation/internal/streamingprf/
H A Dhkdf_streaming_prf_key_manager.go86 func (km *HKDFStreamingPRFKeyManager) DoesSupport(typeURL string) bool { func
/aosp_15_r20/external/tink/go/jwt/
H A Djwt_rsa_ssa_pkcs1_verifier_key_manager.go90 func (km *jwtRSVerifierKeyManager) DoesSupport(typeURL string) bool { func
H A Djwt_rsa_ssa_pss_signer_key_manager.go188 func (km *jwtPSSignerKeyManager) DoesSupport(typeURL string) bool { func
H A Djwt_ecdsa_signer_key_manager.go141 func (km *jwtECDSASignerKeyManager) DoesSupport(typeURL string) bool { func
H A Djwt_rsa_ssa_pss_verify_key_manager.go95 func (km *jwtPSVerifierKeyManager) DoesSupport(typeURL string) bool { func
H A Djwt_hmac_key_manager.go118 func (km *jwtHMACKeyManager) DoesSupport(keyTypeURL string) bool { func
/aosp_15_r20/external/tink/go/mac/
H A Daes_cmac_key_manager.go101 func (km *aescmacKeyManager) DoesSupport(typeURL string) bool { func
/aosp_15_r20/external/tink/go/prf/
H A Daes_cmac_prf_key_manager.go96 func (km *aescmacprfKeyManager) DoesSupport(typeURL string) bool { func

12