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 D | HpkeKdf.java | 41 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 D | HkdfHpkeKdf.java | 83 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 D | HpkeUtil.java | 105 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()
|