Home
last modified time | relevance | path

Searched refs:PKCS11_TOKEN_SO_PIN_COUNT_MAX (Results 1 – 2 of 2) sorted by relevance

/optee_os/ta/pkcs11/src/
A Dpkcs11_token.h44 #define PKCS11_TOKEN_SO_PIN_COUNT_MAX 7 macro
A Dpkcs11_token.c916 if (pin_count == PKCS11_TOKEN_SO_PIN_COUNT_MAX - 1) in entry_ck_token_initialize()
918 if (pin_count == PKCS11_TOKEN_SO_PIN_COUNT_MAX) in entry_ck_token_initialize()
1103 if (pin_count == PKCS11_TOKEN_SO_PIN_COUNT_MAX - 1) in check_so_pin()
1105 if (pin_count == PKCS11_TOKEN_SO_PIN_COUNT_MAX) in check_so_pin()

Completed in 5 milliseconds