Lines Matching refs:obj_val
7040 convert_secobj(char *buf, uint_t len, uint8_t *obj_val, uint_t *obj_lenp, in convert_secobj() argument
7048 (void) memcpy(obj_val, buf, len); in convert_secobj()
7057 (void) memcpy(obj_val, buf, len); in convert_secobj()
7062 error = hexascii_to_octet(buf, len, obj_val, obj_lenp); in convert_secobj()
7069 obj_val, obj_lenp); in convert_secobj()
7144 get_secobj_val(char *obj_name, uint8_t *obj_val, uint_t *obj_lenp, in get_secobj_val() argument
7153 rval = convert_secobj(buf, len, obj_val, obj_lenp, class); in get_secobj_val()
7176 return (convert_secobj(buf, len, obj_val, obj_lenp, class)); in get_secobj_val()
7248 uint8_t obj_val[DLADM_SECOBJ_VAL_MAX]; in do_create_secobj() local
7256 (void) memset(obj_val, 0, DLADM_SECOBJ_VAL_MAX); in do_create_secobj()
7313 rval = get_secobj_val(obj_name, obj_val, &obj_len, class, filep); in do_create_secobj()
7331 status = dladm_set_secobj(handle, obj_name, class, obj_val, obj_len, in do_create_secobj()
7340 status = dladm_set_secobj(handle, obj_name, class, obj_val, obj_len, in do_create_secobj()
7437 uint8_t obj_val[DLADM_SECOBJ_VAL_MAX]; in show_secobj() local
7449 status = dladm_get_secobj(dh, obj_name, &class, obj_val, &obj_len, in show_secobj()
7462 if (octet_to_hexascii(obj_val, obj_len, val, &len) == 0) in show_secobj()