Home
last modified time | relevance | path

Searched defs:crypto_function_list (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/crypto/
H A Dioctl.h65 typedef struct crypto_function_list { struct
66 boolean_t fl_digest_init;
67 boolean_t fl_digest;
68 boolean_t fl_digest_update;
69 boolean_t fl_digest_key;
70 boolean_t fl_digest_final;
72 boolean_t fl_encrypt_init;
73 boolean_t fl_encrypt;
74 boolean_t fl_encrypt_update;
75 boolean_t fl_encrypt_final;
[all …]