Searched refs:attr_type (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/crypto/io/
H A Decc.c288 find_attr(crypto_object_attribute_t *attr, uint_t nattr, uint64_t attr_type) argument
293 if (attr[i].oa_value != NULL && attr[i].oa_type == attr_type)
307 uint_t nattr, uint64_t attr_type, void *value, size_t value_len)
313 if ((attr_idx = find_attr(template, nattr, attr_type)) == -1)
333 uint_t nattr, uint64_t attr_type, ulong_t *attr_value)
336 attr_type, attr_value, sizeof (ulong_t)));
306 get_template_attr_scalar_common(crypto_object_attribute_t *template, uint_t nattr, uint64_t attr_type, void *value, size_t value_len) argument
332 get_template_attr_ulong(crypto_object_attribute_t *template, uint_t nattr, uint64_t attr_type, ulong_t *attr_value) argument
H A Ddprov.c7336 uint64_t attr_type)
7343 switch (attr_type) {
7368 error = dprov_get_template_attr_array(template, count, attr_type,
8985 uint64_t attr_type)
8991 attr[i].oa_type == attr_type)
9500 dprov_get_object_attr_scalar_common(dprov_object_t *object, uint64_t attr_type, argument
9508 attr_type)) == -1)
9518 if (attr_type == DPROV_CKA_VALUE_LEN ||
9519 attr_type == DPROV_CKA_KEY_TYPE ||
9520 attr_type
7335 nostore_copy_attribute(crypto_object_attribute_t *template, uint_t count, uint64_t attr_type) argument
8984 dprov_find_attr(crypto_object_attribute_t *attr, uint_t nattr, uint64_t attr_type) argument
9544 dprov_get_object_attr_boolean(dprov_object_t *object, uint64_t attr_type, boolean_t *attr_value) argument
9562 dprov_get_object_attr_ulong(dprov_object_t *object, uint64_t attr_type, ulong_t *attr_value) argument
9576 dprov_get_object_attr_array(dprov_object_t *object, uint64_t attr_type, void **array, size_t *len) argument
9599 dprov_get_template_attr_scalar_common(crypto_object_attribute_t *template, uint_t nattr, uint64_t attr_type, void *value, size_t value_len) argument
9642 dprov_get_template_attr_boolean(crypto_object_attribute_t *template, uint_t nattr, uint64_t attr_type, boolean_t *attr_value) argument
9661 dprov_get_template_attr_ulong(crypto_object_attribute_t *template, uint_t nattr, uint64_t attr_type, ulong_t *attr_value) argument
9669 dprov_template_attr_present(crypto_object_attribute_t *template, uint_t nattr, uint64_t attr_type) argument
9682 dprov_get_template_attr_array(crypto_object_attribute_t *template, uint_t nattr, uint64_t attr_type, void **array, size_t *len) argument
9704 dprov_get_key_attr_scalar_common(crypto_key_t *key, uint64_t attr_type, void *value, size_t value_len) argument
9728 dprov_get_key_attr_ulong(crypto_key_t *key, uint64_t attr_type, ulong_t *attr_value) argument
9742 dprov_get_key_attr_array(crypto_key_t *key, uint64_t attr_type, void **array, size_t *len) argument
[all...]
/illumos-gate/usr/src/cmd/ndmpd/include/
H A Dtlm.h386 char attr_type; member in struct:sec_attr
/illumos-gate/usr/src/cmd/isns/isnsd/xml/
H A Ddata.c512 const unsigned char attr_type = xmlType[i][0]; local
522 attr_type,
/illumos-gate/usr/src/cmd/tar/
H A Dtar.c203 char attr_type; member in struct:sec_attr
3759 switch (attr->attr_type) {
6707 char attr_type) /* new attribute type */
6715 if (attr_type != DIR_TYPE) {
6720 switch (attr_type) {
6735 attr->attr_type = attr_type;
6752 attr->attr_type = attr_type;
8797 switch (attr->attr_type) {
6702 append_secattr( char **secinfo, int *secinfo_len, int size, char *attrtext, char attr_type) argument
[all...]
/illumos-gate/usr/src/cmd/ndmpd/tlm/
H A Dtlm_backup_reader.c168 acl_info->attr_type = UFSD_ACL;
/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c514 char attr_type; member in struct:sec_attr
4912 switch (attr->attr_type) {
8061 attr->attr_type = (acl_type(aclp) == ACLENT_T) ?

Completed in 137 milliseconds