Searched refs:metaslot_ks_token (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/cmd/cmd-crypto/cryptoadm/ |
H A D | adm_metaslot.c | 104 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 D | adm_uef.c | 1454 if (memcmp(puent->metaslot_ks_token, blank_buf, in uent2str() 1469 (const char *)puent->metaslot_ks_token, BUFSIZ) in uent2str()
|
/titanic_41/usr/src/lib/libcryptoutil/common/ |
H A D | config_parsing.c | 254 (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 D | cryptoutil.h | 109 CK_UTF8CHAR metaslot_ks_token[TOKEN_LABEL_SIZE + 1]; member
|
/titanic_41/usr/src/lib/pkcs11/libpkcs11/common/ |
H A D | pkcs11Conf.c | 133 if (memcmp(metaslot_entry->metaslot_ks_token, in setup_metaslot() 138 (const char *)metaslot_entry->metaslot_ks_token, in setup_metaslot()
|