Searched refs:cipher_ctx (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/kssl/
H A Dksslrec.c1526 if (spec->cipher_ctx != NULL) {
1527 crypto_cancel_ctx(spec->cipher_ctx);
1528 spec->cipher_ctx = 0;
1592 &(spec->cipher_key), NULL, &spec->cipher_ctx, NULL);
1609 &(spec->cipher_key), NULL, &spec->cipher_ctx, NULL);
1752 if (spec->cipher_ctx == 0)
1759 ret = crypto_encrypt_update(spec->cipher_ctx, &spec->cipher_data,
2456 if (spec->cipher_ctx != NULL) {
2457 crypto_cancel_ctx(spec->cipher_ctx);
2458 spec->cipher_ctx
[all...]
H A Dksslapi.c641 if (spec->cipher_ctx != 0) {
665 error = crypto_decrypt_update(spec->cipher_ctx,
857 if (spec->cipher_ctx != 0) {
875 error = crypto_decrypt_update(spec->cipher_ctx,
H A Dksslproto.h273 crypto_context_t cipher_ctx; member in struct:KSSLCipherSpecStr
/illumos-gate/usr/src/uts/common/crypto/io/
H A Ddprov.c5148 crypto_ctx_t *cipher_ctx, crypto_data_t *plaintext,
5158 taskq_req->dr_dual_req.dr_cipher_ctx = cipher_ctx;
6065 crypto_ctx_t *cipher_ctx = taskq_req->dr_dual_req.dr_cipher_ctx; local
6075 DPROV_CTX_SINGLE(cipher_ctx),
6082 DPROV_CTX_SINGLE(cipher_ctx),
6091 DPROV_CTX_SINGLE(cipher_ctx),
6098 DPROV_CTX_SINGLE(cipher_ctx),
5146 dprov_dual_submit_req(dprov_req_type_t req_type, dprov_state_t *softc, crypto_req_handle_t req, crypto_ctx_t *signverify_ctx, crypto_ctx_t *cipher_ctx, crypto_data_t *plaintext, crypto_data_t *ciphertext) argument

Completed in 77 milliseconds