Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-crypto/cryptoadm/
H A Dadm_metaslot.c99 if (memcmp(puent->metaslot_ks_slot, buf, SLOT_DESCRIPTION_SIZE) != 0) { in list_metaslot_info()
101 puent->metaslot_ks_slot); in list_metaslot_info()
512 (void) bzero((char *)puent->metaslot_ks_slot, SLOT_DESCRIPTION_SIZE); in enable_metaslot()
517 (void) strlcpy((char *)puent->metaslot_ks_slot, in enable_metaslot()
527 (void) strlcpy((char *)puent->metaslot_ks_slot, slot, in enable_metaslot()
H A Dadm_uef.c1477 if (memcmp(puent->metaslot_ks_slot, blank_buf, in uent2str()
1492 (const char *)puent->metaslot_ks_slot, BUFSIZ) in uent2str()
/titanic_41/usr/src/lib/libcryptoutil/common/
H A Dconfig_parsing.c266 (void) strlcpy((char *)pent->metaslot_ks_slot, value, in parse_policylist()
267 sizeof (pent->metaslot_ks_slot)); in parse_policylist()
484 (void) memcpy(puent2->metaslot_ks_slot, in dup_uentry()
485 puent1->metaslot_ks_slot, SLOT_DESCRIPTION_SIZE); in dup_uentry()
564 (void) strcpy(buf1, (const char *) puent->metaslot_ks_slot); in get_metaslot_info()
H A Dcryptoutil.h108 CK_UTF8CHAR metaslot_ks_slot[SLOT_DESCRIPTION_SIZE + 1]; member
/titanic_41/usr/src/lib/pkcs11/libpkcs11/common/
H A Dpkcs11Conf.c142 if (memcmp(metaslot_entry->metaslot_ks_slot, in setup_metaslot()
147 (const char *)metaslot_entry->metaslot_ks_slot, in setup_metaslot()