Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libkmf/libkmf/common/
H A Dpk11tokens.c304 char *tmplabel = NULL; in kmf_pk11_token_lookup() local
327 tmplabel = strdup(label); in kmf_pk11_token_lookup()
328 if (tmplabel == NULL) in kmf_pk11_token_lookup()
331 if (parse_token_spec(tmplabel, &token_name, &manuf_id, in kmf_pk11_token_lookup()
333 free(tmplabel); in kmf_pk11_token_lookup()
340 free(tmplabel); in kmf_pk11_token_lookup()
346 free(tmplabel); in kmf_pk11_token_lookup()
398 free(tmplabel); in kmf_pk11_token_lookup()
429 free(tmplabel); in kmf_pk11_token_lookup()
/titanic_41/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_crypto_openssl.c3468 char tmplabel[sizeof (tip->label) + 1]; in pkinit_login() local
3483 trim_token_label(tip, tmplabel, sizeof (tmplabel)); in pkinit_login()
3484 (void) snprintf(prompt, prompt_len, gettext("%s PIN"), tmplabel); in pkinit_login()
3598 char tmplabel[sizeof (token_choices->token_array->token_info.label) + 1]; in pkinit_choose_tokens() local
3612 trim_token_label(&token_choices->token_array[i].token_info, tmplabel, in pkinit_choose_tokens()
3613 sizeof (tmplabel)); in pkinit_choose_tokens()
3625 CHOOSE_THIS_TOKEN, gettext("Use smartcard"), tmplabel, in pkinit_choose_tokens()
3654 CHOOSE_THIS_TOKEN, gettext("Use smartcard"), tmplabel, in pkinit_choose_tokens()