Searched refs:crypto_mechanism_t (Results 26 - 50 of 54) sorted by relevance

123

/illumos-gate/usr/src/uts/common/des/
H A Ddes_crypt.c157 des_common_init(crypto_ctx_t *, crypto_mechanism_t *, crypto_key_t *,
160 crypto_mechanism_t *, crypto_key_t *, des_strength_t, int);
171 crypto_mechanism_t *, crypto_key_t *, crypto_data_t *,
179 crypto_mechanism_t *, crypto_key_t *, crypto_data_t *,
196 crypto_mechanism_t *, crypto_key_t *, crypto_spi_ctx_template_t *,
205 static int des_key_check(crypto_provider_handle_t, crypto_mechanism_t *,
433 des_common_init(crypto_ctx_t *ctx, crypto_mechanism_t *mechanism,
786 crypto_session_id_t session_id, crypto_mechanism_t *mechanism,
889 crypto_session_id_t session_id, crypto_mechanism_t *mechanism,
995 crypto_mechanism_t *mechanis
[all...]
/illumos-gate/usr/src/uts/common/crypto/io/
H A Drsa.c181 static int rsa_common_init(crypto_ctx_t *, crypto_mechanism_t *,
186 crypto_mechanism_t *, crypto_key_t *, crypto_data_t *,
191 crypto_mechanism_t *, crypto_key_t *, crypto_data_t *,
211 static int rsa_sign_verify_common_init(crypto_ctx_t *, crypto_mechanism_t *,
220 crypto_mechanism_t *, crypto_key_t *, crypto_data_t *, crypto_data_t *,
246 crypto_mechanism_t *, crypto_key_t *, crypto_data_t *,
251 crypto_session_id_t, crypto_mechanism_t *, crypto_key_t *,
368 check_mech_and_key(crypto_mechanism_t *mechanism, crypto_key_t *key)
491 rsa_common_init(crypto_ctx_t *ctx, crypto_mechanism_t *mechanism,
552 crypto_session_id_t session_id, crypto_mechanism_t *mechanis
[all...]
H A Dsha2_mod.c140 static int sha2_digest_init(crypto_ctx_t *, crypto_mechanism_t *,
149 crypto_mechanism_t *, crypto_data_t *, crypto_data_t *,
161 static int sha2_mac_init(crypto_ctx_t *, crypto_mechanism_t *, crypto_key_t *,
167 crypto_mechanism_t *, crypto_key_t *, crypto_data_t *, crypto_data_t *,
170 crypto_mechanism_t *, crypto_key_t *, crypto_data_t *, crypto_data_t *,
183 crypto_mechanism_t *, crypto_key_t *, crypto_spi_ctx_template_t *,
264 sha2_digest_init(crypto_ctx_t *ctx, crypto_mechanism_t *mechanism,
775 crypto_session_id_t session_id, crypto_mechanism_t *mechanism,
915 sha2_mac_init(crypto_ctx_t *ctx, crypto_mechanism_t *mechanism,
1158 crypto_session_id_t session_id, crypto_mechanism_t *mechanis
[all...]
H A Dmd4_mod.c108 static int md4_digest_init(crypto_ctx_t *, crypto_mechanism_t *,
117 crypto_mechanism_t *, crypto_data_t *, crypto_data_t *,
211 md4_digest_init(crypto_ctx_t *ctx, crypto_mechanism_t *mechanism,
688 crypto_session_id_t session_id, crypto_mechanism_t *mechanism,
H A Darcfour.c79 static int rc4_common_init(crypto_ctx_t *, crypto_mechanism_t *,
92 crypto_mechanism_t *, crypto_key_t *, crypto_data_t *,
200 rc4_common_init(crypto_ctx_t *ctx, crypto_mechanism_t *mechanism,
497 crypto_mechanism_t *mechanism, crypto_key_t *key, crypto_data_t *input,
H A Ddca_rsa.c48 int dca_rsainit(crypto_ctx_t *, crypto_mechanism_t *, crypto_key_t *, int);
51 crypto_mechanism_t *, crypto_key_t *, crypto_data_t *, crypto_data_t *,
391 dca_rsainit(crypto_ctx_t *ctx, crypto_mechanism_t *mechanism,
631 crypto_session_id_t session_id, crypto_mechanism_t *mechanism,
H A Ddca.c219 static int dca_encrypt_init(crypto_ctx_t *, crypto_mechanism_t *,
228 crypto_mechanism_t *, crypto_key_t *, crypto_data_t *,
231 static int dca_decrypt_init(crypto_ctx_t *, crypto_mechanism_t *,
240 crypto_mechanism_t *, crypto_key_t *, crypto_data_t *,
256 static int dca_sign_init(crypto_ctx_t *, crypto_mechanism_t *, crypto_key_t *,
265 crypto_mechanism_t *, crypto_key_t *, crypto_data_t *, crypto_data_t *,
267 static int dca_sign_recover_init(crypto_ctx_t *, crypto_mechanism_t *,
272 crypto_session_id_t, crypto_mechanism_t *, crypto_key_t *, crypto_data_t *,
286 static int dca_verify_init(crypto_ctx_t *, crypto_mechanism_t *,
295 crypto_mechanism_t *, crypto_key_
[all...]
H A Ddca_dsa.c52 int dca_dsainit(crypto_ctx_t *ctx, crypto_mechanism_t *mechanism,
382 dca_dsainit(crypto_ctx_t *ctx, crypto_mechanism_t *mechanism,
543 crypto_session_id_t session_id, crypto_mechanism_t *mechanism,
H A Ddca_3des.c315 crypto_session_id_t session_id, crypto_mechanism_t *mechanism,
656 dca_3desctxinit(crypto_ctx_t *ctx, crypto_mechanism_t *mechanism,
H A Dcrypto.c86 crypto_session_id_t, crypto_mechanism_t *, crypto_key_t *,
102 crypto_session_id_t, crypto_mechanism_t *, crypto_key_t *,
2105 copyin_mech(int mode, crypto_session_data_t *sp, crypto_mechanism_t *in_mech,
2106 crypto_mechanism_t *out_mech, size_t *out_rctl_bytes,
2526 crypto_mechanism_t *umech, crypto_mechanism_t *kmech, int mode, int *error)
2558 crypto_mechanism_t *kmech, crypto_mechanism_t *umech, int mode, int *error)
2579 crypto_mechanism_t *mech)
2603 crypto_session_id_t, crypto_mechanism_t *, crypto_key_
[all...]
/illumos-gate/usr/src/uts/common/sys/crypto/
H A Ddca.h835 int dca_3desctxinit(crypto_ctx_t *, crypto_mechanism_t *, crypto_key_t *,
843 crypto_mechanism_t *, crypto_key_t *, crypto_data_t *, crypto_data_t *,
852 int dca_rsainit(crypto_ctx_t *, crypto_mechanism_t *, crypto_key_t *, int);
855 crypto_mechanism_t *, crypto_key_t *, crypto_data_t *, crypto_data_t *,
865 int dca_dsainit(crypto_ctx_t *, crypto_mechanism_t *, crypto_key_t *, int,
869 crypto_mechanism_t *, crypto_key_t *, crypto_data_t *, crypto_data_t *,
H A Dsched_impl.h490 extern kcf_provider_desc_t *kcf_get_dual_provider(crypto_mechanism_t *,
491 crypto_key_t *, crypto_mechanism_t *, crypto_key_t *,
H A Dcommon.h57 } crypto_mechanism_t; typedef in typeref:struct:crypto_mechanism
/illumos-gate/usr/src/uts/common/inet/kssl/
H A Dksslproto.h268 crypto_mechanism_t cipher_mech;
269 crypto_mechanism_t hmac_mech; /* for TLS */
H A Dkssl.c120 crypto_mechanism_t rsa_x509_mech = {CRYPTO_MECH_INVALID, NULL, 0};
121 crypto_mechanism_t hmac_md5_mech = {CRYPTO_MECH_INVALID, NULL, 0};
122 crypto_mechanism_t hmac_sha1_mech = {CRYPTO_MECH_INVALID, NULL, 0};
/illumos-gate/usr/src/uts/common/crypto/api/
H A Dkcf_miscapi.c504 crypto_key_check(crypto_mechanism_t *mech, crypto_key_t *key)
532 crypto_mechanism_t lmech;
556 crypto_mechanism_t lmech;
581 crypto_key_check_prov(crypto_provider_t provider, crypto_mechanism_t *mech,
586 crypto_mechanism_t lmech;
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/crypto/
H A Dencrypt.c40 crypto_mechanism_t kef_mech;
H A Dhmac.c48 crypto_mechanism_t mac_mech;
/illumos-gate/usr/src/uts/common/inet/
H A Dsadb.h43 * For combined mode ciphers, store the crypto_mechanism_t in the
49 crypto_mechanism_t combined_mech;
295 crypto_mechanism_t ipsa_amech; /* auth mech type and ICV len */
296 crypto_mechanism_t ipsa_emech; /* encr mech type */
/illumos-gate/usr/src/uts/common/io/net80211/
H A Dnet80211_crypto_ccmp.c234 crypto_mechanism_t mech;
287 crypto_mechanism_t mech;
H A Dnet80211_crypto_wep.c325 crypto_mechanism_t mech;
/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_sign.c63 static crypto_mechanism_t crypto_mech_md5 = { CRYPTO_MECH_INVALID };
/illumos-gate/usr/src/uts/common/io/
H A Dcryptmod.c670 crypto_mechanism_t mech;
981 crypto_mechanism_t encr_mech;
982 crypto_mechanism_t mac_mech;
1050 crypto_mechanism_t encr_mech;
1051 crypto_mechanism_t mac_mech;
1119 crypto_mechanism_t mech;
1185 crypto_mechanism_t mac_mech;
1252 crypto_mechanism_t mech;
1412 crypto_mechanism_t mech;
1761 crypto_mechanism_t mec
[all...]
/illumos-gate/usr/src/uts/common/crypto/core/
H A Dkcf_sched.c361 can_resubmit(kcf_areq_node_t *areq, crypto_mechanism_t **mech1,
362 crypto_mechanism_t **mech2, crypto_func_group_t *fg)
501 crypto_mechanism_t *mech1 = NULL, *mech2 = NULL;
H A Dkcf_callprov.c658 kcf_get_dual_provider(crypto_mechanism_t *mech1, crypto_key_t *key1,
659 crypto_mechanism_t *mech2, crypto_key_t *key2,

Completed in 102 milliseconds

123