Searched refs:bTrue (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/pkcs11/pkcs11_kms/common/
H A DkmsKeystoreUtil.c646 CK_BBOOL bTrue = B_TRUE; local
654 {CKA_TOKEN, NULL, sizeof (bTrue)}, /* 0 */
660 {CKA_PRIVATE, NULL, sizeof (bTrue)}, /* 6 */
661 {CKA_ENCRYPT, NULL, sizeof (bTrue)}, /* 7 */
662 {CKA_DECRYPT, NULL, sizeof (bTrue)}, /* 8 */
667 template[0].pValue = &bTrue;
676 template[6].pValue = &bTrue;
678 template[7].pValue = &bTrue; /* CKA_ENCRYPT */
679 template[8].pValue = &bTrue; /* CKA_DECRYPT */
682 template[8].pValue = &bTrue; /* CKA_DECRYP
[all...]

Completed in 17 milliseconds