Searched refs:PKCS11_TOKSIZE (Results 1 – 3 of 3) sorted by relevance
767 #ifndef PKCS11_TOKSIZE768 #define PKCS11_TOKSIZE 32 macro781 char pkcs11_token[PKCS11_TOKSIZE];
107 #ifndef PKCS11_TOKSIZE108 #define PKCS11_TOKSIZE 32 /* Fixed length of PKCS#11 token string len. */ macro
566 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()