Searched refs:CK_UTF8CHAR_PTR (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/client_export/public/ |
| H A D | pkcs11.h | 33 typedef CK_UTF8CHAR *CK_UTF8CHAR_PTR; typedef 708 CK_RV (*C_InitToken)(CK_SLOT_ID slotID, CK_UTF8CHAR_PTR pPin, 709 CK_ULONG ulPinLen, CK_UTF8CHAR_PTR pLabel); 711 CK_UTF8CHAR_PTR pPin, CK_ULONG ulPinLen); 713 CK_UTF8CHAR_PTR pOldPin, CK_ULONG ulOldLen, 714 CK_UTF8CHAR_PTR pNewPin, CK_ULONG ulNewLen); 731 CK_UTF8CHAR_PTR pPin, CK_ULONG ulPinLen); 934 CK_RV C_InitToken(CK_SLOT_ID slotID, CK_UTF8CHAR_PTR pPin, 935 CK_ULONG ulPinLen, CK_UTF8CHAR_PTR pLabel); 938 CK_UTF8CHAR_PTR pPin, CK_ULONG ulPinLen); [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/ |
| H A D | pkcs11_1000.c | 808 CK_UTF8CHAR_PTR old_pin = NULL; in test_set_pin() 821 old_pin = (CK_UTF8CHAR_PTR)test_token_so_pin; in test_set_pin() 824 old_pin = (CK_UTF8CHAR_PTR)test_token_user_pin; in test_set_pin() 2175 { 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() [all …]
|