Searched refs:encrypt_param_size (Results 1 – 1 of 1) sorted by relevance
36 size_t decrypt_param_size, encrypt_param_size; in test_invoke() local223 rc = Tss2_Sys_GetEncryptParam(sapi_context, &encrypt_param_size, &encrypt_param_ptr); in test_invoke()237 encrypted_param.size = encrypt_param_size; in test_invoke()238 memcpy(encrypted_param.buffer, encrypt_param_ptr, encrypt_param_size); in test_invoke()