Lines Matching refs:obj_val
7022 convert_secobj(char *buf, uint_t len, uint8_t *obj_val, uint_t *obj_lenp, in convert_secobj() argument
7030 (void) memcpy(obj_val, buf, len); in convert_secobj()
7039 (void) memcpy(obj_val, buf, len); in convert_secobj()
7044 error = hexascii_to_octet(buf, len, obj_val, obj_lenp); in convert_secobj()
7051 obj_val, obj_lenp); in convert_secobj()
7126 get_secobj_val(char *obj_name, uint8_t *obj_val, uint_t *obj_lenp, in get_secobj_val() argument
7135 rval = convert_secobj(buf, len, obj_val, obj_lenp, class); in get_secobj_val()
7158 return (convert_secobj(buf, len, obj_val, obj_lenp, class)); in get_secobj_val()
7230 uint8_t obj_val[DLADM_SECOBJ_VAL_MAX]; in do_create_secobj() local
7238 (void) memset(obj_val, 0, DLADM_SECOBJ_VAL_MAX); in do_create_secobj()
7295 rval = get_secobj_val(obj_name, obj_val, &obj_len, class, filep); in do_create_secobj()
7313 status = dladm_set_secobj(handle, obj_name, class, obj_val, obj_len, in do_create_secobj()
7322 status = dladm_set_secobj(handle, obj_name, class, obj_val, obj_len, in do_create_secobj()
7419 uint8_t obj_val[DLADM_SECOBJ_VAL_MAX]; in show_secobj() local
7431 status = dladm_get_secobj(dh, obj_name, &class, obj_val, &obj_len, in show_secobj()
7444 if (octet_to_hexascii(obj_val, obj_len, val, &len) == 0) in show_secobj()