Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/
H A Dpkcs11_1000.c945 { CKA_TOKEN, &(CK_BBOOL){CK_FALSE}, sizeof(CK_BBOOL) },
2284 { CKA_TOKEN, &(CK_BBOOL){CK_FALSE}, sizeof(CK_BBOOL) }, in xtest_pkcs11_test_1011()
2286 CK_BBOOL bToken = CK_FALSE; in xtest_pkcs11_test_1011()
2319 rv = create_data_object(session, &obj_hdl[object_id++], CK_FALSE, in xtest_pkcs11_test_1011()
2320 CK_FALSE, label); in xtest_pkcs11_test_1011()
2326 CK_FALSE, label); in xtest_pkcs11_test_1011()
2354 rv = create_data_object(session, &obj_hdl[object_id++], CK_FALSE, in xtest_pkcs11_test_1011()
2627 CK_BBOOL obj_token = CK_FALSE; in xtest_pkcs11_test_1012()
2628 CK_BBOOL obj_private = CK_FALSE; in xtest_pkcs11_test_1012()
2641 CK_BBOOL secret_token = CK_FALSE; in xtest_pkcs11_test_1012()
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/client_export/public/
H A Dpkcs11.h41 #define CK_FALSE 0 macro