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

/openjdk7/jdk/src/share/native/sun/security/pkcs11/wrapper/
H A Dp11_keymgmt.c395 CK_TLS_PRF_PARAMS *ckTLSPrfParams; local
419 ckTLSPrfParams = (CK_TLS_PRF_PARAMS *) ckMechanism->pParameter;
420 if (ckTLSPrfParams != NULL_PTR) {
432 output = ckTLSPrfParams->pOutput;
450 free(ckTLSPrfParams->pSeed);
451 free(ckTLSPrfParams->pLabel);
452 free(ckTLSPrfParams->pulOutputLen);
453 free(ckTLSPrfParams->pOutput);

Completed in 29 milliseconds