Searched defs:ucrypto_mech_t (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libsoftcrypto/common/
H A Dlibsoftcrypto.h72 } ucrypto_mech_t; typedef in typeref:enum:ucrypto_mech
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
[all...]

Completed in 19 milliseconds