Searched refs:tmpkeydata (Results 1 – 1 of 1) sorted by relevance
582 char *tmpkeydata = NULL; in pbkdf2() local601 ret = pkcs11_ObjectToKey(session, obj, (void **)&tmpkeydata, in pbkdf2()615 (void) memcpy(output, tmpkeydata, tmpkeydatalen); in pbkdf2()616 (void) memset(tmpkeydata, 0, tmpkeydatalen); in pbkdf2()617 free(tmpkeydata); in pbkdf2()