HomeSort by relevance Sort by last modified time
    Searched defs:SETATTR (Results 1 - 4 of 4) sorted by null

  /onnv/onnv-gate/usr/src/lib/libldap4/include/
portable.h 206 #define SETATTR( fd, tiop ) ioctl((fd), TIOCSETP, (caddr_t)(tiop))
214 #define SETATTR( fd, tiop ) tcsetattr((fd), TCSANOW /* 0 */, (tiop))
  /onnv/onnv-gate/usr/src/lib/libldap5/include/ldap/
portable.h 239 #define SETATTR( fd, tiop ) ioctl((fd), TIOCSETP, (caddr_t)(tiop))
247 #define SETATTR( fd, tiop ) tcsetattr((fd), TCSANOW /* 0 */, (tiop))
  /onnv/onnv-gate/usr/src/lib/libkmf/plugins/kmf_nss/common/
nss_spi.c     [all...]
  /onnv/onnv-gate/usr/src/lib/libkmf/plugins/kmf_pkcs11/common/
pkcs11_spi.c 45 #define SETATTR(t, n, atype, value, size) \
239 SETATTR(templ, 0, CKA_CLASS, &class, sizeof (class));
248 SETATTR(templ, 0, CKA_CERTIFICATE_TYPE, &cktype, sizeof (cktype));
259 SETATTR(templ, i, CKA_SUBJECT, NULL, subject_len);
261 SETATTR(templ, i, CKA_ISSUER, NULL, issuer_len);
263 SETATTR(templ, i, CKA_SERIAL_NUMBER, NULL, serno_len);
265 SETATTR(templ, i, CKA_ID, NULL, id_len);
267 SETATTR(templ, i, CKA_VALUE, NULL, value_len);
306 SETATTR(templ, i, CKA_VALUE, value, value_len);
505 SETATTR(templ, i, CKA_TOKEN, &true, sizeof (true)); i++
    [all...]

Completed in 180 milliseconds