Searched defs:tokenName (Results 1 - 1 of 1) sorted by relevance
/osnet-11/usr/src/cmd/ldap/common/ |
H A D | common.c | 88 static char * buildTokenCertName( const char *tokenName, const char *certName); 936 char *tokenName; local 959 local_pkcs_fns.pkcs_gettokenname(NULL, &tokenName); 960 SVRCORE_CreateArgPinObj(&ArgPinObj, tokenName, pin, (SVRCOREPinObj *)StdPinObj); 970 local_pkcs_fns.pkcs_gettokenname(NULL, &tokenName); 976 if ((err = SVRCORE_CreateArgPinObj(&ArgPinObj, tokenName, pin, 2168 buildTokenCertName( const char *tokenName, const char *certName) argument 2171 int tokenlen = strlen(tokenName); 2176 strcpy(result, tokenName);
|
Completed in 27 milliseconds