Searched refs:certName (Results 1 – 1 of 1) sorted by relevance
88 static char * buildTokenCertName( const char *tokenName, const char *certName);2168 buildTokenCertName( const char *tokenName, const char *certName) argument2172 int len = tokenlen + strlen(certName) +2;2179 strcpy(result+tokenlen, certName);