pkcs11-helper
Macros
PKCS11H_PROMPT_MASK

Prompt mask selection. More...

Macros

#define PKCS11H_PROMPT_MASK_ALLOW_PIN_PROMPT   (1<<0)
 
#define PKCS11H_PROMPT_MASK_ALLOW_TOKEN_PROMPT   (1<<1)
 
#define PKCS11H_PROMPT_MASK_ALLOW_ALL
 

Detailed Description

Prompt mask selection.

Macro Definition Documentation

#define PKCS11H_PROMPT_MASK_ALLOW_ALL
Value:
( \
)
#define PKCS11H_PROMPT_MASK_ALLOW_TOKEN_PROMPT
Definition: pkcs11h-core.h:180
#define PKCS11H_PROMPT_MASK_ALLOW_PIN_PROMPT
Definition: pkcs11h-core.h:178

Allow all prompt.

Examples:
test-certificate.c.
#define PKCS11H_PROMPT_MASK_ALLOW_PIN_PROMPT   (1<<0)

Allow PIN prompt.

#define PKCS11H_PROMPT_MASK_ALLOW_TOKEN_PROMPT   (1<<1)

Allow token prompt.


pkcs11-helper, Copyright (C) Alon Bar-Lev <alon.barlev@gmail.com>OpenSC-Project.org Logo