Home
last modified time | relevance | path

Searched defs:suiteId (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/hybrid/internal/
H A DHpkeKdf.java41 byte[] labeledExtract(byte[] salt, byte[] ikm, String ikmLabel, byte[] suiteId) in labeledExtract()
58 byte[] labeledExpand(byte[] prk, byte[] info, String infoLabel, byte[] suiteId, int length) in labeledExpand()
83 byte[] suiteId, in extractAndExpand()
H A DHkdfHpkeKdf.java83 public byte[] labeledExtract(byte[] salt, byte[] ikm, String ikmLabel, byte[] suiteId) in labeledExtract()
89 public byte[] labeledExpand(byte[] prk, byte[] info, String infoLabel, byte[] suiteId, int length) in labeledExpand()
101 byte[] suiteId, in extractAndExpand()
H A DHpkeUtil.java105 static byte[] labelIkm(String label, byte[] ikm, byte[] suiteId) throws GeneralSecurityException { in labelIkm()
116 static byte[] labelInfo(String label, byte[] info, byte[] suiteId, int length) in labelInfo()