Searched refs:old_pin (Results 1 – 1 of 1) sorted by relevance
| /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() local 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() 830 rv = C_Login(session, ut, old_pin, old_pin_sz); in test_set_pin() 835 rv = C_SetPIN(session, old_pin, old_pin_sz, some_pin, sizeof(some_pin)); in test_set_pin() 853 rv = C_SetPIN(session, some_pin, sizeof(some_pin), old_pin, old_pin_sz); in test_set_pin()
|