Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dloadsave.c515 READ_TOKEN_INFO_STR(fp, &td->tweak_vector, in load_token_data()
516 sizeof (td->tweak_vector)); in load_token_data()
604 WRITE_TOKEN_INFO_STR(fp, &td->tweak_vector, in save_token_data()
605 sizeof (td->tweak_vector)); in save_token_data()
H A Dkey.c507 if (nv_token_data->tweak_vector.allow_key_mods == TRUE) in publ_key_validate_attribute()
738 if (nv_token_data->tweak_vector.allow_key_mods == TRUE) in priv_key_validate_attribute()
1031 if (nv_token_data->tweak_vector.allow_key_mods == TRUE) in secret_key_validate_attribute()
H A Dutility.c428 td->tweak_vector.allow_key_mods = TRUE; in init_token_data()
H A Dtpmtok_int.h377 TWEAK_VEC tweak_vector; member