| H A D | dprov.c | 8984 dprov_find_attr(crypto_object_attribute_t *attr, uint_t nattr, argument 8989 for (i = 0; i < nattr; i++) 9005 crypto_object_attribute_t *template, uint_t nattr, 9013 error = dprov_get_template_attr_boolean(template, nattr, 9027 if (dprov_get_template_attr_ulong(template, nattr, DPROV_CKA_CLASS, 9036 if (!dprov_template_attr_present(template, nattr, 9044 if (dprov_get_template_attr_ulong(template, nattr, 9048 nattr, DPROV_CKA_MODULUS) || 9050 nattr, DPROV_CKA_PUBLIC_EXPONENT)) { 9055 if (dprov_template_attr_present(template, nattr, 9004 dprov_template_can_create(dprov_session_t *session, crypto_object_attribute_t *template, uint_t nattr, boolean_t check_for_secret) argument 9110 dprov_create_object_from_template(dprov_state_t *softc, dprov_session_t *session, crypto_object_attribute_t *template, uint_t nattr, crypto_object_id_t *object_id, boolean_t check_for_secret, boolean_t force) argument 9248 dprov_attributes_match(dprov_object_t *object, crypto_object_attribute_t *template, uint_t nattr) argument 9322 dprov_object_can_modify(dprov_object_t *object, crypto_object_attribute_t *template, uint_t nattr) argument 9378 dprov_object_set_attr(dprov_session_t *session, crypto_object_id_t object_id, crypto_object_attribute_t *template, uint_t nattr, boolean_t check_attributes) 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 [all...] |