Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libkmf/plugins/kmf_pkcs11/common/
H A Dpkcs11_spi.c3199 CK_BBOOL cktrue = TRUE; in store_raw_key() local
3246 SETATTR(templ, i, CKA_TOKEN, &cktrue, sizeof (cktrue)); i++; in store_raw_key()
3247 SETATTR(templ, i, CKA_PRIVATE, &cktrue, sizeof (cktrue)); i++; in store_raw_key()
3249 SETATTR(templ, i, CKA_DECRYPT, &cktrue, sizeof (cktrue)); i++; in store_raw_key()
3414 SETATTR(templ, i, CKA_SIGN, &cktrue, sizeof (cktrue)); in store_raw_key()
3416 SETATTR(templ, i, CKA_DERIVE, &cktrue, sizeof (cktrue)); in store_raw_key()