Home
last modified time | relevance | path

Searched defs:getEncryptionKey (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/security/keystore/
H A Duser_state.h68 const std::vector<uint8_t>& getEncryptionKey() const { return mMasterKey; } in getEncryptionKey() function
/aosp12/frameworks/opt/net/voip/src/java/android/net/sip/
H A DSimpleSessionDescription.java171 public String getEncryptionKey() { in getEncryptionKey() method in SimpleSessionDescription
441 public String getEncryptionKey() { in getEncryptionKey() method in SimpleSessionDescription.Fields