Searched refs:labelstr (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_crypto_openssl.c3563 * labelstr will be C string containing token label with trailing white space
3567 trim_token_label(CK_TOKEN_INFO *tinfo, char *labelstr, unsigned int labelstr_len) argument
3573 * \0 terminate labelstr in case the last char in the token label is
3576 labelstr[sizeof (tinfo->label)] = '\0';
3577 (void) memcpy(labelstr, (char *) tinfo->label, sizeof (tinfo->label));
3581 if (labelstr[i] == ' ')
3582 labelstr[i] = '\0';

Completed in 170 milliseconds