Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/
H A Dpkcs11_1000.c1542 { CKA_SIGN, &(CK_BBOOL){CK_TRUE}, \
1991 { CKA_SIGN, &(CK_BBOOL){CK_TRUE}, sizeof(CK_BBOOL) },
1999 { CKA_SIGN, &(CK_BBOOL){CK_TRUE}, sizeof(CK_BBOOL) },
3151 { CKA_SIGN, &(CK_BBOOL){CK_TRUE}, sizeof(CK_BBOOL) }, in xtest_pkcs11_test_1014()
3170 { CKA_SIGN, &g_sign, sizeof(CK_BBOOL) }, in xtest_pkcs11_test_1014()
3184 { CKA_SIGN, &(CK_BBOOL){CK_FALSE}, sizeof(CK_BBOOL) }, in xtest_pkcs11_test_1014()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/client_export/public/
H A Dpkcs11.h127 #define CKA_SIGN 0x0108 macro