Searched refs:CK_UTF8CHAR (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 | 26 typedef CK_BYTE CK_UTF8CHAR; typedef 33 typedef CK_UTF8CHAR *CK_UTF8CHAR_PTR; 569 CK_UTF8CHAR manufacturerID[32]; 571 CK_UTF8CHAR libraryDescription[32]; 580 CK_UTF8CHAR slotDescription[64]; 581 CK_UTF8CHAR manufacturerID[32]; 597 CK_UTF8CHAR label[32]; 598 CK_UTF8CHAR manufacturerID[32]; 599 CK_UTF8CHAR model[16];
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/ |
| H A D | pkcs11_1000.c | 521 static CK_UTF8CHAR test_token_so_pin[] = { 0, 1, 2, 3, 4, 5, 6, 7, 8 , 9, 10, }; 522 static CK_UTF8CHAR test_token_user_pin[] = { 525 static CK_UTF8CHAR test_token_label[] = "PKCS11 TA test token"; 587 CK_UTF8CHAR pin1[] = { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, }; in test_already_initialized_token() 589 CK_UTF8CHAR pin2[] = { 0, 1, 2, 3, 4, 5, 6, 6, 8, 9, 10, }; in test_already_initialized_token() 807 CK_UTF8CHAR some_pin[] = { 7, 6, 5, 4, 3, 2, 1, 2, 3, 4, 5, 6, 7 }; in test_set_pin()
|