pkcs11-helper
Macros
PKCS11H_PROMPT_MASK
pkcs11-helper core interface

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:
( \
PKCS11H_PROMPT_MASK_ALLOW_PIN_PROMPT | \
PKCS11H_PROMPT_MASK_ALLOW_TOKEN_PROMPT \
)

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