Home
last modified time | relevance | path

Searched refs:crypto_active_op_t (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelSession.h44 } crypto_active_op_t; typedef
95 crypto_active_op_t digest; /* context of active digest operation */
96 crypto_active_op_t encrypt; /* context of active encrypt op */
97 crypto_active_op_t decrypt; /* context of active decrypt op */
98 crypto_active_op_t sign; /* context of active sign op */
99 crypto_active_op_t verify; /* context of active verify op */
100 crypto_active_op_t find_objects;
H A DkernelSession.c271 op_data_len += sizeof (crypto_active_op_t); in kernel_get_operationstate()
295 bcopy(&session_p->digest, dst, sizeof (crypto_active_op_t)); in kernel_get_operationstate()
296 dst += sizeof (crypto_active_op_t); in kernel_get_operationstate()
355 crypto_active_op_t tmp_op; in kernel_set_operationstate()
369 sizeof (CK_STATE) - sizeof (crypto_active_op_t); in kernel_set_operationstate()
384 bcopy(src, &tmp_op, sizeof (crypto_active_op_t)); in kernel_set_operationstate()
389 src += sizeof (crypto_active_op_t); in kernel_set_operationstate()
H A DkernelEmulate.c71 crypto_active_op_t *opp; in emulate_buf_init()
120 crypto_active_op_t *opp; in emulate_init()
158 crypto_active_op_t *opp; in emulate_update()
H A DkernelDigest.c202 crypto_active_op_t *opp; in C_Digest()
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftSession.h65 } crypto_active_op_t; typedef
96 crypto_active_op_t digest; /* context of active digest operation */
97 crypto_active_op_t encrypt; /* context of active encrypt op */
98 crypto_active_op_t decrypt; /* context of active decrypt op */
99 crypto_active_op_t sign; /* context of active sign op */
100 crypto_active_op_t verify; /* context of active verify op */
102 crypto_active_op_t find_objects;
H A DsoftSessionUtil.c510 sizeof (crypto_active_op_t); in soft_get_operationstate()
546 sizeof (crypto_active_op_t)); in soft_get_operationstate()
553 sizeof (crypto_active_op_t), in soft_get_operationstate()
562 sizeof (crypto_active_op_t), in soft_get_operationstate()
615 crypto_active_op_t *p_active_op; in soft_set_operationstate()
640 p_active_op = (crypto_active_op_t *)(pOperationState + offset); in soft_set_operationstate()
641 offset += sizeof (crypto_active_op_t); in soft_set_operationstate()
H A DsoftARCFourCrypt.c51 crypto_active_op_t *active_op; in soft_arcfour_crypt_init()
106 soft_arcfour_crypt(crypto_active_op_t *active_op, CK_BYTE_PTR input, in soft_arcfour_crypt()
H A DsoftCrypt.h111 CK_RV soft_arcfour_crypt(crypto_active_op_t *, CK_BYTE_PTR, CK_ULONG,
H A DsoftSignUtil.c499 crypto_active_op_t *active_op; in soft_sign_verify_cleanup()
H A DsoftEncryptUtil.c650 crypto_active_op_t *active_op; in soft_crypt_cleanup()