Home
last modified time | relevance | path

Searched defs:publicHandle (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/tink/java_src/src/test/java/com/google/crypto/tink/jwt/
H A DJwtPublicKeySignVerifyWrappersTest.java93 KeysetHandle publicHandle = privateKeysetHandle.getPublicKeysetHandle(); in test_noPrimary_getVerifyPrimitive_success() local
113 KeysetHandle publicHandle = legacyHandle.getPublicKeysetHandle(); in test_wrapLegacy_throws() local
261 KeysetHandle publicHandle = keysetHandle.getPublicKeysetHandle(); in wrongIssuer_throwsInvalidException() local
275 KeysetHandle publicHandle = keysetHandle.getPublicKeysetHandle(); in expiredCompact_throwsInvalidException() local
294 KeysetHandle publicHandle = keysetHandle.getPublicKeysetHandle(); in notYetValidCompact_throwsInvalidException() local
319 KeysetHandle publicHandle = handle.getPublicKeysetHandle(); in test_verifyWithoutPrimary_works() local
/aosp_15_r20/external/tink/java_src/src/test/java/com/google/crypto/tink/hybrid/
H A DHybridTest.java89 KeysetHandle publicHandle = privateHandle.getPublicKeysetHandle(); in createEncryptDecrypt() local
156 KeysetHandle publicHandle = in readKeysetEncryptDecrypt_success() local
262 KeysetHandle publicHandle = in multipleKeysReadKeysetWithEncryptDecrypt() local
H A DHybridEncryptDecryptFactoryWithoutWrapperRegisteredTest.java50 KeysetHandle publicHandle = privateHandle.getPublicKeysetHandle(); in deprecatedFactoryGetPrimitive_whenWrapperHasNotBeenRegistered_works() local
H A DHybridDecryptFactoryTest.java47 KeysetHandle publicHandle = privateHandle.getPublicKeysetHandle(); in deprecatedHybridDecryptFactoryGetPrimitive_sameAs_keysetHandleGetPrimitive() local
H A DHybridEncryptFactoryTest.java45 KeysetHandle publicHandle = privateHandle.getPublicKeysetHandle(); in deprecatedHybridEncryptFactoryGetPrimitive_sameAs_keysetHandleGetPrimitive() local
/aosp_15_r20/external/tink/java_src/src/test/java/com/google/crypto/tink/signature/
H A DSignatureTest.java72 KeysetHandle publicHandle = privateHandle.getPublicKeysetHandle(); in createSignVerify() local
139 KeysetHandle publicHandle = in readKeysetEncryptDecrypt() local
290 KeysetHandle publicHandle = in multipleKeysReadKeysetWithEncryptDecrypt() local
H A DKeyConversionTest.java105 KeysetHandle publicHandle = in signAndVerifyWithEcdsaUsingJavaECKeys() local
173 KeysetHandle publicHandle = in signAndVerifyUsingJavaRSAKeys() local
192 KeysetHandle publicHandle = privateHandle.getPublicKeysetHandle(); in exportToJavaRSAKey() local
H A DPublicKeySignVerifyFactoryWithoutWrapperRegisteredTest.java45 KeysetHandle publicHandle = privateHandle.getPublicKeysetHandle(); in deprecatedFactoryGetPrimitive_whenWrapperHasNotBeenRegistered_works() local
H A DPublicKeyVerifyFactoryTest.java46 KeysetHandle publicHandle = privateHandle.getPublicKeysetHandle(); in deprecatedPublicKeyVerifyFactoryGetPrimitive_sameAs_keysetHandleGetPrimitive() local
H A DPublicKeySignFactoryTest.java44 KeysetHandle publicHandle = privateHandle.getPublicKeysetHandle(); in deprecatedPublicKeySignFactoryGetPrimitive_sameAs_keysetHandleGetPrimitive() local
/aosp_15_r20/external/tink/java_src/src/test/java/com/google/crypto/tink/hybrid/internal/
H A DHpkePrivateKeyManagerTest.java265 KeysetHandle publicHandle = privateHandle.getPublicKeysetHandle(); in registerPair() local
/aosp_15_r20/external/parameter-framework/upstream/bindings/c/
H A DParameterFramework.cpp323 PfwParameterHandler publicHandle = {*handle, *paramHandle}; in pfwBindParameter() local
/aosp_15_r20/external/tink/java_src/src/test/java/com/google/crypto/tink/
H A DKeysetHandleTest.java424 KeysetHandle publicHandle = privateHandle.getPublicKeysetHandle(); in getPublicKeysetHandle_shouldWork() local
722 KeysetHandle publicHandle = privateHandle.getPublicKeysetHandle(); in writeNoSecretThenReadNoSecret_returnsSameKeyset() local