Searched refs:writeUptoTwoBytesIntoInteger (Results 1 – 1 of 1) sorted by relevance
129 int keyId = writeUptoTwoBytesIntoInteger(keyConfig, currentIndex, sKeyIdSizeInBytes); in fromSerializedKeyConfig()132 int kemId = writeUptoTwoBytesIntoInteger(keyConfig, currentIndex, sKemIdSizeInBytes); in fromSerializedKeyConfig()141 writeUptoTwoBytesIntoInteger( in fromSerializedKeyConfig()151 int kdfId = writeUptoTwoBytesIntoInteger(keyConfig, currentIndex, sKdfIdSizeInBytes); in fromSerializedKeyConfig()154 int aeadId = writeUptoTwoBytesIntoInteger(keyConfig, currentIndex, sAeadIdSizeInBytes); in fromSerializedKeyConfig()298 private static int writeUptoTwoBytesIntoInteger( in writeUptoTwoBytesIntoInteger() method in ObliviousHttpKeyConfig