Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaObjectManager.c90 CK_BBOOL truevalue = TRUE; variable
913 template[i].pValue = &truevalue; in create_wrap_unwrap_key()
914 template[i].ulValueLen = sizeof (truevalue); in create_wrap_unwrap_key()
918 template[i].pValue = &truevalue; in create_wrap_unwrap_key()
919 template[i].ulValueLen = sizeof (truevalue); in create_wrap_unwrap_key()
936 template[i].pValue = &truevalue; in create_wrap_unwrap_key()
937 template[i].ulValueLen = sizeof (truevalue); in create_wrap_unwrap_key()
947 template[i].pValue = &truevalue; in create_wrap_unwrap_key()
948 template[i].ulValueLen = sizeof (truevalue); in create_wrap_unwrap_key()
990 object->clone_template_size, B_FALSE, &truevalue); in clone_by_create()
[all …]
H A Dpkcs11SUNWExtensions.c39 static CK_BBOOL truevalue = TRUE; variable
345 template[i].pValue = &truevalue; in SUNW_C_KeyToObject()
487 &truevalue : &falsevalue; in pkcs11_PasswdToPBKD2Object()
H A DmetaGlobal.h565 extern CK_BBOOL truevalue;
/titanic_44/usr/src/cmd/cmd-crypto/decrypt/
H A Ddecrypt.c164 static CK_BBOOL truevalue = TRUE; variable
851 template[nattr].pValue = &truevalue; in execute_cmd()
852 template[nattr].ulValueLen = sizeof (truevalue); in execute_cmd()
/titanic_44/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeystore.c1999 static CK_BBOOL truevalue = TRUE; in soft_gen_crypt_key() local
2018 tmpl[attrs].pValue = &truevalue; in soft_gen_crypt_key()
2023 tmpl[attrs].pValue = &truevalue; in soft_gen_crypt_key()
2124 static CK_BBOOL truevalue = TRUE; in soft_gen_hmac_key() local
2143 tmpl[attrs].pValue = &truevalue; in soft_gen_hmac_key()
2148 tmpl[attrs].pValue = &truevalue; in soft_gen_hmac_key()