Home
last modified time | relevance | path

Searched refs:CKA_VALUE (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.patch69 - cert = x509.load_der_x509_certificate(obj['CKA_VALUE'])
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/
H A Dpkcs11_1000.c940 { CKA_VALUE, (void *)cktest_aes128_key, sizeof(cktest_aes128_key) },
950 { CKA_VALUE, (void *)cktest_aes128_key, sizeof(cktest_aes128_key) },
1162 { CKA_VALUE, (void *)cktest_aes128_key, \
1550 { CKA_VALUE, (void *)(_key_array), \
2636 { CKA_VALUE, obj_value, sizeof(obj_value) }, in xtest_pkcs11_test_1012()
2678 { CKA_VALUE, &g_value, sizeof(obj_value) }, in xtest_pkcs11_test_1012()
2682 { CKA_VALUE, &g_value, sizeof(g_value) }, in xtest_pkcs11_test_1012()
2687 { CKA_VALUE, &g_value, sizeof(obj_value) }, in xtest_pkcs11_test_1012()
2694 { CKA_VALUE, &g_value, sizeof(g_value) }, in xtest_pkcs11_test_1012()
3150 { CKA_VALUE, (void *)cktest_aes128_key, sizeof(cktest_aes128_key) }, in xtest_pkcs11_test_1014()
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/client_export/public/
H A Dpkcs11.h103 #define CKA_VALUE 0x0011 macro