/aosp_15_r20/external/tink/cc/examples/walkthrough/ |
H A D | test_util.cc | 32 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 D | key_manager.h | 94 bool DoesSupport(absl::string_view key_type) const { in DoesSupport() function
|
/aosp_15_r20/external/tink/go/core/registry/ |
H A D | key_manager.go | 42 DoesSupport(typeURL string) bool methodSpec
|
/aosp_15_r20/external/tink/go/keyderivation/ |
H A D | prf_based_deriver_key_manager.go | 100 func (km *prfBasedDeriverKeyManager) DoesSupport(typeURL string) bool { func
|
/aosp_15_r20/external/tink/go/aead/internal/testing/kmsaead/ |
H A D | key_manager.go | 88 func (km *keyManager) DoesSupport(typeURL string) bool { func
|
/aosp_15_r20/external/tink/go/aead/ |
H A D | kms_envelope_aead_key_manager.go | 104 func (km *kmsEnvelopeAEADKeyManager) DoesSupport(typeURL string) bool { func
|
H A D | aes_gcm_siv_key_manager.go | 105 func (km *aesGCMSIVKeyManager) DoesSupport(typeURL string) bool { func
|
H A D | chacha20poly1305_key_manager.go | 87 func (km *chaCha20Poly1305KeyManager) DoesSupport(typeURL string) bool { func
|
/aosp_15_r20/external/tink/go/hybrid/ |
H A D | hpke_public_key_manager.go | 61 func (p *hpkePublicKeyManager) DoesSupport(typeURL string) bool { func
|
H A D | ecies_aead_hkdf_public_key_manager.go | 84 func (km *eciesAEADHKDFPublicKeyKeyManager) DoesSupport(typeURL string) bool { func
|
H A D | hpke_private_key_manager.go | 129 func (p *hpkePrivateKeyManager) DoesSupport(typeURL string) bool { func
|
/aosp_15_r20/external/tink/go/signature/ |
H A D | ecdsa_verifier_key_manager.go | 74 func (km *ecdsaVerifierKeyManager) DoesSupport(typeURL string) bool { func
|
H A D | rsassapkcs1_verifier_key_manager.go | 81 func (km *rsaSSAPKCS1VerifierKeyManager) DoesSupport(typeURL string) bool { func
|
H A D | ed25519_verifier_key_manager.go | 74 func (km *ed25519VerifierKeyManager) DoesSupport(typeURL string) bool { func
|
H A D | rsassapss_verifier_key_manager.go | 89 func (km *rsaSSAPSSVerifierKeyManager) DoesSupport(typeURL string) bool { func
|
H A D | rsassapss_signer_key_manager.go | 182 func (km *rsaSSAPSSSignerKeyManager) DoesSupport(typeURL string) bool { func
|
H A D | rsassapkcs1_signer_key_manager.go | 174 func (km *rsaSSAPKCS1SignerKeyManager) DoesSupport(typeURL string) bool { func
|
/aosp_15_r20/external/tink/go/keyderivation/internal/streamingprf/ |
H A D | hkdf_streaming_prf_key_manager.go | 86 func (km *HKDFStreamingPRFKeyManager) DoesSupport(typeURL string) bool { func
|
/aosp_15_r20/external/tink/go/jwt/ |
H A D | jwt_rsa_ssa_pkcs1_verifier_key_manager.go | 90 func (km *jwtRSVerifierKeyManager) DoesSupport(typeURL string) bool { func
|
H A D | jwt_rsa_ssa_pss_signer_key_manager.go | 188 func (km *jwtPSSignerKeyManager) DoesSupport(typeURL string) bool { func
|
H A D | jwt_ecdsa_signer_key_manager.go | 141 func (km *jwtECDSASignerKeyManager) DoesSupport(typeURL string) bool { func
|
H A D | jwt_rsa_ssa_pss_verify_key_manager.go | 95 func (km *jwtPSVerifierKeyManager) DoesSupport(typeURL string) bool { func
|
H A D | jwt_hmac_key_manager.go | 118 func (km *jwtHMACKeyManager) DoesSupport(keyTypeURL string) bool { func
|
/aosp_15_r20/external/tink/go/mac/ |
H A D | aes_cmac_key_manager.go | 101 func (km *aescmacKeyManager) DoesSupport(typeURL string) bool { func
|
/aosp_15_r20/external/tink/go/prf/ |
H A D | aes_cmac_prf_key_manager.go | 96 func (km *aescmacprfKeyManager) DoesSupport(typeURL string) bool { func
|