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