Home
last modified time | relevance | path

Searched refs:CKA_LABEL (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/yocto/poky/meta/recipes-support/ca-certificates/ca-certificates/
H A D0001-Revert-mozilla-certdata2pem.py-print-a-warning-for-e.patch66 if not obj['CKA_LABEL'] in trust or not trust[obj['CKA_LABEL']]:
72 - print('Trusted but expired certificate found: %s' % obj['CKA_LABEL'])
75 bname = obj['CKA_LABEL'][1:-1].replace('/', '_')\
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/
H A Dpkcs11_1000.c2175 { CKA_LABEL, (CK_UTF8CHAR_PTR)label, strlen(label) }, in create_data_object()
2276 { CKA_LABEL, (CK_UTF8CHAR_PTR)label, strlen(label) }, in xtest_pkcs11_test_1011()
2279 { CKA_LABEL, (CK_UTF8CHAR_PTR)label, strlen(label) }, in xtest_pkcs11_test_1011()
2283 { CKA_LABEL, (CK_UTF8CHAR_PTR)label, strlen(label) }, in xtest_pkcs11_test_1011()
2637 { CKA_LABEL, (CK_UTF8CHAR_PTR)obj_label, strlen(obj_label) }, in xtest_pkcs11_test_1012()
3149 { CKA_LABEL, (CK_UTF8CHAR_PTR)label, strlen(label) }, in xtest_pkcs11_test_1014()
3167 { CKA_LABEL, (CK_UTF8CHAR_PTR)g_label, sizeof(g_label) }, in xtest_pkcs11_test_1014()
3179 { CKA_LABEL, (CK_UTF8CHAR_PTR)new_label, strlen(new_label) }, in xtest_pkcs11_test_1014()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/client_export/public/
H A Dpkcs11.h101 #define CKA_LABEL 0x0003 macro