Home
last modified time | relevance | path

Searched defs:getKey (Results 1 – 18 of 18) sorted by relevance

/netbsd-src/external/bsd/elftosb/dist/common/
H A DAESKey.h119 inline const key_t & getKey() const { return m_key; } in getKey() function
120 inline void getKey(key_t * key) const { memcpy(key, m_key, sizeof(m_key)); } in getKey() function
/netbsd-src/external/bsd/elftosb/dist/sbtool/
H A DEncoreBootImageReader.h49 inline const AESKey<128> & getKey() const { return m_dek; } in getKey() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/Refactoring/
H A DAtomicChange.h68 const std::string &getKey() const { return Key; } in getKey() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DStringMapEntry.h102 StringRef getKey() const { in getKey() function
H A DImmutableMap.h198 key_type_ref getKey() const { return (*this)->first; } in getKey() function
328 key_type_ref getKey() const { return (*this)->first; } in getKey() function
H A DScopedHashTable.h55 const K &getKey() const { return Key; } in getKey() function
/netbsd-src/crypto/external/cpl/tpm-tools/dist/src/data_mgmt/
H A Ddata_protect.c214 getKey( CK_SESSION_HANDLE a_hSession, in getKey() function
/netbsd-src/external/bsd/nsd/dist/contrib/bind2nsd/bind2nsd/
H A DNamedConf.py241 def getKey(self, name): member in NamedConf
H A DNsdConf.py541 def getKey(self, name): member in NsdConf
/netbsd-src/sys/arch/sun68k/include/
H A Dmon.h131 int (*getKey)(void); /* Get next key if one exists */ member
/netbsd-src/sys/arch/sun3/include/
H A Dmon.h127 int (*getKey)(void); /* Get next key if one exists */ member
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A Dcollector_module.h199 void *(*getKey)(unsigned key); member
/netbsd-src/sys/arch/sparc/include/
H A Doldmon.h181 int (*getKey)(void); /* Get next key if one exists */ member
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A Dcollector_module.h194 void *(*getKey)(unsigned key); member
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/windows/
H A Dregistry.d1487 Key getKey(size_t index) in getKey() function
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/windows/
H A Dregistry.d1485 Key getKey(size_t index) in getKey() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DYAMLParser.cpp2138 Node *KeyValueNode::getKey() { in getKey() function in KeyValueNode
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp1250 MachineBasicBlock *getKey() const { in precomputeTriangleChains() function