Home
last modified time | relevance | path

Searched refs:pSharedData (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/crypto/
H A Dcommon.h119 uchar_t *pSharedData; member
164 caddr32_t pSharedData; member
/illumos-gate/usr/src/lib/pkcs11/include/
H A Dpkcs11t.h1311 CK_BYTE_PTR pSharedData; member
1325 CK_BYTE_PTR pSharedData; member
1339 CK_BYTE_PTR pSharedData; member
1923 CK_BYTE_PTR pSharedData; member
/illumos-gate/usr/src/uts/common/crypto/core/
H A Dkcf_prov_lib.c738 uptr = STRUCT_FGETP(in_param, pSharedData); in kcf_copyin_ecdh1_param()
751 out_param->pSharedData = sdp; in kcf_copyin_ecdh1_param()
/illumos-gate/usr/src/uts/common/crypto/io/
H A Ddprov.c4734 ecc_params->pSharedData = (uchar_t *)ecc_params + in copyin_ecc_mech()
4736 ecc_params->pPublicData = (uchar_t *)ecc_params->pSharedData + in copyin_ecc_mech()
4738 if (copyin((char *)STRUCT_FGETP(params, pSharedData), in copyin_ecc_mech()
4739 ecc_params->pSharedData, shared_data_len) != 0) { in copyin_ecc_mech()