Searched refs:object_create (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dobject.c296 // object_create()
304 object_create(CK_ATTRIBUTE * pTemplate, function
H A Dtpmtok_int.h992 CK_RV object_create(CK_ATTRIBUTE *, CK_ULONG, OBJECT **);
H A Dobj_mgr.c378 rc = object_create(pTemplate, ulCount, &o);
/illumos-gate/usr/src/cmd/svc/configd/
H A Dconfigd.h740 int object_create(rc_node_t *, uint32_t, const char *, rc_node_t **);
H A Dfile_object.c31 * The primary entry points in this layer are object_create(),
1605 object_create(rc_node_t *pp, uint32_t type, const char *name, rc_node_t **cpp) function
H A Drc_node.c3973 rc = object_create(np, type, name, &cp);
/illumos-gate/usr/src/uts/common/crypto/api/
H A Dkcf_object.c54 object_ops), CRYPTO_OBJECT_OFFSET(object_create),
/illumos-gate/usr/src/uts/common/crypto/io/
H A Dcrypto.c761 if (object_ops->object_create != NULL)
4522 object_create(dev_t dev, caddr_t arg, int mode, int *rval) function
4524 STRUCT_DECL(crypto_object_create, object_create);
4540 STRUCT_INIT(object_create, mode);
4543 cmn_err(CE_WARN, "object_create: failed holding minor");
4547 if (copyin(arg, STRUCT_BUF(object_create),
4548 STRUCT_SIZE(object_create)) != 0) {
4553 count = STRUCT_FGET(object_create, oc_count);
4554 oc_attributes = STRUCT_FGETP(object_create, oc_attributes);
4556 session_id = STRUCT_FGET(object_create, oc_sessio
[all...]
H A Ddprov.c1828 dprov_object_ops.object_create = NULL;
/illumos-gate/usr/src/uts/common/sys/crypto/
H A Dspi.h400 int (*object_create)(crypto_provider_handle_t, crypto_session_id_t, member in struct:crypto_object_ops
H A Dimpl.h1070 (KCF_PROV_OBJECT_OPS(pd) && KCF_PROV_OBJECT_OPS(pd)->object_create) ? \
1071 KCF_PROV_OBJECT_OPS(pd)->object_create((pd)->pd_prov_handle, \

Completed in 142 milliseconds