Searched defs:id_offset (Results 1 - 3 of 3) sorted by relevance

/bind-9.11.3/bin/pkcs11/
H A Dpkcs11-keygen.c287 int idlen = 0, id_offset = 0; local
387 id_offset = RSA_ID;
421 id_offset = ECC_ID;
454 id_offset = ECC_ID;
481 id_offset = DSA_ID;
517 id_offset = DH_ID;
553 public_template[id_offset].pValue = idbuf;
554 public_template[id_offset].ulValueLen = idlen;
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/enchilada/envd/
H A Dpiclenvd.c656 int id_offset = 0; local
680 (char *)&buff[id_offset + 2],
701 id_offset += ID_OFF_SIZE;
707 id_offset++;
709 (void) memcpy((char *)&id, (char *)&buff[id_offset + 2],
726 id_offset += ID_OFF_SIZE;
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/taco/envd/
H A Dpiclenvd.c511 int id_offset = 0; local
534 (void) memcpy((char *)&id, (char *)&buff[id_offset + 2],
555 id_offset += ID_OFF_SIZE;
561 id_offset++;
563 (void) memcpy((char *)&id, (char *)&buff[id_offset + 2],
574 id_offset += ID_OFF_SIZE;

Completed in 84 milliseconds