Home
last modified time | relevance | path

Searched refs:PKCS11_TOKEN_LABEL_SIZE (Results 1 – 3 of 3) sorted by relevance

/optee_os/ta/pkcs11/include/
H A Dpkcs11_ta.h829 #define PKCS11_TOKEN_LABEL_SIZE 32 macro
835 uint8_t label[PKCS11_TOKEN_LABEL_SIZE];
/optee_os/ta/pkcs11/src/
H A Dpkcs11_token.h62 uint8_t label[PKCS11_TOKEN_LABEL_SIZE];
H A Dpkcs11_token.c823 char label[PKCS11_TOKEN_LABEL_SIZE] = { 0 }; in entry_ck_token_initialize()
848 rc = serialargs_get(&ctrlargs, &label, PKCS11_TOKEN_LABEL_SIZE); in entry_ck_token_initialize()
943 TEE_MemMove(token->db_main->label, label, PKCS11_TOKEN_LABEL_SIZE); in entry_ck_token_initialize()