Home
last modified time | relevance | path

Searched refs:cipher_mech (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/uts/common/inet/kssl/
H A Dksslproto.h268 crypto_mechanism_t cipher_mech; member
H A Dksslrec.c1522 spec->cipher_mech.cm_type = cipher_defs[ssl->pending_calg].mech_type; in kssl_spec_init()
1577 spec->cipher_mech.cm_param = in kssl_spec_init()
1580 spec->cipher_mech.cm_param_len = spec->cipher_bsize; in kssl_spec_init()
1584 spec->cipher_mech.cm_param_len = in kssl_spec_init()
1591 ret = crypto_decrypt_init(&(spec->cipher_mech), in kssl_spec_init()
1600 spec->cipher_mech.cm_param += spec->cipher_bsize; in kssl_spec_init()
1608 ret = crypto_encrypt_init(&(spec->cipher_mech), in kssl_spec_init()
/titanic_50/usr/src/uts/common/crypto/io/
H A Ddprov.c5173 crypto_session_id_t sid, crypto_mechanism_t *cipher_mech, in dprov_cipher_mac_submit_req() argument
5185 taskq_req->dr_cipher_mac_req.mr_cipher_mech = cipher_mech; in dprov_cipher_mac_submit_req()
6363 crypto_mechanism_t cipher_mech, mac_mech; in dprov_cipher_mac_task() local
6374 cipher_mech = *taskq_req->dr_cipher_mac_req.mr_cipher_mech; in dprov_cipher_mac_task()
6380 &cipher_mech.cm_type, &mac_mech.cm_type)) != CRYPTO_SUCCESS) in dprov_cipher_mac_task()
6391 &cipher_mech, &cipher_key, NULL, in dprov_cipher_mac_task()
6396 &cipher_mech, &cipher_key, NULL, in dprov_cipher_mac_task()
6572 cipher_mech = *taskq_req->dr_cipher_mac_req.mr_cipher_mech; in dprov_cipher_mac_task()
6579 &cipher_mech.cm_type, &mac_mech.cm_type)) != in dprov_cipher_mac_task()
6585 &cipher_mech, plaintext_tmp, &cipher_key, NULL, in dprov_cipher_mac_task()
[all …]