Home
last modified time | relevance | path

Searched refs:createAesGcmKeyData (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/tink/java_src/src/test/java/com/google/crypto/tink/
H A DMonitoringUtilTest.java44 TestUtil.createAesGcmKeyData(KEY), 42, KeyStatusType.ENABLED, OutputPrefixType.TINK); in monitoringKeysetInfoFromPrimitiveSet()
67 TestUtil.createAesGcmKeyData(KEY), 42, KeyStatusType.ENABLED, OutputPrefixType.TINK); in monitoringKeysetInfoFromPrimitiveSetTwoEntries()
70 TestUtil.createAesGcmKeyData(KEY2), 43, KeyStatusType.ENABLED, OutputPrefixType.RAW); in monitoringKeysetInfoFromPrimitiveSetTwoEntries()
87 TestUtil.createAesGcmKeyData(KEY), 42, KeyStatusType.ENABLED, OutputPrefixType.TINK); in monitoringKeysetInfoFromPrimitiveSetWithoutPrimaryAndAnnotations()
H A DKeysetHandleTest.java519 TestUtil.createAesGcmKeyData(Hex.decode("000102030405060708090a0b0c0d0e0f")), in noBuilderSetMonitoringAnnotations_monitoringClientGetsAnnotationsWithKeysetInfo()
/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/testing/
H A DTestUtil.java350 public static KeyData createAesGcmKeyData(byte[] keyValue) throws Exception { in createAesGcmKeyData() method in TestUtil