Lines Matching refs:crypto_key_t

65     crypto_key_t *key, crypto_ctx_template_t *tmpl, int kmflag);
89 crypto_key_t *key, crypto_ctx_template_t tmpl, crypto_data_t *mac,
92 crypto_mechanism_t *, crypto_data_t *, crypto_key_t *,
95 crypto_key_t *key, crypto_ctx_template_t tmpl, crypto_data_t *mac,
98 crypto_mechanism_t *, crypto_data_t *, crypto_key_t *,
100 extern int crypto_mac_init(crypto_mechanism_t *mech, crypto_key_t *key,
103 crypto_mechanism_t *, crypto_key_t *, crypto_ctx_template_t,
113 extern int crypto_sign(crypto_mechanism_t *mech, crypto_key_t *key,
117 crypto_mechanism_t *, crypto_key_t *, crypto_data_t *,
119 extern int crypto_sign_init(crypto_mechanism_t *mech, crypto_key_t *key,
122 crypto_mechanism_t *, crypto_key_t *, crypto_ctx_template_t,
129 crypto_session_id_t, crypto_mechanism_t *, crypto_key_t *,
131 extern int crypto_sign_recover(crypto_mechanism_t *mech, crypto_key_t *key,
135 crypto_mechanism_t *, crypto_key_t *, crypto_data_t *,
141 extern int crypto_verify(crypto_mechanism_t *mech, crypto_key_t *key,
145 crypto_mechanism_t *, crypto_key_t *, crypto_data_t *,
147 extern int crypto_verify_init(crypto_mechanism_t *mech, crypto_key_t *key,
150 crypto_mechanism_t *, crypto_key_t *, crypto_ctx_template_t,
157 crypto_session_id_t, crypto_mechanism_t *, crypto_key_t *,
159 extern int crypto_verify_recover(crypto_mechanism_t *mech, crypto_key_t *key,
163 crypto_mechanism_t *, crypto_key_t *, crypto_data_t *,
170 crypto_key_t *key, crypto_ctx_template_t tmpl, crypto_data_t *ciphertext,
173 crypto_mechanism_t *, crypto_data_t *, crypto_key_t *,
175 extern int crypto_encrypt_init(crypto_mechanism_t *mech, crypto_key_t *key,
178 crypto_mechanism_t *, crypto_key_t *, crypto_ctx_template_t,
190 crypto_key_t *key, crypto_ctx_template_t tmpl, crypto_data_t *plaintext,
193 crypto_mechanism_t *, crypto_data_t *, crypto_key_t *,
195 extern int crypto_decrypt_init(crypto_mechanism_t *mech, crypto_key_t *key,
199 crypto_mechanism_t *, crypto_key_t *, crypto_ctx_template_t,
212 crypto_key_t *encr_key, crypto_key_t *mac_key,
217 crypto_key_t *, crypto_key_t *, crypto_ctx_template_t,
221 crypto_mechanism_t *mac_mech, crypto_key_t *encr_key,
222 crypto_key_t *mac_key, crypto_ctx_template_t encr_tmpl,
226 crypto_mechanism_t *, crypto_mechanism_t *, crypto_key_t *, crypto_key_t *,
239 crypto_key_t *mac_key, crypto_key_t *decr_key,
244 crypto_dual_data_t *ct, crypto_key_t *mac_key, crypto_key_t *decr_key,
249 crypto_key_t *mac_key, crypto_key_t *decr_key,
255 crypto_key_t *mac_key, crypto_key_t *decr_key,
259 crypto_mechanism_t *decr_mech, crypto_key_t *mac_key,
260 crypto_key_t *decr_key, crypto_ctx_template_t mac_tmpl,
265 crypto_mechanism_t *decr_mech, crypto_key_t *mac_key,
266 crypto_key_t *decr_key, crypto_ctx_template_t mac_tmpl,
310 crypto_mechanism_t *, crypto_key_t *, crypto_object_attribute_t *,
320 crypto_mechanism_t *, crypto_key_t *, uchar_t *, size_t *,
324 crypto_mechanism_t *, crypto_key_t *, crypto_object_id_t *, uchar_t *,
327 crypto_key_t *key);
328 extern int crypto_key_check(crypto_mechanism_t *mech, crypto_key_t *key);