Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dnew_host.c379 TOKEN_DATA newtoken; in SC_InitToken() local
400 rc = load_token_data(hContext, &newtoken); in SC_InitToken()
405 if (newtoken.token_info.flags & CKF_SO_PIN_LOCKED) { in SC_InitToken()
424 (void) init_token_data(hContext, &newtoken); in SC_InitToken()
425 (void) init_slot_info(&newtoken); in SC_InitToken()
428 (void) strncpy((char *)newtoken.token_info.label, (char *)pLabel, in SC_InitToken()
429 sizeof (newtoken.token_info.label)); in SC_InitToken()
431 (void) memcpy(newtoken.so_pin_sha, hash_sha, in SC_InitToken()
434 newtoken.token_info.flags |= CKF_TOKEN_INITIALIZED; in SC_InitToken()
436 rc = save_token_data(&newtoken); in SC_InitToken()
/titanic_50/usr/src/cmd/sgs/yacc/common/
H A Dyaccpar42 #define YYBACKUP( newtoken, newvalue )\
49 yychar = newtoken;\
/titanic_50/usr/src/lib/libpkg/common/
H A Dpkgweb.c2756 replace_token(char *path, char oldtoken, char newtoken) in replace_token() argument
2760 if ((path == NULL) || (oldtoken == '\0') || (newtoken == '\0')) { in replace_token()
2768 *p = newtoken; in replace_token()