Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/
H A Dpkcs11_1000.c3144 { CKA_COPYABLE, &(CK_BBOOL){CK_TRUE}, sizeof(CK_BBOOL) }, in xtest_pkcs11_test_1014()
3193 { CKA_COPYABLE, &(CK_BBOOL){CK_FALSE}, sizeof(CK_BBOOL) }, in xtest_pkcs11_test_1014()
3212 { CKA_COPYABLE, &(CK_BBOOL){CK_TRUE}, sizeof(CK_BBOOL) }, in xtest_pkcs11_test_1014()
3358 { CKA_COPYABLE, &(CK_BBOOL){CK_TRUE}, sizeof(CK_BBOOL) }, in xtest_pkcs11_test_1015()
3370 { CKA_COPYABLE, &(CK_BBOOL){CK_TRUE}, sizeof(CK_BBOOL) }, in xtest_pkcs11_test_1015()
3389 { CKA_COPYABLE, &g_copy, sizeof(CK_BBOOL) }, in xtest_pkcs11_test_1015()
3410 { CKA_COPYABLE, &(CK_BBOOL){CK_FALSE}, sizeof(CK_BBOOL) }, in xtest_pkcs11_test_1015()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/client_export/public/
H A Dpkcs11.h157 #define CKA_COPYABLE 0x0171 macro