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

/bind-9.6-ESV-R11/contrib/pkcs11-keygen/
H A Ddestroyobj.c24 CK_BYTE attr_id[2]; local
32 {CKA_ID, &attr_id, sizeof(attr_id)}
69 attr_id[0] = (id >> 8) & 0xff;
70 attr_id[1] = id & 0xff;
H A Dlistobjs.c24 CK_BYTE attr_id[2]; local
32 {CKA_ID, &attr_id, sizeof(attr_id)}
76 attr_id[0] = (id >> 8) & 0xff;
77 attr_id[1] = id & 0xff;

Completed in 9 milliseconds