Searched refs:crypto_digest_ops_t (Results 1 – 10 of 10) sorted by relevance
164 } crypto_digest_ops_t; typedef511 crypto_digest_ops_t *co_digest_ops;
232 dst->co_digest_ops = kmem_alloc(sizeof (crypto_digest_ops_t), in allocate_ops_v1()424 sizeof (crypto_digest_ops_t)); in kcf_free_provider_desc()
37 #define CRYPTO_DIGEST_OFFSET(f) offsetof(crypto_digest_ops_t, f)
120 static crypto_digest_ops_t md4_digest_ops = {
91 static crypto_digest_ops_t skein_digest_ops = {
169 static crypto_digest_ops_t md5_digest_ops = {
126 static crypto_digest_ops_t sha1_digest_ops = {
152 static crypto_digest_ops_t sha2_digest_ops = {
651 crypto_digest_ops_t *digest_ops; in crypto_build_function_list()
701 static crypto_digest_ops_t dprov_digest_ops = {