Searched refs:getPurpose (Results 1 – 5 of 5) sorted by relevance
173 SecretKey derivedKey = deriveAes256KeyFor(getSecretKey(signingKey), getPurpose(sigType)); in sign()205 deriveAes256KeyFor(getSecretKey(verificationKey), getPurpose(sigType)); in verify()256 deriveAes256KeyFor(getSecretKey(encryptionKey), getPurpose(encType)); in encrypt()296 deriveAes256KeyFor(getSecretKey(decryptionKey), getPurpose(encType)); in decrypt()344 static String getPurpose(SigType sigType) { in getPurpose() method in CryptoOps349 static String getPurpose(EncType encType) { in getPurpose() method in CryptoOps
11 String getPurpose(); in getPurpose() method
42 StreamPurpose getPurpose() const { return Purpose; } in getPurpose() function
255 switch (S.getPurpose()) { in explainPdbStreamOffset()
84 public String getPurpose() { in getPurpose() method in CallInfo