Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-crypto/cryptoadm/
H A Dadm_metaslot.c104 if (memcmp(puent->metaslot_ks_token, buf, TOKEN_LABEL_SIZE) != 0) { in list_metaslot_info()
106 puent->metaslot_ks_token); in list_metaslot_info()
511 (void) bzero((char *)puent->metaslot_ks_token, TOKEN_LABEL_SIZE); in enable_metaslot()
515 (void) strlcpy((char *)puent->metaslot_ks_token, in enable_metaslot()
522 (void) strlcpy((char *)puent->metaslot_ks_token, token, in enable_metaslot()
H A Dadm_uef.c1455 if (memcmp(puent->metaslot_ks_token, blank_buf, in uent2str()
1470 (const char *)puent->metaslot_ks_token, BUFSIZ) in uent2str()
/illumos-gate/usr/src/lib/libcryptoutil/common/
H A Dconfig_parsing.c254 (void) strlcpy((char *)pent->metaslot_ks_token, value, in parse_policylist()
255 sizeof (pent->metaslot_ks_token)); in parse_policylist()
486 (void) memcpy(puent2->metaslot_ks_token, in dup_uentry()
487 puent1->metaslot_ks_token, TOKEN_LABEL_SIZE); in dup_uentry()
573 (void) strcpy(buf2, (const char *) puent->metaslot_ks_token); in get_metaslot_info()
H A Dcryptoutil.h110 CK_UTF8CHAR metaslot_ks_token[TOKEN_LABEL_SIZE + 1]; member
/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A Dpkcs11Conf.c133 if (memcmp(metaslot_entry->metaslot_ks_token, in setup_metaslot()
138 (const char *)metaslot_entry->metaslot_ks_token, in setup_metaslot()