Home
last modified time | relevance | path

Searched refs:object_ops (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/uts/common/crypto/api/
H A Dkcf_object.c54 object_ops), CRYPTO_OBJECT_OFFSET(object_create), in crypto_object_create()
91 object_ops), CRYPTO_OBJECT_OFFSET(object_destroy), in crypto_object_destroy()
129 object_ops), CRYPTO_OBJECT_OFFSET(object_copy), in crypto_object_copy()
168 object_ops), in crypto_object_get_attribute_value()
207 object_ops), in crypto_object_set_attribute_value()
245 object_ops), CRYPTO_OBJECT_OFFSET(object_get_size), in crypto_object_get_size()
287 object_ops), CRYPTO_OBJECT_OFFSET(object_find_init), in crypto_object_find_init()
321 object_ops), CRYPTO_OBJECT_OFFSET(object_find_final), in crypto_object_find_final()
358 object_ops), CRYPTO_OBJECT_OFFSET(object_find), in crypto_object_find()
/titanic_44/usr/src/uts/common/crypto/io/
H A Dcrypto.c659 crypto_object_ops_t *object_ops; in crypto_build_function_list() local
760 if ((object_ops = ops->co_object_ops) != NULL) { in crypto_build_function_list()
761 if (object_ops->object_create != NULL) in crypto_build_function_list()
763 if (object_ops->object_copy != NULL) in crypto_build_function_list()
765 if (object_ops->object_destroy != NULL) in crypto_build_function_list()
767 if (object_ops->object_get_size != NULL) in crypto_build_function_list()
769 if (object_ops->object_get_attribute_value != NULL) in crypto_build_function_list()
771 if (object_ops->object_set_attribute_value != NULL) in crypto_build_function_list()
773 if (object_ops->object_find_init != NULL) in crypto_build_function_list()
775 if (object_ops->object_find != NULL) in crypto_build_function_list()
[all …]