Lines Matching refs:crypto_mechanism_t

687 static int dprov_digest_init(crypto_ctx_t *, crypto_mechanism_t *,
698 crypto_mechanism_t *, crypto_data_t *, crypto_data_t *,
710 static int dprov_mac_init(crypto_ctx_t *, crypto_mechanism_t *, crypto_key_t *,
719 crypto_mechanism_t *, crypto_key_t *, crypto_data_t *,
722 crypto_session_id_t, crypto_mechanism_t *, crypto_key_t *, crypto_data_t *,
734 static int dprov_encrypt_init(crypto_ctx_t *, crypto_mechanism_t *,
743 crypto_mechanism_t *, crypto_key_t *, crypto_data_t *,
746 static int dprov_decrypt_init(crypto_ctx_t *, crypto_mechanism_t *,
755 crypto_mechanism_t *, crypto_key_t *, crypto_data_t *,
771 static int dprov_sign_init(crypto_ctx_t *, crypto_mechanism_t *, crypto_key_t *,
780 crypto_mechanism_t *, crypto_key_t *, crypto_data_t *, crypto_data_t *,
782 static int dprov_sign_recover_init(crypto_ctx_t *, crypto_mechanism_t *,
787 crypto_session_id_t, crypto_mechanism_t *, crypto_key_t *,
802 static int dprov_verify_init(crypto_ctx_t *, crypto_mechanism_t *,
811 crypto_mechanism_t *, crypto_key_t *, crypto_data_t *,
813 static int dprov_verify_recover_init(crypto_ctx_t *, crypto_mechanism_t *,
818 crypto_session_id_t, crypto_mechanism_t *, crypto_key_t *,
850 crypto_mechanism_t *, crypto_key_t *, crypto_mechanism_t *,
861 crypto_session_id_t, crypto_mechanism_t *, crypto_key_t *,
862 crypto_mechanism_t *, crypto_key_t *, crypto_data_t *,
867 crypto_mechanism_t *, crypto_key_t *, crypto_mechanism_t *,
878 crypto_session_id_t, crypto_mechanism_t *, crypto_key_t *,
879 crypto_mechanism_t *, crypto_key_t *, crypto_dual_data_t *,
883 crypto_session_id_t, crypto_mechanism_t *, crypto_key_t *,
884 crypto_mechanism_t *, crypto_key_t *, crypto_dual_data_t *,
965 crypto_mechanism_t *, crypto_object_attribute_t *, uint_t,
968 crypto_session_id_t, crypto_mechanism_t *, crypto_object_attribute_t *,
972 crypto_mechanism_t *, crypto_key_t *, crypto_object_id_t *,
975 crypto_mechanism_t *, crypto_key_t *, uchar_t *, size_t *,
979 crypto_mechanism_t *, crypto_key_t *, crypto_object_attribute_t *,
1008 crypto_mechanism_t *, crypto_mechanism_t *, int *error, int);
1010 crypto_mechanism_t *, crypto_mechanism_t *, int *error, int);
1012 crypto_mechanism_t *);
1026 crypto_session_id_t, crypto_mechanism_t *, crypto_object_attribute_t *,
1029 crypto_session_id_t, crypto_mechanism_t *, crypto_object_attribute_t *,
1033 crypto_session_id_t, crypto_mechanism_t *, crypto_key_t *,
1353 crypto_mechanism_t *dr_mechanism;
1362 crypto_mechanism_t *dr_mechanism;
1372 crypto_mechanism_t *dr_mechanism;
1382 crypto_mechanism_t *sr_mechanism;
1392 crypto_mechanism_t *vr_mechanism;
1412 crypto_mechanism_t *mr_cipher_mech;
1414 crypto_mechanism_t *mr_mac_mech;
1456 crypto_mechanism_t *kr_mechanism;
1534 crypto_req_handle_t, crypto_mechanism_t *, crypto_data_t *, crypto_key_t *,
1537 crypto_req_handle_t, crypto_mechanism_t *, crypto_key_t *, crypto_data_t *,
1540 crypto_req_handle_t, crypto_mechanism_t *, crypto_data_t *,
1543 crypto_req_handle_t, crypto_mechanism_t *, crypto_key_t *,
1546 crypto_req_handle_t, crypto_mechanism_t *, crypto_key_t *,
1553 crypto_mechanism_t *, crypto_key_t *, crypto_mechanism_t *, crypto_key_t *,
1566 crypto_req_handle_t, crypto_session_id_t, crypto_mechanism_t *,
1574 static int dprov_get_sw_prov(crypto_mechanism_t *, kcf_provider_desc_t **,
1922 dprov_digest_init(crypto_ctx_t *ctx, crypto_mechanism_t *mechanism,
2054 crypto_session_id_t session_id, crypto_mechanism_t *mechanism,
2117 dprov_mac_init(crypto_ctx_t *ctx, crypto_mechanism_t *mechanism,
2220 crypto_session_id_t session_id, crypto_mechanism_t *mechanism,
2254 crypto_session_id_t session_id, crypto_mechanism_t *mechanism,
2337 dprov_encrypt_init(crypto_ctx_t *ctx, crypto_mechanism_t *mechanism,
2444 crypto_session_id_t session_id, crypto_mechanism_t *mechanism,
2478 dprov_decrypt_init(crypto_ctx_t *ctx, crypto_mechanism_t *mechanism,
2586 crypto_session_id_t session_id, crypto_mechanism_t *mechanism,
2651 dprov_sign_init(crypto_ctx_t *ctx, crypto_mechanism_t *mechanism,
2755 crypto_session_id_t session_id, crypto_mechanism_t *mechanism,
2788 dprov_sign_recover_init(crypto_ctx_t *ctx, crypto_mechanism_t *mechanism,
2840 crypto_session_id_t session_id, crypto_mechanism_t *mechanism,
2871 dprov_verify_init(crypto_ctx_t *ctx, crypto_mechanism_t *mechanism,
2975 crypto_session_id_t session_id, crypto_mechanism_t *mechanism,
3009 dprov_verify_recover_init(crypto_ctx_t *ctx, crypto_mechanism_t *mechanism,
3062 crypto_session_id_t session_id, crypto_mechanism_t *mechanism,
3209 dprov_encrypt_mac_init(crypto_ctx_t *ctx, crypto_mechanism_t *encrypt_mech,
3210 crypto_key_t *encrypt_key, crypto_mechanism_t *mac_mech,
3334 crypto_session_id_t session_id, crypto_mechanism_t *encrypt_mech,
3335 crypto_key_t *encrypt_key, crypto_mechanism_t *mac_mech,
3380 dprov_mac_decrypt_init(crypto_ctx_t *ctx, crypto_mechanism_t *mac_mech,
3381 crypto_key_t *mac_key, crypto_mechanism_t *decrypt_mech,
3501 crypto_session_id_t session_id, crypto_mechanism_t *mac_mech,
3502 crypto_key_t *mac_key, crypto_mechanism_t *decrypt_mech,
3548 crypto_session_id_t session_id, crypto_mechanism_t *mac_mech,
3549 crypto_key_t *mac_key, crypto_mechanism_t *decrypt_mech,
3975 crypto_session_id_t session_id, crypto_mechanism_t *mechanism,
4001 crypto_session_id_t session_id, crypto_mechanism_t *mechanism,
4033 crypto_session_id_t session_id, crypto_mechanism_t *mechanism,
4060 crypto_session_id_t session_id, crypto_mechanism_t *mechanism,
4088 crypto_session_id_t session_id, crypto_mechanism_t *mechanism,
4306 copyin_aes_ccm_mech(crypto_mechanism_t *in_mech, crypto_mechanism_t *out_mech,
4392 copyin_aes_gcm_mech(crypto_mechanism_t *in_mech, crypto_mechanism_t *out_mech,
4467 copyin_aes_gmac_mech(crypto_mechanism_t *in_mech, crypto_mechanism_t *out_mech,
4547 copyin_aes_ctr_mech(crypto_mechanism_t *in_mech, crypto_mechanism_t *out_mech,
4597 copyin_ecc_mech(crypto_mechanism_t *in_mech, crypto_mechanism_t *out_mech,
4674 copyout_aes_ctr_mech(crypto_mechanism_t *in_mech, crypto_mechanism_t *out_mech,
4713 crypto_mechanism_t *umech, crypto_mechanism_t *kmech,
4807 crypto_mechanism_t *kmech, crypto_mechanism_t *umech,
4829 crypto_mechanism_t *mech)
4909 crypto_session_id_t session_id, crypto_mechanism_t *mechanism,
4937 crypto_session_id_t session_id, crypto_mechanism_t *mechanism,
4973 crypto_session_id_t session_id, crypto_mechanism_t *mechanism,
5043 crypto_mechanism_t *mechanism, crypto_data_t *data, crypto_key_t *key,
5068 crypto_mechanism_t *mechanism, crypto_data_t *data, crypto_key_t *key,
5094 crypto_mechanism_t *mechanism, crypto_key_t *key, crypto_data_t *data,
5121 crypto_mechanism_t *mechanism, crypto_key_t *key, crypto_data_t *data,
5173 crypto_session_id_t sid, crypto_mechanism_t *cipher_mech,
5174 crypto_key_t *cipher_key, crypto_mechanism_t *mac_mech,
5204 crypto_mechanism_t *mechanism, crypto_key_t *key, crypto_data_t *plaintext,
5317 crypto_session_id_t session_id, crypto_mechanism_t *mechanism,
5411 crypto_mechanism_t mech;
5528 crypto_mechanism_t mech;
5644 crypto_mechanism_t mech;
5864 crypto_mechanism_t mech;
6122 crypto_mechanism_t mech;
6363 crypto_mechanism_t cipher_mech, mac_mech;
7425 crypto_mechanism_t *mechp;
7594 crypto_mechanism_t *mechp;
7791 crypto_mechanism_t mech, *mechp;
7916 crypto_mechanism_t mech, *mechp;
8038 crypto_mechanism_t digest_mech, *mechp;
8242 crypto_mechanism_t *mechp;
8307 crypto_mechanism_t mech, *mechp;
8363 crypto_mechanism_t *mechp;
8445 crypto_mechanism_t mech;
8704 dprov_get_sw_prov(crypto_mechanism_t *mech, kcf_provider_desc_t **pd,