HomeSort by relevance Sort by last modified time
    Searched refs:slot_name (Results 1 - 8 of 8) sorted by null

  /external/libchrome/crypto/
nss_crypto_module_delegate.h 30 // Requests a password to unlock |slot_name|. The interface is synchronous
36 virtual std::string RequestPassword(const std::string& slot_name, bool retry,
  /external/curl/lib/vtls/
nss.c 364 static PK11SlotInfo* nss_find_slot_by_name(const char *slot_name)
368 slot = PK11_FindSlotByName(slot_name);
391 char *slot_name = aprintf("PEM Token #%d", slot_id); local
392 if(!slot_name)
395 slot = nss_find_slot_by_name(slot_name);
396 free(slot_name);
    [all...]
  /system/core/fastboot/
fastboot.cpp     [all...]
  /toolchain/binutils/binutils-2.25/binutils/
objcopy.c 969 const char *slot_name = (char *) *slot; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
typeobject.c 1998 PyObject *slot_name, *new_name; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
typeobject.c 1980 PyObject *slot_name, *new_name; local
    [all...]
  /external/python/cpython2/Objects/
typeobject.c 2028 PyObject *slot_name, *new_name; local
    [all...]
  /external/ltp/testcases/kernel/fs/scsi/ltpscsi/
scsimain.c 3059 unsigned char slot_name[16]; local
    [all...]

Completed in 1054 milliseconds