Home
last modified time | relevance | path

Searched refs:PKCS11_TOKSIZE (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/lib/libipsecutil/common/
H A Dikedoor.h767 #ifndef PKCS11_TOKSIZE
768 #define PKCS11_TOKSIZE 32 macro
781 char pkcs11_token[PKCS11_TOKSIZE];
H A Dipsec_util.h107 #ifndef PKCS11_TOKSIZE
108 #define PKCS11_TOKSIZE 32 /* Fixed length of PKCS#11 token string len. */ macro
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dikeadm.c566 if (strlcpy(token_label, argv[0], PKCS11_TOKSIZE) >= PKCS11_TOKSIZE) in parse_token()
2500 char token_label[PKCS11_TOKSIZE]; in do_setdel_pin()
2529 (void) strlcpy(preq->pkcs11_token, token_label, PKCS11_TOKSIZE); in do_setdel_pin()