HomeSort by: relevance | last modified time | path
    Searched refs:get_slot (Results 1 - 5 of 5) sorted by relevancy

  /src/crypto/external/cpl/trousers/dist/src/tcs/
tcsi_cmk.c 124 if ((result = get_slot(hContext, hWrappingKey, &parentSlot))) {
238 if ((result = get_slot(hContext, parentHandle, &parentSlot)))
296 if ((result = get_slot(hContext, parentHandle, &parentSlot)))
tcsi_key.c 79 if ((result = get_slot(hContext, hUnwrappingKey, &parentSlot)))
tcs_key.c 97 /* XXX Can get_slot be merged with ensureKeyIsLoaded? */
99 /* Given a handle, get_slot searches the mem cache for a mapping to a TPM handle. If there is no
103 get_slot(TCS_CONTEXT_HANDLE hContext, TCS_KEY_HANDLE hKey, TPM_KEY_HANDLE *out) function
  /src/crypto/external/cpl/trousers/dist/src/include/
tcs_utils.h 270 TSS_RESULT get_slot(TCS_CONTEXT_HANDLE, TCS_KEY_HANDLE, TPM_KEY_HANDLE *);
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/
DIARawSymbol.cpp 767 return PrivateGetDIAValue(Symbol, &IDiaSymbol::get_slot);

Completed in 125 milliseconds