Home
last modified time | relevance | path

Searched refs:DeleteKey (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libkmf/libkmf/common/
H A Dkeyop.c124 if (plugin != NULL && plugin->funclist->DeleteKey != NULL) { in kmf_delete_key_from_keystore()
125 ret = plugin->funclist->DeleteKey(handle, num_args, attrlist); in kmf_delete_key_from_keystore()
H A Dgeneralop.c1306 if (plugin != NULL && plugin->funclist->DeleteKey != NULL) { in kmf_free_kmf_key()
1307 (void) plugin->funclist->DeleteKey(handle, i, attlist); in kmf_free_kmf_key()
/illumos-gate/usr/src/lib/libkmf/include/
H A DkmfapiP.h92 KMF_RETURN (*DeleteKey) ( member
/illumos-gate/usr/src/boot/efi/include/Protocol/
H A DKms.h1161 EFI_KMS_DELETE_KEY DeleteKey; member
/illumos-gate/usr/src/uts/common/smbsrv/ndl/
H A Dwinreg.ndl439 struct winreg_DeleteKey DeleteKey;