Lines Matching defs:ucrypto_mech_t
72 } ucrypto_mech_t;
96 ucrypto_mech_t mech_type, uchar_t *key_str, size_t key_len,
106 extern int ucrypto_encrypt(ucrypto_mech_t mech_type, uchar_t *key_str,
112 ucrypto_mech_t mech_type, uchar_t *key_str, size_t key_len,
122 extern int ucrypto_decrypt(ucrypto_mech_t mech_type, uchar_t *key_str,
127 extern int ucrypto_sign_init(crypto_ctx_t *context, ucrypto_mech_t mech_type,
137 extern int ucrypto_sign(ucrypto_mech_t mech_type,
142 extern int ucrypto_verify_init(crypto_ctx_t *context, ucrypto_mech_t mech_type,
152 extern int ucrypto_verify(ucrypto_mech_t mech_type,
158 * with their value number specifed in ucrypto_mech_t. There are no
175 extern const char *ucrypto_id2mech(ucrypto_mech_t mech_type);
181 extern ucrypto_mech_t ucrypto_mech2id(const char *str);