Home
last modified time | relevance | path

Searched defs:validateKeyFormat (Results 1 – 19 of 19) sorted by relevance

/aosp_15_r20/external/tink/java_src/src/test/java/com/google/crypto/tink/
H A DKeyTemplatesTest.java85 public void validateKeyFormat(Empty format) throws GeneralSecurityException {} in keyFactory() method in KeyTemplatesTest.TestKeyTypeManager
/aosp_15_r20/external/tink/go/aead/
H A Daes_gcm_siv_key_manager.go128 func (km *aesGCMSIVKeyManager) validateKeyFormat(format *gcmsivpb.AesGcmSivKeyFormat) error { func
H A Daes_gcm_key_manager.go160 func (km *aesGCMKeyManager) validateKeyFormat(format *gcmpb.AesGcmKeyFormat) error { func
H A Daes_ctr_hmac_aead_key_manager.go161 func (km *aesCTRHMACAEADKeyManager) validateKeyFormat(format *aeadpb.AesCtrHmacAeadKeyFormat) error… func
/aosp_15_r20/external/tink/go/mac/
H A Daes_cmac_key_manager.go122 func (km *aescmacKeyManager) validateKeyFormat(format *cmacpb.AesCmacKeyFormat) error { func
H A Dhmac_key_manager.go158 func (km *hmacKeyManager) validateKeyFormat(format *hmacpb.HmacKeyFormat) error { func
/aosp_15_r20/external/tink/go/prf/
H A Daes_cmac_prf_key_manager.go117 func (km *aescmacprfKeyManager) validateKeyFormat(format *cmacpb.AesCmacPrfKeyFormat) error { func
H A Dhkdf_prf_key_manager.go163 func (km *hkdfprfKeyManager) validateKeyFormat(format *hkdfpb.HkdfPrfKeyFormat) error { func
H A Dhmac_prf_key_manager.go157 func (km *hmacprfKeyManager) validateKeyFormat(format *hmacpb.HmacPrfKeyFormat) error { func
/aosp_15_r20/external/tink/go/hybrid/
H A Dhpke_private_key_manager.go137 func validateKeyFormat(kf *hpkepb.HpkeKeyFormat) error { func
H A Decies_aead_hkdf_private_key_manager.go162 func (km *eciesAEADHKDFPrivateKeyKeyManager) validateKeyFormat(format *eahpb.EciesAeadHkdfKeyFormat… func
/aosp_15_r20/external/tink/go/jwt/
H A Djwt_hmac_key_manager.go144 func (km *jwtHMACKeyManager) validateKeyFormat(keyFormat *jwtmacpb.JwtHmacKeyFormat) error { func
/aosp_15_r20/external/tink/go/signature/
H A Decdsa_signer_key_manager.go148 func (km *ecdsaSignerKeyManager) validateKeyFormat(format *ecdsapb.EcdsaKeyFormat) error { func
/aosp_15_r20/external/tink/go/streamingaead/
H A Daes_ctr_hmac_key_manager.go144 func (km *aesCTRHMACKeyManager) validateKeyFormat(format *chpb.AesCtrHmacStreamingKeyFormat) error { func
H A Daes_gcm_hkdf_key_manager.go169 func (km *aesGCMHKDFKeyManager) validateKeyFormat(format *ghpb.AesGcmHkdfStreamingKeyFormat) error { func
/aosp_15_r20/external/tink/java_src/src/test/java/com/google/crypto/tink/aead/
H A DChaCha20Poly1305KeyManagerTest.java66 public void validateKeyFormat() throws Exception { in validateKeyFormat() method in ChaCha20Poly1305KeyManagerTest
H A DXChaCha20Poly1305KeyManagerTest.java68 public void validateKeyFormat() throws Exception { in validateKeyFormat() method in XChaCha20Poly1305KeyManagerTest
/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/internal/
H A DKeyTypeManager.java203 public abstract void validateKeyFormat(KeyFormatProtoT keyFormatProto) in validateKeyFormat() method in KeyTypeManager.KeyFactory
/aosp_15_r20/packages/modules/RemoteKeyProvisioning/app/tests/unit/
Dtink-android-1.5.0.jarcom/google/crypto/tink/subtle/prf/StreamingPrf.class StreamingPrf.java package ...