Page Menu
Home
GnuPG
Search
Configure Global Search
Log In
Files
F35042380
p11-getfunctionstatus.c
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Size
1021 B
Subscribers
None
p11-getfunctionstatus.c
View Options
/* p11-getfunctionstatus.c - Cryptoki implementation.
* Copyright (C) 2006 g10 Code GmbH
*
* This file is part of Scute.
*
* Scute is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation; either version 2.1 of
* the License, or (at your option) any later version.
*
* Scute is distributed in the hope that it will be useful, but
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this program; if not, see <https://gnu.org/licenses/>.
* SPDX-License-Identifier: LGPL-2.1-or-later
*/
#if HAVE_CONFIG_H
#include
<config.h>
#endif
#include
"cryptoki.h"
CK_RV
CK_SPEC
C_GetFunctionStatus
(
CK_SESSION_HANDLE
hSession
)
{
(
void
)
hSession
;
return
CKR_FUNCTION_NOT_PARALLEL
;
}
File Metadata
Details
Attached
Mime Type
text/x-c
Expires
Fri, Jan 30, 8:16 PM (1 d, 8 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
9e/19/fad197146cad6f0436bcd8fbcead
Attached To
rS Scute
Event Timeline
Log In to Comment