Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ldap/common/
H A Dcommon.c89 static char * buildTokenCertName( const char *tokenName, const char *certName);
858 if ( (result = buildTokenCertName( pkcs_token, ssl_certname)) != NULL){
2169 buildTokenCertName( const char *tokenName, const char *certName) function