Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/
H A Dpkcs11_1000.c1967 { CKA_KEY_TYPE, &(CK_KEY_TYPE){CKK_GENERIC_SECRET},
1974 { CKA_KEY_TYPE, &(CK_KEY_TYPE){CKK_GENERIC_SECRET},
1989 { CKA_KEY_TYPE, &(CK_KEY_TYPE){CKK_GENERIC_SECRET},
2643 CK_KEY_TYPE secret_key_type = CKK_GENERIC_SECRET; in xtest_pkcs11_test_1012()
3147 { CKA_KEY_TYPE, &(CK_KEY_TYPE){CKK_GENERIC_SECRET}, in xtest_pkcs11_test_1014()
3946 CKK_GENERIC_SECRET, CK_TRUE, CK_FALSE); in xtest_pkcs11_test_1017()
3956 CKK_GENERIC_SECRET) || in xtest_pkcs11_test_1017()
4061 CKK_GENERIC_SECRET, CK_FALSE, CK_TRUE); in xtest_pkcs11_test_1017()
4073 CKK_GENERIC_SECRET) || in xtest_pkcs11_test_1017()
4334 { CKA_KEY_TYPE, &(CK_KEY_TYPE){ CKK_GENERIC_SECRET },
/OK3568_Linux_fs/external/security/rk_tee_user/v2/client_export/public/
H A Dpkcs11.h233 #define CKK_GENERIC_SECRET 0x010 macro