Searched refs:crypto_active_op_t (Results 1 – 10 of 10) sorted by relevance
/titanic_44/usr/src/lib/pkcs11/pkcs11_kernel/common/ |
H A D | kernelSession.h | 44 } 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 D | kernelSession.c | 271 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 D | kernelEmulate.c | 71 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 D | kernelDigest.c | 201 crypto_active_op_t *opp; in C_Digest()
|
/titanic_44/usr/src/lib/pkcs11/pkcs11_softtoken/common/ |
H A D | softSession.h | 63 } crypto_active_op_t; typedef 92 crypto_active_op_t digest; /* context of active digest operation */ 93 crypto_active_op_t encrypt; /* context of active encrypt op */ 94 crypto_active_op_t decrypt; /* context of active decrypt op */ 95 crypto_active_op_t sign; /* context of active sign op */ 96 crypto_active_op_t verify; /* context of active verify op */ 98 crypto_active_op_t find_objects;
|
H A D | softSessionUtil.c | 491 sizeof (crypto_active_op_t); in soft_get_operationstate() 527 sizeof (crypto_active_op_t)); in soft_get_operationstate() 534 sizeof (crypto_active_op_t), in soft_get_operationstate() 543 sizeof (crypto_active_op_t), in soft_get_operationstate() 596 crypto_active_op_t *p_active_op; in soft_set_operationstate() 621 p_active_op = (crypto_active_op_t *)(pOperationState + offset); in soft_set_operationstate() 622 offset += sizeof (crypto_active_op_t); in soft_set_operationstate()
|
H A D | softARCFourCrypt.c | 51 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 D | softCrypt.h | 104 CK_RV soft_arcfour_crypt(crypto_active_op_t *, CK_BYTE_PTR, CK_ULONG,
|
H A D | softSignUtil.c | 446 crypto_active_op_t *active_op; in soft_sign_verify_cleanup()
|
H A D | softEncryptUtil.c | 846 crypto_active_op_t *active_op; in soft_crypt_cleanup()
|