Searched defs:token_info (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/lib/libkmf/libkmf/common/
H A Dpk11tokens.c235 CK_TOKEN_INFO token_info; local
287 if (C_GetTokenInfo(slot_list[i], &token_info) != CKR_OK) {
293 max_sz = sizeof (token_info.label);
294 if (memcmp_pad_max(&(token_info.label), max_sz, token_name,
303 max_sz = sizeof ((char *)(token_info.manufacturerID));
304 if (memcmp_pad_max(&(token_info.manufacturerID), max_sz,
317 max_sz = sizeof ((char *)(token_info.serialNumber));
318 if (memcmp_pad_max(&(token_info.serialNumber), max_sz,
/osnet-11/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaSession.c595 CK_TOKEN_INFO token_info; local
641 rv = FUNCLIST(fw_st_id)->C_GetTokenInfo(true_id, &token_info);
647 if (token_info.flags & CKF_USER_PIN_TO_BE_CHANGED) {
/osnet-11/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dutility.c352 td->token_info.manufacturerID,
353 strlen((char *)td->token_info.manufacturerID));
355 slot_info.hardwareVersion = nv_token_data->token_info.hardwareVersion;
356 slot_info.firmwareVersion = nv_token_data->token_info.firmwareVersion;
371 CK_TOKEN_INFO *token_info = NULL; local
373 token_info = &td->token_info;
375 (void) memset(token_info->model, ' ',
376 sizeof (token_info->model));
377 (void) memset(token_info
[all...]
H A Dtpmtok_int.h371 CK_TOKEN_INFO token_info; member in struct:_TOKEN_DATA
/osnet-11/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_crypto_openssl.c3717 CK_TOKEN_INFO token_info; member in struct:_token_entry
3780 char tmplabel[sizeof (token_choices->token_array->token_info.label) + 1];
3794 trim_token_label(&token_choices->token_array[i].token_info, tmplabel,
4380 token_choices.token_array[token_choices.numtokens].token_info = tinfo;
4416 if ((token_choices.token_array[0].token_info.flags & CKF_LOGIN_REQUIRED) &&
4487 if ((token_choices.token_array[choice].token_info.flags & CKF_LOGIN_REQUIRED) &&
4489 r = pkinit_login(context, cctx, &token_choices.token_array[choice].token_info);

Completed in 47 milliseconds