Home
last modified time | relevance | path

Searched refs:obj_len (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libdladm/common/
H A Dsecobj.c128 dladm_secobj_class_t class, uint8_t *obj_val, uint_t obj_len, uint_t flags) in dladm_set_secobj() argument
139 obj_val == NULL || obj_len == 0 || obj_len > DLD_SECOBJ_VAL_MAX) in dladm_set_secobj()
151 bcopy(obj_val, objp->so_val, obj_len); in dladm_set_secobj()
152 objp->so_len = obj_len; in dladm_set_secobj()
166 obj_val, obj_len); in dladm_set_secobj()
549 dladm_secobj_class_t class, uint8_t *obj_val, uint_t obj_len) in i_dladm_set_secobj_db() argument
557 state.ss_info.si_lenp = &obj_len; in i_dladm_set_secobj_db()
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Dncu_phys.c446 uint_t obj_len = sizeof (obj_val); in nwamd_wlan_set_key() local
464 if (key_string_to_secobj_value(raw_key, obj_val, &obj_len, in nwamd_wlan_set_key()
488 ret = memcmp((*old_secobj).wk_val, obj_val, obj_len); in nwamd_wlan_set_key()
520 obj_val, obj_len, in nwamd_wlan_set_key()
/illumos-gate/usr/src/cmd/dladm/
H A Ddladm.c7377 uint_t obj_len; in do_create_secobj() local
7441 rval = get_secobj_val(obj_name, obj_val, &obj_len, class, filep); in do_create_secobj()
7459 status = dladm_set_secobj(handle, obj_name, class, obj_val, obj_len, in do_create_secobj()
7468 status = dladm_set_secobj(handle, obj_name, class, obj_val, obj_len, in do_create_secobj()
7564 uint_t obj_len = DLADM_SECOBJ_VAL_MAX; in show_secobj() local
7577 status = dladm_get_secobj(dh, obj_name, &class, obj_val, &obj_len, in show_secobj()
7590 if (octet_to_hexascii(obj_val, obj_len, val, &len) == 0) in show_secobj()