Home
last modified time | relevance | path

Searched refs:object_find_final (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/uts/common/crypto/api/
H A Dkcf_object.c321 object_ops), CRYPTO_OBJECT_OFFSET(object_find_final), in crypto_object_find_final()
/titanic_41/usr/src/uts/common/crypto/io/
H A Dcrypto.c777 if (object_ops->object_find_final != NULL) in crypto_build_function_list()
5237 CRYPTO_OBJECT_OFFSET(object_find_final), in crypto_free_find_ctx()
5253 object_find_final(dev_t dev, caddr_t arg, int mode, int *rval) in object_find_final() function
5255 STRUCT_DECL(crypto_object_find_final, object_find_final); in object_find_final()
5262 STRUCT_INIT(object_find_final, mode); in object_find_final()
5269 if (copyin(arg, STRUCT_BUF(object_find_final), in object_find_final()
5270 STRUCT_SIZE(object_find_final)) != 0) { in object_find_final()
5275 session_id = STRUCT_FGET(object_find_final, ff_session); in object_find_final()
5293 STRUCT_FSET(object_find_final, ff_return_value, rv); in object_find_final()
5295 if (copyout(STRUCT_BUF(object_find_final), arg, in object_find_final()
[all …]
/titanic_41/usr/src/uts/common/sys/crypto/
H A Dspi.h421 int (*object_find_final)(crypto_provider_handle_t, void *, member
H A Dimpl.h1124 KCF_PROV_OBJECT_OPS(pd)->object_find_final) ? \
1125 KCF_PROV_OBJECT_OPS(pd)->object_find_final( \