Searched defs:attr_id (Results 1 - 2 of 2) sorted by relevance

/bind-9.11.3/bin/pkcs11/
H A Dpkcs11-destroy.c81 CK_BYTE attr_id[2]; local
92 {CKA_ID, &attr_id, sizeof(attr_id)}
139 attr_id[0] = (id >> 8) & 0xff;
140 attr_id[1] = id & 0xff;
H A Dpkcs11-list.c66 CK_BYTE attr_id[2]; local
77 {CKA_ID, &attr_id, sizeof(attr_id)}
129 attr_id[0] = (id >> 8) & 0xff;
130 attr_id[1] = id & 0xff;

Completed in 11 milliseconds