Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaKeys.c258 CK_MECHANISM metaMech; in meta_DeriveKey() local
332 metaMech = *pMech; in meta_DeriveKey()
333 metaMech.pParameter = &ecdh_params; in meta_DeriveKey()
334 pMech = &metaMech; in meta_DeriveKey()
353 metaMech = *pMech; in meta_DeriveKey()
354 metaMech.pParameter = &x942_params; in meta_DeriveKey()
355 pMech = &metaMech; in meta_DeriveKey()
371 metaMech = *pMech; in meta_DeriveKey()
372 pMech = &metaMech; in meta_DeriveKey()
375 phBaseKey2 = (CK_OBJECT_HANDLE *) &metaMech.pParameter; in meta_DeriveKey()