Searched refs:secretLength (Results 1 – 4 of 4) sorted by relevance
241 HpkeContextNativeRef hpkeContext, byte[] contextString, int secretLength) { in hpkeExport() argument243 byte[] exportResponse = hpkeExport(hpkeContext.getAddress(), contextString, secretLength); in hpkeExport()348 private native byte[] hpkeExport(long hpkeContext, byte[] contextString, int secretLength); in hpkeExport() argument
111 HpkeContextNativeRef hpkeContext, byte[] contextString, int secretLength); in hpkeExport() argument
42 public abstract int secretLength(); in secretLength() method in KemAlgorithmSpec
37 Assert.assertEquals(kemAlgorithmSpec.secretLength(), 32); in get_supportedId_returnsCorrectSpec()